coins.flow
クラス BBlockVectorImpl

java.lang.Object
  |
  +--coins.flow.BitVectorImpl
        |
        +--coins.flow.BBlockVectorImpl
すべての実装インタフェース:
BBlockVector, BitVector, java.lang.Cloneable

public class BBlockVectorImpl
extends BitVectorImpl
implements BBlockVector

BBlockVectorImpl class


フィールドの概要
protected  SubpFlow fSubpFlow
           
 
クラス coins.flow.BitVectorImpl から継承したフィールド
fBitLength, fLongWordLength, fShiftMax, fVectorWord
 
コンストラクタの概要
BBlockVectorImpl(SubpFlow pSubpFlow)
           
 
メソッドの概要
 java.util.List getBBlockList()
          Get the list of BBlocks contained in the BBlockVector.
 SubpFlow getSubpFlow()
          Returns the SubpFlow object associated with this BBlockVector object.
 
クラス coins.flow.BitVectorImpl から継承したメソッド
bitVectorIterator, clone, equals, getBit, getBitLength, getVectorWord, getWordLength, hashCode, isSet, isZero, resetBit, setBit, toString, toStringDescriptive, vectorAnd, vectorCopy, vectorEqual, vectorNot, vectorOr, vectorReset, vectorSub, vectorXor
 
クラス java.lang.Object から継承したメソッド
finalize, getClass, notify, notifyAll, wait, wait, wait
 
インタフェース coins.flow.BitVector から継承したメソッド
bitVectorIterator, equals, getBit, getBitLength, getVectorWord, getWordLength, isSet, isZero, resetBit, setBit, toString, toStringDescriptive, vectorAnd, vectorCopy, vectorEqual, vectorNot, vectorOr, vectorReset, vectorSub, vectorXor
 

フィールドの詳細

fSubpFlow

protected final SubpFlow fSubpFlow
コンストラクタの詳細

BBlockVectorImpl

public BBlockVectorImpl(SubpFlow pSubpFlow)
メソッドの詳細

getSubpFlow

public SubpFlow getSubpFlow()
インタフェース BBlockVector の記述:
Returns the SubpFlow object associated with this BBlockVector object.

定義:
インタフェース BBlockVector 内の getSubpFlow

getBBlockList

public java.util.List getBBlockList()
インタフェース BBlockVector の記述:
Get the list of BBlocks contained in the BBlockVector.

定義:
インタフェース BBlockVector 内の getBBlockList
戻り値:
the list of BBLocks.