Uses of Interface
org.apache.commons.collections.OrderedMap
Packages that use OrderedMap
Package
Description
This package contains the interfaces and utilities shared across all the subpackages of this component.
-
Uses of OrderedMap in org.apache.commons.collections
Subinterfaces of OrderedMap in org.apache.commons.collectionsModifier and TypeInterfaceDescriptioninterfaceDefines a map that allows bidirectional lookup between key and values and retains and provides access to an ordering.interfaceDefines a map that allows bidirectional lookup between key and values and retains both keys and values in sorted order. -
Uses of OrderedMap in org.apache.commons.collections.bidimap
Classes in org.apache.commons.collections.bidimap that implement OrderedMapModifier and TypeClassDescriptionclassProvides 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 twoTreeMapinstances.classRed-Black tree-based implementation of BidiMap where all objects added implement theComparableinterface.final classDecorates anotherOrderedBidiMapto ensure it can't be altered.final classDecorates anotherSortedBidiMapto ensure it can't be altered. -
Uses of OrderedMap in org.apache.commons.collections.map
Classes in org.apache.commons.collections.map that implement OrderedMapModifier and TypeClassDescriptionclassAn 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.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 holds a single item and is fixed size.final classDecorates anotherOrderedMapto ensure it can't be altered.Methods in org.apache.commons.collections.map that return OrderedMapModifier and TypeMethodDescriptionstatic OrderedMapFactory method to create an ordered map.static OrderedMapUnmodifiableOrderedMap.decorate(OrderedMap map) Factory method to create an unmodifiable sorted map.protected OrderedMapAbstractOrderedMapDecorator.getOrderedMap()Gets the map being decorated.Methods in org.apache.commons.collections.map with parameters of type OrderedMapModifier and TypeMethodDescriptionstatic OrderedMapUnmodifiableOrderedMap.decorate(OrderedMap map) Factory method to create an unmodifiable sorted map.Constructors in org.apache.commons.collections.map with parameters of type OrderedMapModifierConstructorDescriptionConstructor that wraps (not copies).