Class BaseLongIterator

java.lang.Object
ca.spottedleaf.concurrentutil.collection.iterator.BaseObjectIterator<Long>
ca.spottedleaf.concurrentutil.collection.iterator.BaseLongIterator
All Implemented Interfaces:
Iterator<Long>, PrimitiveIterator<Long,LongConsumer>, PrimitiveIterator.OfLong
Direct Known Subclasses:
ConcurrentChainedInt2LongHashTable.ValueIterator, ConcurrentChainedLong2IntHashTable.KeyIterator, ConcurrentChainedLong2LongHashTable.KeyIterator, ConcurrentChainedLong2LongHashTable.ValueIterator, ConcurrentChainedLong2ObjectHashTable.KeyIterator, ConcurrentChainedLong2ReferenceHashTable.KeyIterator, ConcurrentChainedObject2LongHashTable.ValueIterator, ConcurrentChainedReference2LongHashTable.ValueIterator

public abstract class BaseLongIterator extends BaseObjectIterator<Long> implements PrimitiveIterator.OfLong