|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.flow.BitVectorIteratorImpl | +--coins.flow.ExpVectorIteratorImpl | +--coins.flow.FlowAnalSymVectorIteratorImpl
フィールドの概要 |
クラス coins.flow.BitVectorIteratorImpl から継承したフィールド |
fBitCount, fBitPosition, fBitVector, fLongWordLength, fShiftMax, fSubpFlow, fVectorWord |
コンストラクタの概要 | |
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.flow.ExpVectorIteratorImpl から継承したメソッド |
nextExpId |
クラス coins.flow.BitVectorIteratorImpl から継承したメソッド |
currentIndex, hasNext, next, nextIndex, resetBit, setBit |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース coins.flow.ExpVectorIterator から継承したメソッド |
nextExpId |
インタフェース coins.flow.BitVectorIterator から継承したメソッド |
currentIndex, hasNext, next, nextIndex, resetBit, setBit |
コンストラクタの詳細 |
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
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |