ahc.collection
Class GenericMap.ValueCollection

java.lang.Object
  |
  +--ahc.collection.GenericMap.UnmodifyableSet
        |
        +--ahc.collection.GenericMap.ValueCollection
All Implemented Interfaces:
Collection, java.util.Collection, Set, java.util.Set
Enclosing class:
GenericMap

protected class GenericMap.ValueCollection
extends GenericMap.UnmodifyableSet


Constructor Summary
protected GenericMap.ValueCollection()
           
 
Method Summary
 Iterator before()
           
 boolean contains(java.lang.Object o)
           
 
Methods inherited from class ahc.collection.GenericMap.UnmodifyableSet
add, addAll, begin, clear, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, 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
 
Methods inherited from interface java.util.Set
equals, hashCode
 

Constructor Detail

GenericMap.ValueCollection

protected GenericMap.ValueCollection()
Method Detail

before

public Iterator before()

contains

public boolean contains(java.lang.Object o)