coins.aflow
クラス SetRefReprList

java.lang.Object
  |
  +--coins.aflow.util.CoinsList
        |
        +--coins.aflow.SetRefReprList
すべての実装インタフェース:
java.lang.Cloneable, java.util.Collection, java.util.List
直系の既知のサブクラス:
SetRefReprListHir

public abstract class SetRefReprList
extends CoinsList

List of SetRefReprs that support SetRefReprIterator.


入れ子クラスの概要
 
クラス coins.aflow.util.CoinsList から継承した入れ子クラス
CoinsList.Entry, CoinsList.Itr
 
フィールドの概要
 Flow flow
           
(パッケージプライベート)  FlowResults fResults
           
 
クラス coins.aflow.util.CoinsList から継承したフィールド
fIterators, header, modCount, size
 
コンストラクタの概要
protected SetRefReprList(BBlock pBBlock)
           
 
メソッドの概要
 BBlock getBBlock()
          Returns a BBlock object this SetRefReprList is associated with.
abstract  SetRefReprIterator setRefReprIterator()
          Returns a SubpFlow object this SetRefReprList is associated with.
abstract  SetRefReprIterator setRefReprIterator(int pIndex)
           
 
クラス coins.aflow.util.CoinsList から継承したメソッド
add, add, addAll, addAll, addBefore, addFirst, addLast, clear, clone, coinsIterator, coinsIterator, contains, containsAll, entry, equals, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, notifyIteratorsOfAddition, notifyIteratorsOfClearance, notifyIteratorsOfRemoval, remove, remove, remove, removeAll, removeFirst, removeLast, retainAll, set, size, subList, toArray, toArray, toString
 
クラス java.lang.Object から継承したメソッド
finalize, getClass, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

fResults

FlowResults fResults

flow

public Flow flow
コンストラクタの詳細

SetRefReprList

protected SetRefReprList(BBlock pBBlock)
メソッドの詳細

getBBlock

public BBlock getBBlock()
Returns a BBlock object this SetRefReprList is associated with. If this SetRefReprList is not associated with a BBlock returns null.


setRefReprIterator

public abstract SetRefReprIterator setRefReprIterator()
Returns a SubpFlow object this SetRefReprList is associated with. If this SetRefReprList is not associated with a SubpFlow returns null.


setRefReprIterator

public abstract SetRefReprIterator setRefReprIterator(int pIndex)