net.walend.collection
Class AbstractHashMap.ValueIterator

java.lang.Object
  |
  +--net.walend.collection.AbstractHashMap.HashIterator
        |
        +--net.walend.collection.AbstractHashMap.ValueIterator
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
AbstractHashMap

private class AbstractHashMap.ValueIterator
extends AbstractHashMap.HashIterator


Constructor Summary
private AbstractHashMap.ValueIterator()
           
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
protected  AbstractHashMap.Entry nextEntry()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractHashMap.ValueIterator

private AbstractHashMap.ValueIterator()
Method Detail

next

public java.lang.Object next()

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

remove

public void remove()
Specified by:
remove in interface java.util.Iterator

nextEntry

protected AbstractHashMap.Entry nextEntry()


Copyright (c) 2000, 2001, David Walend