ahc.collection
Class GenericMap.EntrySet

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

protected class GenericMap.EntrySet
extends GenericMap.UnmodifyableSet


Constructor Summary
protected GenericMap.EntrySet()
           
 
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.EntrySet

protected GenericMap.EntrySet()
Method Detail

before

public Iterator before()

contains

public boolean contains(java.lang.Object o)