Package jfun.util.dict

Provides classes and interfaces for functional associative array.

See:
          Description

Interface Summary
Dict An immutable associative array.
Map to map a key to a value.
 

Class Summary
DictFactory The factory to create Dict objects.
 

Package jfun.util.dict Description

Provides classes and interfaces for functional associative array.
A functional hash table creates a new object every time an update is applied.

Package Specification

The code is developed and tested under Java 1.4.

Related Documentation

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