public interface IContainerList<E> extends IContainerCollection<E>, List<E>
IContainer.Modifiable<E>, IContainer.Persistable<E>, IContainer.Persistence<E>| Modifier and Type | Method and Description |
|---|---|
List<E> |
getDelegate() |
getElements, isEmptyaddListener, getListeners, hasListeners, removeListeneradd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streamList<E> getDelegate()
getDelegate in interface IContainerCollection<E>Copyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.