org.jcodings.util
Class Hash.HashEntryIterator
java.lang.Object
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>>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Hash.HashEntryIterator
public Hash.HashEntryIterator()
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.