Class ConcurrentLong2LongChainedHashTable.BaseIteratorImpl<T>

java.lang.Object
ca.spottedleaf.concurrentutil.map.ConcurrentLong2LongChainedHashTable.NodeIterator
ca.spottedleaf.concurrentutil.map.ConcurrentLong2LongChainedHashTable.BaseIteratorImpl<T>
All Implemented Interfaces:
Iterator<T>
Direct Known Subclasses:
ConcurrentLong2LongChainedHashTable.BaseLongIteratorImpl, ConcurrentLong2LongChainedHashTable.EntryIterator
Enclosing class:
ConcurrentLong2LongChainedHashTable

protected abstract static class ConcurrentLong2LongChainedHashTable.BaseIteratorImpl<T> extends ConcurrentLong2LongChainedHashTable.NodeIterator implements Iterator<T>