wt.fc.collections
Class WTKeyedHashMap.EntrySet

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractSet
          extended bywt.fc.collections.WTKeyedHashMap.EntrySet
All Implemented Interfaces:
Collection, Set
Enclosing class:
WTKeyedHashMap

class WTKeyedHashMap.EntrySet
extends AbstractSet


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

Constructor Detail

WTKeyedHashMap.EntrySet

WTKeyedHashMap.EntrySet()
Method Detail

clear

public void clear()

equals

public boolean equals(Object o)

iterator

public Iterator iterator()

size

public int size()