|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
Datastrucures, caches, and Algorithms.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |