coins.aflow
クラス FlowAnalSymVectorIteratorImpl

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

public class FlowAnalSymVectorIteratorImpl
extends BitVectorIteratorImpl
implements FlowAnalSymVectorIterator


フィールドの概要
(パッケージプライベート)  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
 

フィールドの詳細

fResults

FlowResults fResults

fVect

protected FlowAnalSymVector fVect
コンストラクタの詳細

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