|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.backend.util.BiList.BiListIterator
Iterator for scanning a BiList.
フィールドの概要 | |
(パッケージプライベート) BiLink |
current
|
コンストラクタの概要 | |
(パッケージプライベート) |
BiList.BiListIterator(BiList list)
|
メソッドの概要 | |
boolean |
hasNext()
|
java.lang.Object |
next()
|
void |
remove()
|
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
BiLink current
コンストラクタの詳細 |
BiList.BiListIterator(BiList list)
メソッドの詳細 |
public boolean hasNext()
java.util.Iterator
内の hasNext
public java.lang.Object next()
java.util.Iterator
内の next
public void remove()
java.util.Iterator
内の remove
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |