Package | Description |
---|---|
javolution.util |
High-performance collection classes with
worst case execution time behavior documented. |
javolution.util.service |
Service interfaces to be implemented by
javolution.util.*
collections and collections views. |
Modifier and Type | Method and Description |
---|---|
protected SortedSetService<E> |
FastSortedSet.service() |
Constructor and Description |
---|
FastSortedSet(SortedSetService<E> service)
Creates a sorted set backed up by the specified service implementation.
|
Modifier and Type | Method and Description |
---|---|
SortedSetService<Map.Entry<K,V>> |
SortedMapService.entrySet() |
SortedSetService<E> |
SortedSetService.headSet(E toElement) |
SortedSetService<K> |
SortedMapService.keySet() |
SortedSetService<E> |
SortedSetService.subSet(E fromElement,
E toElement) |
SortedSetService<E> |
SortedSetService.tailSet(E fromElement) |
SortedSetService<E> |
SortedSetService.threadSafe() |
Copyright © 2005-2013 Javolution. All Rights Reserved.