coins.flow
Class SetRefReprList

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjava.util.ArrayList
              extended bycoins.flow.SetRefReprList
All Implemented Interfaces:
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.

See Also:
Serialized Form

Field Summary
protected  java.util.ArrayList fReverseList
           
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
SetRefReprList(BBlock pBBlock)
           
 
Method Summary
 BBlock getBBlock()
          Returns a BBlock object this SetRefReprList is associated with.
 java.util.Iterator reverseIterator()
           
 java.lang.String toString()
           
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, remove, removeAll, retainAll
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList
 

Field Detail

fReverseList

protected java.util.ArrayList fReverseList
Constructor Detail

SetRefReprList

public SetRefReprList(BBlock pBBlock)
Method Detail

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()