coins.flow
クラス SetRefReprList

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractList
              |
              +--java.util.ArrayList
                    |
                    +--coins.flow.SetRefReprList
すべての実装インタフェース:
java.lang.Cloneable, java.util.Collection, java.util.List, java.util.RandomAccess, java.io.Serializable

public class SetRefReprList
extends java.util.ArrayList

List of SetRefReprs that support SetRefReprIterator.

関連項目:
直列化された形式

フィールドの概要
protected  java.util.ArrayList fReverseList
           
 
クラス java.util.AbstractList から継承したフィールド
modCount
 
コンストラクタの概要
SetRefReprList(BBlock pBBlock)
           
 
メソッドの概要
 BBlock getBBlock()
          Returns a BBlock object this SetRefReprList is associated with.
 java.util.Iterator reverseIterator()
           
 java.lang.String toString()
           
 
クラス java.util.ArrayList から継承したメソッド
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, removeRange, set, size, toArray, toArray, trimToSize
 
クラス java.util.AbstractList から継承したメソッド
equals, hashCode, iterator, listIterator, listIterator, subList
 
クラス java.util.AbstractCollection から継承したメソッド
containsAll, remove, removeAll, retainAll
 
クラス java.lang.Object から継承したメソッド
finalize, getClass, notify, notifyAll, wait, wait, wait
 
インタフェース java.util.List から継承したメソッド
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList
 

フィールドの詳細

fReverseList

protected java.util.ArrayList fReverseList
コンストラクタの詳細

SetRefReprList

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


reverseIterator

public java.util.Iterator reverseIterator()

toString

public java.lang.String toString()
オーバーライド:
クラス java.util.AbstractCollection 内の toString