|
|||||||||
| Home >> All >> org >> apache >> commons >> collections >> [ keyvalue overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
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:
- ArrayStack - a non synchronized Stack that follows the same API as java util Stack
- BeanMap - a map that wraps a JavaBean, representing its properties as map keys and values
- ExtendedProperties - extends the Properties class to add extra functionality
- MultiHashMap - an map that stores multiple values against each key
|
|||||||||
| Home >> All >> org >> apache >> commons >> collections >> [ keyvalue overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||