Package | Description |
---|---|
javolution.util |
High-performance collection classes with
guaranteed worst case execution time . |
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<K> |
SortedMapService.keySet() |
SortedSetService<E> |
SortedSetService.subSet(E fromElement,
E toElement)
Returns a view over a portion of this set.
|
Copyright © 2005-2013 Javolution. All Rights Reserved.