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, comparator
perform, split, update
comparator, first, last
SortedSetService<E> subSet(E fromElement, E toElement)
SortedSetService<E> threadSafe()
CollectionService
threadSafe
in interface CollectionService<E>
threadSafe
in interface SetService<E>
Copyright © 2005-2013 Javolution. All Rights Reserved.