Class ConcurrentChainedInt2LongHashTable.EntryNodeIterator
java.lang.Object
ca.spottedleaf.concurrentutil.collection.iterator.BaseObjectIterator<ConcurrentChainedInt2LongHashTable.TableEntry>
ca.spottedleaf.concurrentutil.map.concurrent.ints.ConcurrentChainedInt2LongHashTable.EntryNodeIterator
- All Implemented Interfaces:
Iterator<ConcurrentChainedInt2LongHashTable.TableEntry>
- Enclosing class:
ConcurrentChainedInt2LongHashTable
protected static final class ConcurrentChainedInt2LongHashTable.EntryNodeIterator
extends BaseObjectIterator<ConcurrentChainedInt2LongHashTable.TableEntry>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods inherited from class ca.spottedleaf.concurrentutil.collection.iterator.BaseObjectIterator
forEachRemaining
-
Field Details
-
lastReturned
-
nextToReturn
-
nodeIterator
-
-
Constructor Details
-
EntryNodeIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<ConcurrentChainedInt2LongHashTable.TableEntry>- Specified by:
hasNextin classBaseObjectIterator<ConcurrentChainedInt2LongHashTable.TableEntry>
-
next
- Specified by:
nextin interfaceIterator<ConcurrentChainedInt2LongHashTable.TableEntry>- Specified by:
nextin classBaseObjectIterator<ConcurrentChainedInt2LongHashTable.TableEntry>- Throws:
NoSuchElementException
-
remove
public void remove()- Specified by:
removein interfaceIterator<ConcurrentChainedInt2LongHashTable.TableEntry>- Specified by:
removein classBaseObjectIterator<ConcurrentChainedInt2LongHashTable.TableEntry>
-