coins.aflow
インタフェース FlowAnalSymVectorIterator

すべてのスーパーインタフェース:
BitVectorIterator
既知の実装クラスの一覧:
FlowAnalSymVectorIteratorImpl

public interface FlowAnalSymVectorIterator
extends BitVectorIterator


メソッドの概要
 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.BitVectorIterator から継承したメソッド
currentIndex, hasNext, next, nextIndex, resetBit, setBit
 

メソッドの詳細

nextFlowAnalSym

public 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. 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.