|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.aflow.util.BitVectorIteratorImpl | +--coins.aflow.FlowAnalSymVectorIteratorImpl
フィールドの概要 | |
(パッケージプライベート) FlowResults |
fResults
|
protected FlowAnalSymVector |
fVect
|
コンストラクタの概要 | |
FlowAnalSymVectorIteratorImpl(FlowAnalSymVector pFlowAnalSymVector)
Creates a new instance of FlowAnalSymVectorIteratorImpl |
メソッドの概要 | |
FlowAnalSym |
nextFlowAnalSym()
Gets next FlowAnalSym whose bit is set in the underlying FlowAnalSymVector and advances the implicit cursor just after the bit that is found to be set. |
クラス coins.aflow.util.BitVectorIteratorImpl から継承したメソッド |
currentIndex, hasNext, next, nextIndex, resetBit, setBit |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース coins.aflow.util.BitVectorIterator から継承したメソッド |
currentIndex, hasNext, next, nextIndex, resetBit, setBit |
フィールドの詳細 |
FlowResults fResults
protected FlowAnalSymVector fVect
コンストラクタの詳細 |
public FlowAnalSymVectorIteratorImpl(FlowAnalSymVector pFlowAnalSymVector)
メソッドの詳細 |
public FlowAnalSym nextFlowAnalSym()
FlowAnalSymVectorIterator
の記述: true
does not guarantee this method returns non-null value, since hasNext() merely check against the length of the BitVector.
FlowAnalSymVectorIterator
内の nextFlowAnalSym
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |