coins.aflow
クラス SetRefReprListHir

java.lang.Object
  |
  +--coins.aflow.util.CoinsList
        |
        +--coins.aflow.SetRefReprList
              |
              +--coins.aflow.SetRefReprListHir
すべての実装インタフェース:
java.lang.Cloneable, java.util.Collection, java.util.List

public class SetRefReprListHir
extends SetRefReprList

List of SetRefReprHir objects.


入れ子クラスの概要
protected  class SetRefReprListHir.SetRefReprListHirItr
           
 
クラス coins.aflow.util.CoinsList から継承した入れ子クラス
CoinsList.Entry
 
フィールドの概要
 
クラス coins.aflow.SetRefReprList から継承したフィールド
flow, fResults
 
クラス coins.aflow.util.CoinsList から継承したフィールド
fIterators, header, modCount, size
 
コンストラクタの概要
SetRefReprListHir(BBlockHir pBBlock)
          Creates a new instance of SetRefReprListHir.
 
メソッドの概要
 SetRefReprIterator setRefReprIterator()
          Returns a SubpFlow object this SetRefReprList is associated with.
 SetRefReprIterator setRefReprIterator(int pIndex)
           
 
クラス coins.aflow.SetRefReprList から継承したメソッド
getBBlock
 
クラス 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
 

コンストラクタの詳細

SetRefReprListHir

public SetRefReprListHir(BBlockHir pBBlock)
Creates a new instance of SetRefReprListHir. This SetRefReprListHir will be associated with a given BBlock.

メソッドの詳細

setRefReprIterator

public SetRefReprIterator setRefReprIterator()
クラス SetRefReprList の記述:
Returns a SubpFlow object this SetRefReprList is associated with. If this SetRefReprList is not associated with a SubpFlow returns null.

定義:
クラス SetRefReprList 内の setRefReprIterator

setRefReprIterator

public SetRefReprIterator setRefReprIterator(int pIndex)
定義:
クラス SetRefReprList 内の setRefReprIterator