Package org.apache.torque.util
Klasse UniqueList<T>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<T>
org.apache.torque.util.UniqueList<T>
- Typparameter:
T
- the type of objects contained in the List.
- Alle implementierten Schnittstellen:
Serializable
,Cloneable
,Iterable<T>
,Collection<T>
,List<T>
,RandomAccess
List with unique entries. UniqueList does not allow null nor duplicates.
- Version:
- $Id: UniqueList.java 1839288 2018-08-27 09:48:33Z tv $
- Autor:
- Martin Poeschl
- Siehe auch:
-
Feldübersicht
Von Klasse geerbte Felder java.util.AbstractList
modCount
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstructs an empty UniqueList.UniqueList
(UniqueList<T> list) Copy-constructor. -
Methodenübersicht
Von Klasse geerbte Methoden java.util.ArrayList
add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
Von Klasse geerbte Methoden java.util.AbstractCollection
containsAll, toString
Von Klasse geerbte Methoden java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden java.util.Collection
parallelStream, stream, toArray
Von Schnittstelle geerbte Methoden java.util.List
containsAll
-
Konstruktordetails
-
UniqueList
public UniqueList()Constructs an empty UniqueList. -
UniqueList
Copy-constructor. Creates a shallow copy of an UniqueList.- Parameter:
list
- the uniqueList to copy
-
-
Methodendetails