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, waitadd, hasNext, hasPrevious, nextIndex, previousIndex, remove, setpublic V next()
next クラス内 SkipIterator<K extends java.lang.Comparable<? super K>,V>java.util.NoSuchElementExceptionjava.lang.RuntimeException - on IOEpublic K nextKey()
nextKey クラス内 SkipIterator<K extends java.lang.Comparable<? super K>,V>java.util.NoSuchElementExceptionjava.lang.RuntimeException - on IOE