Package edu.brandeis.cs.steele.util

Interface Summary
Cache A Cache is a collection of values that are indexed by keys and that are stored for an unspecified amount of time (which the implementor of Cache may further specify).
 

Class Summary
ArrayUtilities Miscellaneous array functions.
LookaheadEnumeration A wrapper for objects that declared Enumerations that don't fully implement hasMoreElements, to bring them into conformance with the specification of that function.
LRUCache A fixed-capacity Cache that stores the n most recently used keys.