Package com.acsinet_solutions.util.adt

Some abstract data types that implement specialized collections or other structures.

See:
          Description

Interface Summary
MapFilter<K,V> Definition of a generic type that filters entries in a Map Derechos Reservados
 

Class Summary
CacheMap<K,V> This class extends LinkedHashMap to provide a simple caching facility.
Catalog<K,V> Implementation of a read-only map-based multi-view catalog instance.
ExceptionMap<T,U> Map that throws an exception if the desired key was not found, this is useful for classes where error reporting is desired as soon as possible.
ITreeNode A tree node simple structure, used in build utilities.
LazyMap<K,V> This implements a map that delegates to a lazy loaded implementation.
MapDelegator<K,V> Abstract convenience class that implements a skeleton for objects that implement Map but delegate responsability into a mutable or immutable Map object.
MapEntryImpl<K,V> A simple implementation of Map.Entry
ResourceBundleMap A map derived from a resource bundle instance.
 

Package com.acsinet_solutions.util.adt Description

Some abstract data types that implement specialized collections or other structures.