ahc.collection
Class GenericMap.ValueCollectionIterator

java.lang.Object
  |
  +--ahc.collection.GenericMap.UnmodifyableIterator
        |
        +--ahc.collection.GenericMap.ValueCollectionIterator
All Implemented Interfaces:
java.util.Iterator, Iterator, java.util.ListIterator
Enclosing class:
GenericMap

protected class GenericMap.ValueCollectionIterator
extends GenericMap.UnmodifyableIterator


Field Summary
 
Fields inherited from class ahc.collection.GenericMap.UnmodifyableIterator
_inner
 
Constructor Summary
GenericMap.ValueCollectionIterator(Iterator inner)
           
 
Method Summary
 java.lang.Object current()
           
 java.lang.Object next()
           
 java.lang.Object next(int n)
           
 
Methods inherited from class ahc.collection.GenericMap.UnmodifyableIterator
add, currentIndex, hasCurrent, hasNext, hasPrevious, nextIndex, previous, previous, previousIndex, remove, replace, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericMap.ValueCollectionIterator

public GenericMap.ValueCollectionIterator(Iterator inner)
Method Detail

current

public java.lang.Object current()

next

public java.lang.Object next()

next

public java.lang.Object next(int n)