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