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 booleanhasMoreElements()booleanhasNext()java.lang.Longnext()java.lang.LongnextElement()longnextLong()voidremove()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Enumeration
asIteratorMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
IteratorLong
public IteratorLong()
-
-
Method Details
-
remove
public void remove()- Specified by:
removein interfacejava.util.Iterator
-
next
public java.lang.Long next()- Specified by:
nextin interfacejava.util.Iterator
-
nextLong
public long nextLong() -
hasNext
public boolean hasNext()- Specified by:
hasNextin interfacejava.util.Iterator
-
nextElement
public java.lang.Long nextElement()- Specified by:
nextElementin interfacejava.util.Enumeration
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElementsin interfacejava.util.Enumeration
-