Package zombie.core.Collections
Class NonBlockingHashMapLong.IteratorLong
java.lang.Object
zombie.core.Collections.NonBlockingHashMapLong.IteratorLong
- All Implemented Interfaces:
Enumeration
,Iterator
- Enclosing class:
- NonBlockingHashMapLong
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Enumeration
asIterator
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
IteratorLong
public IteratorLong()
-
-
Method Details
-
remove
public void remove() -
next
-
nextLong
public long nextLong() -
hasNext
public boolean hasNext() -
nextElement
- Specified by:
nextElement
in interfaceEnumeration
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration
-