coins.flow
クラス FlowAnalSymVectorIteratorImpl

java.lang.Object
  |
  +--coins.flow.BitVectorIteratorImpl
        |
        +--coins.flow.ExpVectorIteratorImpl
              |
              +--coins.flow.FlowAnalSymVectorIteratorImpl
すべての実装インタフェース:
BitVectorIterator, ExpVectorIterator, FlowAnalSymVectorIterator

public class FlowAnalSymVectorIteratorImpl
extends ExpVectorIteratorImpl
implements FlowAnalSymVectorIterator


フィールドの概要
 
クラス 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
 

コンストラクタの詳細

FlowAnalSymVectorIteratorImpl

public FlowAnalSymVectorIteratorImpl(FlowAnalSymVector pFlowAnalSymVector)
Creates a new instance of FlowAnalSymVectorIteratorImpl

メソッドの詳細

nextFlowAnalSym

public FlowAnalSym nextFlowAnalSym()
インタフェース FlowAnalSymVectorIterator の記述:
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. If there is no such bit remaining, returns null. hasNext() returning true does not guarantee this method returns non-null value, since hasNext() merely check against the length of the BitVector.

定義:
インタフェース FlowAnalSymVectorIterator 内の nextFlowAnalSym