Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.commons.collections.keyvalue

This package contains the interfaces and utilities shared across all the subpackages of this component.

See:
          Description

Class Summary
AbstractKeyValue Abstract pair class to assist with creating KeyValue and MapEntry implementations.
AbstractMapEntry Abstract Pair class to assist with creating correct Map Entry implementations.
AbstractMapEntryDecorator Provides a base decorator that allows additional functionality to be added to a Map Entry.
AbstractTestMapEntry Abstract tests that can be extended to test any Map.Entry implementation.
DefaultKeyValue A mutable KeyValue pair that does not implement MapEntry.
DefaultMapEntry A restricted implementation of java.util.Map.Entry that prevents the MapEntry contract from being broken.
MultiKey A MultiKey allows multiple map keys to be merged together.
TestAll Entry point for key-value test cases.
TestDefaultKeyValue Test the DefaultKeyValue class.
TestDefaultMapEntry Test the DefaultMapEntry class.
TestMultiKey Unit tests for org.apache.commons.collections.MultiKey.
TestTiedMapEntry Test the TiedMapEntry class.
TestUnmodifiableMapEntry Test the UnmodifiableMapEntry class.
TiedMapEntry A Map Entry tied to a map underneath.
UnmodifiableMapEntry A java.util.Map.Entry that throws UnsupportedOperationException when setValue is called.
 

Package org.apache.commons.collections.keyvalue Description

This package contains the interfaces and utilities shared across all the subpackages of this component.

The following collection implementations are provided in the package: