Uses of Interface
org.apache.commons.collections4.IterableSortedMap
Package
Description
Interfaces and utilities shared across all packages.
Implements the
Trie
interface.-
Uses of IterableSortedMap in org.apache.commons.collections4
Modifier and TypeInterfaceDescriptioninterface
Trie<K,
V> Defines the interface for a prefix tree, an ordered tree data structure.Modifier and TypeMethodDescriptionstatic <K,
V> IterableSortedMap <K, V> MapUtils.iterableSortedMap
(SortedMap<K, V> sortedMap) Gets the specifiedSortedMap
as anIterableSortedMap
. -
Uses of IterableSortedMap in org.apache.commons.collections4.bidimap
Modifier and TypeClassDescriptionprotected static class
Internal sorted map view. -
Uses of IterableSortedMap in org.apache.commons.collections4.map
Modifier and TypeClassDescriptionclass
Provides a base decorator that enables additional functionality to be added to a Map via decoration.class
FixedSizeSortedMap<K,
V> Decorates anotherSortedMap
to fix the size blocking add/remove.final class
Decorates anotherSortedMap
to ensure it can't be altered. -
Uses of IterableSortedMap in org.apache.commons.collections4.trie
Modifier and TypeClassDescriptionclass
AbstractBitwiseTrie<K,
V> class
AbstractPatriciaTrie<K,
V> This class implements the base PATRICIA algorithm and everything that is related to theMap
interface.class
PatriciaTrie<V>
Implements a PATRICIA Trie (Practical Algorithm to Retrieve Information Coded in Alphanumeric).class
UnmodifiableTrie<K,
V> An unmodifiableTrie
.