Package com.tagtraum.perf.datastructures

Datastrucures, caches, and Algorithms.

See:
          Description

Interface Summary
Cache Interface for caches.
Matrix Matrix that can hold objects, not just primitive values.
 

Class Summary
AbstractMatrix Base class for Matrix implementations.
ArrayMatrix ArrayList based matrix.
Arrays Utility methods for Arrays.
CRSMatrix Compressed Row Storage Matrix.
HashMatrix HashMap based matrix.
IntegerSortPipe Pipe that sorts ints that lie within a certain range.
IntegerSortPipe1 Same functionality as IntegerSortPipe, but this implementation uses its own datastructure instead of a BitSet.
LRUCache LRU cache that uses LinkedHashMap.
LRUMapCache Caches a Map with a LRU access strategy.
MapCache Caches a Map.
MatrixOperations Operations for two dimensional int arrays.
RandomCache Cache with random replacement strategy.
RandomMapCache Caches a Map with a random access strategy.
SkipList Realization of a SkipList.
 

Package com.tagtraum.perf.datastructures Description

Datastrucures, caches, and Algorithms.



Copyright © 2002 Hendrik Schreiber
http://www.tagtraum.com/performance/
This software can be distributed under LGPL