org.apache.jdo.util
Class WeakValueHashMap.EntrySet

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractSet
          extended byorg.apache.jdo.util.WeakValueHashMap.EntrySet
All Implemented Interfaces:
java.util.Collection, java.util.Set
Enclosing class:
WeakValueHashMap

private class WeakValueHashMap.EntrySet
extends java.util.AbstractSet

Internal class for entry sets to unwrap/wrap WeakValues stored in the map.


Constructor Summary
private WeakValueHashMap.EntrySet()
           
 
Method Summary
 int hashCode()
           
 boolean isEmpty()
           
 java.util.Iterator iterator()
           
 boolean remove(java.lang.Object o)
           
 int size()
           
 
Methods inherited from class java.util.AbstractSet
equals, removeAll
 
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, 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, clear, contains, containsAll, retainAll, toArray, toArray
 

Constructor Detail

WeakValueHashMap.EntrySet

private WeakValueHashMap.EntrySet()
Method Detail

iterator

public java.util.Iterator iterator()

isEmpty

public boolean isEmpty()

size

public int size()

remove

public boolean remove(java.lang.Object o)

hashCode

public int hashCode()