org.apache.commons.collections.map
Class AbstractHashedMap.Values<K,V>
java.lang.Object
java.util.AbstractCollection<V>
org.apache.commons.collections.map.AbstractHashedMap.Values<K,V>
- All Implemented Interfaces:
- Iterable<V>, Collection<V>
- Enclosing class:
- AbstractHashedMap<K,V>
protected static class AbstractHashedMap.Values<K,V>
- extends AbstractCollection<V>
Values implementation.
parent
protected final AbstractHashedMap<K,V> parent
- The parent map
AbstractHashedMap.Values
protected AbstractHashedMap.Values(AbstractHashedMap<K,V> parent)
size
public int size()
- Specified by:
size
in interface Collection<V>
- Specified by:
size
in class AbstractCollection<V>
clear
public void clear()
- Specified by:
clear
in interface Collection<V>
- Overrides:
clear
in class AbstractCollection<V>
contains
public boolean contains(Object value)
- Specified by:
contains
in interface Collection<V>
- Overrides:
contains
in class AbstractCollection<V>
iterator
public Iterator<V> iterator()
- Specified by:
iterator
in interface Iterable<V>
- Specified by:
iterator
in interface Collection<V>
- Specified by:
iterator
in class AbstractCollection<V>
Copyright © 2005-2005 Apache Software Foundation, Matt Hall, John Watkinson. All Rights Reserved.