public interface IContainerSet<E> extends IContainerCollection<E>, Set<E>
SetContainerIContainer.Modifiable<E>, IContainer.Persistable<E>, IContainer.Persistence<E>| Modifier and Type | Method and Description |
|---|---|
Set<E> |
getDelegate() |
getElements, isEmptyaddListener, getListeners, hasListeners, removeListeneradd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streamSet<E> getDelegate()
getDelegate in interface IContainerCollection<E>Copyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.