wt.fc.collections
Class WTKeyedHashMap.Values

java.lang.Object
  extended byjava.util.AbstractCollection
      extended bywt.fc.collections.WTKeyedHashMap.Values
All Implemented Interfaces:
Collection
Enclosing class:
WTKeyedHashMap

class WTKeyedHashMap.Values
extends AbstractCollection


Constructor Summary
(package private) WTKeyedHashMap.Values()
           
 
Method Summary
 void clear()
           
 Iterator iterator()
           
 int size()
           
 
Methods inherited from class java.util.AbstractCollection
add, addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Constructor Detail

WTKeyedHashMap.Values

WTKeyedHashMap.Values()
Method Detail

clear

public void clear()

iterator

public Iterator iterator()

size

public int size()