class CollectionDelegate<T> extends AbstractCollectionDelegate<T> implements java.util.List<T>
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<T> |
delegate |
Constructor and Description |
---|
CollectionDelegate(java.util.Collection<T> coll) |
Modifier and Type | Method and Description |
---|---|
T |
get(int index) |
boolean |
isEmpty() |
int |
size() |
java.lang.Object[] |
toArray() |
add, add, addAll, addAll, clear, contains, containsAll, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, subList, toArray
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait