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