Package es.bsc.dataclay.util.structs
Useful structures
-
Class Summary Class Description CacheLinkedHashMap<A,B> This class represents a LRU cache.LruCache<A,B> Class that implements a simple LRU cache with specified max entries.LruCacheByDate<A,B> Class that implements a simple LRU cache with specified max entries.MemoryCache<A,B> Triple<X,Y,Z> This class represents a tuple of three elements.Tuple<X,Y> This class represents a tuple.