Package | Description |
---|---|
javolution.util |
High-performance collection classes with
guaranteed worst case execution time . |
Class and Description |
---|
FastBitSet
A high-performance bit set with
real-time behavior;
smooth capacity increase/decrease and minimal memory footprint. |
FastCollection
A high-performance collection with
real-time behavior;
smooth capacity increase/decrease and minimal memory footprint. |
FastMap
A high-performance map with
real-time behavior;
smooth capacity increase/decrease and minimal memory footprint. |
FastSet
A high-performance set with
real-time behavior;
smooth capacity increase/decrease and minimal memory footprint. |
FastSortedMap
A high-performance sorted map with
real-time behavior;
smooth capacity increase/decrease and minimal memory footprint. |
FastSortedSet
A high-performance sorted set with
real-time behavior;
smooth capacity increase/decrease and minimal memory footprint. |
FastSortedTable
A high-performance sorted table with
real-time behavior;
smooth capacity increase/decrease and minimal memory footprint. |
FastTable
A high-performance table (fractal-based) with
real-time
behavior; smooth capacity increase/decrease and minimal memory footprint. |
Index
A non-negative number representing a position in an arrangement.
|
Copyright © 2005-2013 Javolution. All Rights Reserved.