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.


Field Summary
protected  AbstractHashedMap parent
          The parent map
 
Constructor Summary
protected AbstractHashedMap.EntrySet(AbstractHashedMap parent)
           
 
Method Summary
 void clear()
           
 boolean contains(Object entry)
           
 Iterator iterator()
           
 boolean remove(Object obj)
           
 int size()
           
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray
 

Field Detail

parent

protected final AbstractHashedMap parent
The parent map
Constructor Detail

AbstractHashedMap.EntrySet

protected AbstractHashedMap.EntrySet(AbstractHashedMap parent)
Method Detail

size

public int size()
Overrides:
size in class AbstractCollection

clear

public void clear()
Overrides:
clear in class AbstractCollection

contains

public boolean contains(Object entry)
Overrides:
contains in class AbstractCollection

remove

public boolean remove(Object obj)
Overrides:
remove in class AbstractCollection

iterator

public Iterator iterator()
Overrides:
iterator in class AbstractCollection


Copyright © 2001-2004 Apache Software Foundation. All Rights Reserved.