Frames | No Frames |
Classes implementing org.apache.commons.collections.OrderedMap | |
class | An abstract implementation of a hash-based map that links entries to create an
ordered map and which provides numerous points for subclasses to override. |
class | Provides a base decorator that enables additional functionality to be added
to an OrderedMap via decoration. |
class | A Map implementation that maintains the order of the entries. |
class | Decorates a Map to ensure that the order of addition is retained
using a List to maintain order. |
class | A Map implementation with a fixed maximum size which removes
the least recently used entry if an entry is added when full. |
class | A Map implementation that holds a single item and is fixed size. |
class | Decorates another OrderedMap to ensure it can't be altered. |
Constructors with parameter type org.apache.commons.collections.OrderedMap | |
Constructor that wraps (not copies). |
Methods with parameter type org.apache.commons.collections.OrderedMap | |
OrderedMap | Factory method to create an unmodifiable sorted map. |
Methods with return type org.apache.commons.collections.OrderedMap | |
OrderedMap | ListOrderedMap.decorate(Map map) Factory method to create an ordered map. |
OrderedMap | Factory method to create an unmodifiable sorted map. |
OrderedMap | Gets the map being decorated. |
Classes implementing org.apache.commons.collections.OrderedMap | |
class | Provides a base decorator that enables additional functionality to be added
to an OrderedBidiMap via decoration. |
class | Provides a base decorator that enables additional functionality to be added
to a SortedBidiMap via decoration. |
class | Implementation of BidiMap that uses two TreeMap instances. |
class | Red-Black tree-based implementation of BidiMap where all objects added
implement the Comparable interface. |
class | Decorates another OrderedBidiMap to ensure it can't be altered. |
class | Decorates another SortedBidiMap to ensure it can't be altered. |