java.util
Class WeakHashMap.EntrySet

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractSet
              |
              +--java.util.WeakHashMap.EntrySet

private class WeakHashMap.EntrySet
extends AbstractSet


Field Summary
(package private)  Set hashEntrySet
           
 
Constructor Summary
(package private) WeakHashMap.EntrySet()
           
 
Method Summary
 int hashCode()
           
 boolean isEmpty()
           
 Iterator iterator()
           
 boolean remove(Object o)
           
 int size()
           
 
Methods inherited from class java.util.AbstractSet
equals
 
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

hashEntrySet

Set hashEntrySet
Constructor Detail

WeakHashMap.EntrySet

WeakHashMap.EntrySet()
Method Detail

iterator

public Iterator iterator()
Overrides:
iterator in class AbstractCollection

isEmpty

public boolean isEmpty()
Overrides:
isEmpty in class AbstractCollection

size

public int size()
Overrides:
size in class AbstractCollection

remove

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

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractSet