public class IBSkipIterator<K extends java.lang.Comparable<? super K>,V> extends SkipIterator<K,V>
index, ss
コンストラクタ | 説明 |
---|---|
IBSkipIterator(SkipSpan<K,V> ss,
int index) |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
V |
next() |
|
K |
nextKey() |
The key.
|
V |
previous() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, hasNext, hasPrevious, nextIndex, previousIndex, remove, set
public V next()
next
クラス内 SkipIterator<K extends java.lang.Comparable<? super K>,V>
java.util.NoSuchElementException
java.lang.RuntimeException
- on IOEpublic K nextKey()
nextKey
クラス内 SkipIterator<K extends java.lang.Comparable<? super K>,V>
java.util.NoSuchElementException
java.lang.RuntimeException
- on IOE