public class IBSkipIterator<K extends Comparable<? super K>,V> extends SkipIterator<K,V>
index, ss
Constructor and Description |
---|
IBSkipIterator(SkipSpan<K,V> ss,
int index) |
Modifier and Type | Method and Description |
---|---|
V |
next() |
K |
nextKey()
The key.
|
V |
previous() |
add, hasNext, hasPrevious, nextIndex, previousIndex, remove, set
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public V next()
next
in interface Iterator<V>
next
in interface ListIterator<V>
next
in class SkipIterator<K extends Comparable<? super K>,V>
NoSuchElementException
RuntimeException
- on IOEpublic K nextKey()
nextKey
in class SkipIterator<K extends Comparable<? super K>,V>
NoSuchElementException
RuntimeException
- on IOEpublic V previous()
previous
in interface ListIterator<V>
previous
in class SkipIterator<K extends Comparable<? super K>,V>
NoSuchElementException
RuntimeException
- on IOE