coins.backend.util
クラス BiList.BiListIterator

java.lang.Object
  |
  +--coins.backend.util.BiList.BiListIterator
すべての実装インタフェース:
java.util.Iterator
含まれているクラス:
BiList

class BiList.BiListIterator
extends java.lang.Object
implements java.util.Iterator

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
 

フィールドの詳細

current

BiLink current
コンストラクタの詳細

BiList.BiListIterator

BiList.BiListIterator(BiList list)
メソッドの詳細

hasNext

public boolean hasNext()
定義:
インタフェース java.util.Iterator 内の hasNext

next

public java.lang.Object next()
定義:
インタフェース java.util.Iterator 内の next

remove

public void remove()
定義:
インタフェース java.util.Iterator 内の remove