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 SetRefRepr
s that support SetRefReprIterator
.
クラス 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)