Package | Description |
---|---|
javolution.util |
High-performance collection classes with
worst case execution time behavior documented. |
Modifier and Type | Class and Description |
---|---|
class |
FastBitSet
A high-performance bitset with
real-time behavior. |
class |
FastSortedSet<E>
A high-performance sorted set with
real-time behavior. |
Modifier and Type | Method and Description |
---|---|
FastSet<E> |
FastSet.addAll(E... elements) |
FastSet<E> |
FastSet.addAll(FastCollection<? extends E> that) |
FastSet<E> |
FastSet.atomic() |
FastSet<Map.Entry<K,V>> |
FastMap.entrySet()
Returns a set view of the mappings contained in
this map.
|
FastSet<E> |
FastSet.filtered(Predicate<? super E> filter) |
FastSet<K> |
FastMap.keySet()
Returns a set view of the keys contained in this map.
|
FastSet<E> |
FastSet.shared() |
FastSet<E> |
FastSet.unmodifiable() |
Copyright © 2005-2013 Javolution. All Rights Reserved.