Package | Description |
---|---|
javolution.util |
High-performance collection classes with
guaranteed worst case execution time . |
Modifier and Type | Class and Description |
---|---|
class |
FastBitSet
A high-performance bit set with
real-time behavior;
smooth capacity increase/decrease and minimal memory footprint. |
class |
FastSortedSet<E>
A high-performance sorted set with
real-time behavior;
smooth capacity increase/decrease and minimal memory footprint. |
Modifier and Type | Method and Description |
---|---|
FastSet<E> |
FastSet.addAll(E... elements)
Misc.
|
FastSet<E> |
FastSet.addAll(FastCollection<? extends E> that) |
FastSet<E> |
FastSet.distinct() |
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()
Views.
|
Copyright © 2005-2013 Javolution. All Rights Reserved.