Uses of Interface
org.apache.commons.collections.IterableMap
Packages that use IterableMap
Package
Description
This package contains the interfaces and utilities shared across all the subpackages of this component.
-
Uses of IterableMap in org.apache.commons.collections
Subinterfaces of IterableMap in org.apache.commons.collectionsModifier and TypeInterfaceDescriptioninterfaceDefines a map that allows bidirectional lookup between key and values.interfaceDefines a map that allows bidirectional lookup between key and values and retains and provides access to an ordering.interfaceDefines a map that maintains order and allows both forward and backward iteration through that order.interfaceDefines a map that allows bidirectional lookup between key and values and retains both keys and values in sorted order. -
Uses of IterableMap in org.apache.commons.collections.bidimap
Classes in org.apache.commons.collections.bidimap that implement IterableMapModifier and TypeClassDescriptionclassProvides a base decorator that enables additional functionality to be added to a BidiMap via decoration.classAbstractBidiMapimplemented using two maps.classProvides a base decorator that enables additional functionality to be added to an OrderedBidiMap via decoration.classProvides a base decorator that enables additional functionality to be added to a SortedBidiMap via decoration.classImplementation ofBidiMapthat uses twoHashMapinstances.classImplementation ofBidiMapthat uses twoTreeMapinstances.classRed-Black tree-based implementation of BidiMap where all objects added implement theComparableinterface.final classDecorates anotherBidiMapto ensure it can't be altered.final classDecorates anotherOrderedBidiMapto ensure it can't be altered.final classDecorates anotherSortedBidiMapto ensure it can't be altered. -
Uses of IterableMap in org.apache.commons.collections.map
Classes in org.apache.commons.collections.map that implement IterableMapModifier and TypeClassDescriptionclassAn abstract implementation of a hash-based map which provides numerous points for subclasses to override.classAn abstract implementation of a hash-based map that links entries to create an ordered map and which provides numerous points for subclasses to override.classProvides a base decorator that enables additional functionality to be added to an OrderedMap via decoration.classAn abstract implementation of a hash-based map that allows the entries to be removed by the garbage collector.classA case-insensitiveMap.classAMapimplementation that stores data in simple fields until the size is greater than 3.classAMapimplementation that is a general purpose alternative toHashMap.classAMapimplementation that matches keys and values based on==notequals().classAMapimplementation that maintains the order of the entries.classDecorates aMapto ensure that the order of addition is retained using aListto maintain order.classAMapimplementation with a fixed maximum size which removes the least recently used entry if an entry is added when full.classAMapimplementation that uses multiple keys to map the value.classAMapimplementation that allows mappings to be removed by the garbage collector and matches keys and values based on==notequals().classAMapimplementation that allows mappings to be removed by the garbage collector.classAMapimplementation that holds a single item and is fixed size.final classDecorates anotherMapto ensure it can't be altered.final classDecorates anotherOrderedMapto ensure it can't be altered.