org.jcodings.util
Class Hash.HashIterator

java.lang.Object
  extended by org.jcodings.util.Hash.HashIterator
All Implemented Interfaces:
Iterator<V>
Enclosing class:
Hash<V>

public class Hash.HashIterator
extends Object
implements Iterator<V>


Constructor Summary
Hash.HashIterator()
           
 
Method Summary
 boolean hasNext()
           
 V next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hash.HashIterator

public Hash.HashIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<V>

next

public V next()
Specified by:
next in interface Iterator<V>

remove

public void remove()
Specified by:
remove in interface Iterator<V>


Copyright © 2011. All Rights Reserved.