public class ListAndSet<T>
extends java.util.ArrayList<T>
implements java.util.Set<T>
| Constructor and Description |
|---|
ListAndSet()
Initializes a new instance of the ListAndSet
|
ListAndSet(java.util.Collection<? extends T> c)
Initializes a new instance of the System.Collections.Generic.List
|
ListAndSet(int initialCapacity)
Initializes a new instance of the ListAndSet
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, trimToSizepublic ListAndSet()
public ListAndSet(int initialCapacity)
initialCapacity - initial ArrayList capacitypublic ListAndSet(java.util.Collection<? extends T> c)
c - source collection