nl.liacs.subdisc
Class RefinementList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<Refinement>
              extended by nl.liacs.subdisc.RefinementList
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<Refinement>, java.util.Collection<Refinement>, java.util.List<Refinement>, java.util.RandomAccess

public class RefinementList
extends java.util.ArrayList<Refinement>

See Also:
Serialized Form

Constructor Summary
RefinementList(Subgroup theSubgroup, Table theTable, SearchParameters theSearchParameters)
           
 
Method Summary
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode
 
Methods inherited from class java.util.AbstractCollection
containsAll, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode
 

Constructor Detail

RefinementList

public RefinementList(Subgroup theSubgroup,
                      Table theTable,
                      SearchParameters theSearchParameters)