Package org.tinspin.index.critbit
Class CritBit.FullIterator<V>
- java.lang.Object
-
- org.tinspin.index.critbit.CritBit.FullIterator<V>
-
-
Constructor Summary
Constructors Constructor Description FullIterator(CritBit<V> cb, int DEPTH)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Vnext()CritBit.Entry<V>nextEntry()long[]nextKey()voidremove()-
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
-
nextKey
public long[] nextKey()
-
nextEntry
public CritBit.Entry<V> nextEntry()
-
-