Class IntHashSet.EntryIterator
java.lang.Object
org.kingdoms.utils.internal.integer.IntHashSet.EntryIterator
- All Implemented Interfaces:
Iterator<IntHashSet.IntCursor>
- Enclosing class:
- IntHashSet
protected final class IntHashSet.EntryIterator
extends Object
implements Iterator<IntHashSet.IntCursor>
An iterator implementation for
IntHashSet.iterator().-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final IntHashSet.IntCursordone()protected IntHashSet.IntCursorfetch()booleanhasNext()next()voidremove()Default implementation throwsUnsupportedOperationException.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
EntryIterator
public EntryIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<IntHashSet.IntCursor>
-
next
- Specified by:
nextin interfaceIterator<IntHashSet.IntCursor>
-
remove
public void remove()Default implementation throwsUnsupportedOperationException.- Specified by:
removein interfaceIterator<IntHashSet.IntCursor>
-
done
-
fetch
-