Package | Description |
---|---|
org.apache.commons.collections4 |
This package contains the interfaces and utilities shared across all the subpackages of this component.
|
org.apache.commons.collections4.bidimap | |
org.apache.commons.collections4.map | |
org.apache.commons.collections4.trie |
This package contains implementations of the
Trie interface. |
Modifier and Type | Interface | Description |
---|---|---|
interface |
Trie<K,V> |
Defines the interface for a prefix tree, an ordered tree data structure.
|
Modifier and Type | Method | Description |
---|---|---|
static <K,V> IterableSortedMap<K,V> |
MapUtils.iterableSortedMap(java.util.SortedMap<K,V> sortedMap) |
Get the specified
SortedMap as an IterableSortedMap . |
Modifier and Type | Class | Description |
---|---|---|
protected static class |
DualTreeBidiMap.ViewMap<K,V> |
Internal sorted map view.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractSortedMapDecorator<K,V> |
Provides a base decorator that enables additional functionality to be added
to a Map via decoration.
|
class |
FixedSizeSortedMap<K,V> |
Decorates another
SortedMap to fix the size blocking add/remove. |
class |
UnmodifiableSortedMap<K,V> |
Decorates another
SortedMap to ensure it can't be altered. |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractBitwiseTrie<K,V> |
|
class |
PatriciaTrie<E> |
Implementation of a PATRICIA Trie (Practical Algorithm to Retrieve Information
Coded in Alphanumeric).
|
class |
UnmodifiableTrie<K,V> |
An unmodifiable
Trie . |
Copyright © 2001-2019 - Apache Software Foundation