Package | Description |
---|---|
javolution.util |
High-performance collection classes with
worst case execution time behavior documented. |
Class and Description |
---|
FastBitSet
A high-performance bitset with
real-time behavior. |
FastCollection
A closure-based collection supporting numerous views which can be chained.
|
FastMap
A high-performance hash map with
real-time behavior. |
FastSet
A high-performance hash set with
real-time behavior. |
FastSortedMap
A high-performance sorted map with
real-time behavior. |
FastSortedSet
A high-performance sorted set with
real-time behavior. |
FastSortedTable
A high-performance sorted table with
real-time behavior. |
FastTable
A high-performance table (fractal-based) with
real-time
behavior. |
Index
A non-negative number representing a position in an arrangement.
|
Copyright © 2005-2013 Javolution. All Rights Reserved.