Package ch.javasoft.util.map

The util.map package contains extensions to the standard java Map, for instance, maps which support multiple values per key (see MultiValueMap); these classes use and extend java's collection framework.

See:
          Description

Interface Summary
IntIntMultiValueMap The IntIntMultiValueMap is a multi value mapping of
MultiValueMap<K,V> MultiValueMap is a mapping of one key to multiple values.
 

Class Summary
AbstractMultiValueMap<K,V> Abstract implementation for MultiValueMap for most common methods.
AbstractMutableMultiValueMap<K,V> Abstract implementation for MultiValueMap for most common methods for subclasses
DefaultIntIntMultiValueMap The IntIntMultiValueMap is a mutable multi value map for int keys and values.
DefaultMultiValueMap<K,V> Default implementation for a mutable MultiValueMap.
JoinedMultiValueMap<K,V> The JoinedMultiValueMap class joins two instances of MultiValueMap.
SingleValueMap<K,V> The SingleValueMap is pretty much the same as a Map, but it implements the MultiValueMap interface, e.g.
 

Package ch.javasoft.util.map Description

The util.map package contains extensions to the standard java Map, for instance, maps which support multiple values per key (see MultiValueMap); these classes use and extend java's collection framework.