Package org.dhmp.util

Provides the HierarchicalMap interface and classes for reference implementation.

See:
          Description

Interface Summary
HierarchicalMap A collection type data structure with support for hierarchically organized data representation.
HierarchicalMap.EntrySet Interface for entryset where a key can be specified for iterator.
HierarchicalMap2 This interface extends HierarchicalMap Interface.
HierarchicalMapProcessor A generic interface for processing HierarchicalMap.
InsightIterator Select an entry and change its order
 

Class Summary
Algorithm General proposed algorithms.
Algorithm.BinaryFunction Abstract fucntion for map transformation.
Algorithm.UnaryFunction Abstract fucntion for map transformation.
BasicHierarchicalMap Reference implementation of HierarchicalMap.
CircularQueue Circular Queue is a queue implemented using linked list that reuse the existent entries to store new data or appends new entry if all existent entries are not free (for instance value has added but still has not read).
DecimalFormat DecimalFormat used internally.
LinkedHashMultiMap  
 

Package org.dhmp.util Description

Provides the HierarchicalMap interface and classes for reference implementation.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: