net.metanotion.io.block.index
public class IBSkipIterator extends SkipIterator
index, ss
Constructor and Description |
---|
IBSkipIterator(SkipSpan ss,
int index) |
Modifier and Type | Method and Description |
---|---|
Object |
next() |
Comparable |
nextKey()
The key.
|
Object |
previous() |
add, hasNext, hasPrevious, nextIndex, previousIndex, remove, set
public IBSkipIterator(SkipSpan ss, int index)
public Object next()
next
in interface Iterator
next
in interface ListIterator
next
in class SkipIterator
NoSuchElementException
RuntimeException
- on IOEpublic Comparable nextKey()
nextKey
in class SkipIterator
NoSuchElementException
RuntimeException
- on IOEpublic Object previous()
previous
in interface ListIterator
previous
in class SkipIterator
NoSuchElementException
RuntimeException
- on IOE