Package org.tinspin.index.critbit
Class CritBit64.CBIterator<V>
- java.lang.Object
-
- org.tinspin.index.critbit.CritBit64.CBIterator<V>
-
-
Constructor Summary
Constructors Constructor Description CBIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Vnext()CritBit64.Entry<V>nextEntry()longnextKey()voidremove()CritBit64.CBIterator<V>reset(CritBit64<V> cb)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
reset
public CritBit64.CBIterator<V> reset(CritBit64<V> cb)
-
nextKey
public long nextKey()
-
nextEntry
public CritBit64.Entry<V> nextEntry()
-
-