Class ConcurrentChainedInt2IntHashTable.EntryNodeIterator
java.lang.Object
ca.spottedleaf.concurrentutil.collection.iterator.BaseObjectIterator<ConcurrentChainedInt2IntHashTable.TableEntry>
ca.spottedleaf.concurrentutil.map.concurrent.ints.ConcurrentChainedInt2IntHashTable.EntryNodeIterator
- All Implemented Interfaces:
Iterator<ConcurrentChainedInt2IntHashTable.TableEntry>
- Enclosing class:
ConcurrentChainedInt2IntHashTable
protected static final class ConcurrentChainedInt2IntHashTable.EntryNodeIterator
extends BaseObjectIterator<ConcurrentChainedInt2IntHashTable.TableEntry>
-
Field Summary
Fields -
Constructor Summary
Constructors -
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<ConcurrentChainedInt2IntHashTable.TableEntry>- Specified by:
hasNextin classBaseObjectIterator<ConcurrentChainedInt2IntHashTable.TableEntry>
-
next
- Specified by:
nextin interfaceIterator<ConcurrentChainedInt2IntHashTable.TableEntry>- Specified by:
nextin classBaseObjectIterator<ConcurrentChainedInt2IntHashTable.TableEntry>- Throws:
NoSuchElementException
-
remove
public void remove()- Specified by:
removein interfaceIterator<ConcurrentChainedInt2IntHashTable.TableEntry>- Specified by:
removein classBaseObjectIterator<ConcurrentChainedInt2IntHashTable.TableEntry>
-