public interface IContainerCollection<E> extends IContainer<E>, Collection<E>
container that is a Collection.IContainer.Modifiable<E>, IContainer.Persistable<E>, IContainer.Persistence<E>| Modifier and Type | Method and Description |
|---|---|
Collection<E> |
getDelegate() |
getElements, isEmptyaddListener, getListeners, hasListeners, removeListeneradd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArrayCollection<E> getDelegate()
Copyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.