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