class |
AbstractLruCache |
This class is the superclass of the LRU cache classes.
|
class |
IntegerLruCache |
This class provides an LRU (Least Recently Used) cache which maps integer keys to int values.
|
class |
IntegerMap |
This is a simple class to map one integer to another but without the overhead of using
a Hashtable.
|
class |
IntegerSet |
This is a lightweight class to hold a set of integer values.
|
class |
ObjectLruCache |
This class provides an LRU (Least Recently Used) cache which maps integer keys to object values.
|
class |
ObjectMap |
This is a simple class to map an integer key to an object value.
|