Package zombie.core.Collections
Class NonBlockingHashMapLong.IteratorLong
java.lang.Object
zombie.core.Collections.NonBlockingHashMapLong.IteratorLong
- All Implemented Interfaces:
java.util.Enumeration
,java.util.Iterator
- Enclosing class:
- NonBlockingHashMapLong
public class NonBlockingHashMapLong.IteratorLong
extends java.lang.Object
implements java.util.Iterator, java.util.Enumeration
-
Constructor Summary
Constructors Constructor Description IteratorLong()
-
Method Summary
Modifier and Type Method Description boolean
hasMoreElements()
boolean
hasNext()
java.lang.Long
next()
java.lang.Long
nextElement()
long
nextLong()
void
remove()
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()- Specified by:
remove
in interfacejava.util.Iterator
-
next
public java.lang.Long next()- Specified by:
next
in interfacejava.util.Iterator
-
nextLong
public long nextLong() -
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfacejava.util.Iterator
-
nextElement
public java.lang.Long nextElement()- Specified by:
nextElement
in interfacejava.util.Enumeration
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfacejava.util.Enumeration
-