org.jcodings.util
Class Hash.HashEntryIterator

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

public class Hash.HashEntryIterator
extends Object
implements Iterator<org.jcodings.util.Hash.HashEntry<V>>


Constructor Summary
Hash.HashEntryIterator()
           
 
Method Summary
 boolean hasNext()
           
 org.jcodings.util.Hash.HashEntry<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.HashEntryIterator

public Hash.HashEntryIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<org.jcodings.util.Hash.HashEntry<V>>

next

public org.jcodings.util.Hash.HashEntry<V> next()
Specified by:
next in interface Iterator<org.jcodings.util.Hash.HashEntry<V>>

remove

public void remove()
Specified by:
remove in interface Iterator<org.jcodings.util.Hash.HashEntry<V>>


Copyright © 2011. All Rights Reserved.