cz.cuni.versatile.core
Class PreferenceChainImpl

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjava.util.ArrayList
              extended bycz.cuni.versatile.core.PreferenceChainImpl
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.util.List, PreferenceChain, java.util.RandomAccess, java.io.Serializable

public class PreferenceChainImpl
extends java.util.ArrayList
implements PreferenceChain

Default implementation of the PreferenceChain interface.

Author:
Jaroslav Gergic
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
PreferenceChainImpl()
           
PreferenceChainImpl(java.util.Collection c)
           
PreferenceChainImpl(int initialCapacity)
           
 
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, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Constructor Detail

PreferenceChainImpl

public PreferenceChainImpl()
See Also:
ArrayList.ArrayList()

PreferenceChainImpl

public PreferenceChainImpl(int initialCapacity)
See Also:
ArrayList.ArrayList(int)

PreferenceChainImpl

public PreferenceChainImpl(java.util.Collection c)
See Also:
ArrayList.ArrayList(java.util.Collection)