Package | Description |
---|---|
javolution.util |
High-performance collection classes with
guaranteed worst case execution time . |
Modifier and Type | Method and Description |
---|---|
FastSortedSet<E> |
FastSortedSet.addAll(E... elements)
Misc.
|
FastSortedSet<E> |
FastSortedSet.addAll(FastCollection<? extends E> that) |
FastSortedSet<Map.Entry<K,V>> |
FastSortedMap.entrySet() |
FastSortedSet<E> |
FastSortedSet.headSet(E toElement) |
FastSortedSet<K> |
FastSortedMap.keySet() |
FastSortedSet<E> |
FastSortedSet.shared() |
FastSortedSet<E> |
FastSortedSet.subSet(E fromElement,
E toElement)
SortedSet operations.
|
FastSortedSet<E> |
FastSortedSet.tailSet(E fromElement) |
FastSortedSet<E> |
FastSortedSet.unmodifiable()
Views.
|
Copyright © 2005-2013 Javolution. All Rights Reserved.