Liferay 6.2-ce-ga5

com.liferay.util
Class UniqueList<E>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<E>
              extended by com.liferay.portal.kernel.util.UniqueList<E>
                  extended by com.liferay.util.UniqueList<E>
All Implemented Interfaces:
Serializable, Cloneable, Iterable<E>, Collection<E>, List<E>, RandomAccess

Deprecated. As of 6.2.0, replaced by UniqueList

public class UniqueList<E>
extends UniqueList<E>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
UniqueList()
          Deprecated.  
UniqueList(Collection<E> c)
          Deprecated.  
UniqueList(int initialCapacity)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.liferay.portal.kernel.util.UniqueList
add, add, addAll, addAll, set
 
Methods inherited from class java.util.ArrayList
clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, 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
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode
 

Constructor Detail

UniqueList

public UniqueList()
Deprecated. 

UniqueList

public UniqueList(Collection<E> c)
Deprecated. 

UniqueList

public UniqueList(int initialCapacity)
Deprecated. 

Liferay 6.2-ce-ga5