public interface SortedSetService<E> extends SetService<E>, SortedSet<E>
| Modifier and Type | Method and Description |
|---|---|
SortedSetService<E> |
headSet(E toElement) |
SortedSetService<E> |
subSet(E fromElement,
E toElement) |
SortedSetService<E> |
tailSet(E fromElement) |
SortedSetService<E> |
threadSafe()
Returns a thread-safe version of this service (used during
parallel updates).
|
clone, comparatorperform, split, updatecomparator, first, lastSortedSetService<E> subSet(E fromElement, E toElement)
SortedSetService<E> threadSafe()
CollectionServicethreadSafe in interface CollectionService<E>threadSafe in interface SetService<E>Copyright © 2005-2013 Javolution. All Rights Reserved.