Uses of Interface
org.apache.commons.collections4.IterableSortedMap
Packages that use IterableSortedMap
Package
Description
Interfaces and utilities shared across all packages.
Implements the
 
Trie interface.- 
Uses of IterableSortedMap in org.apache.commons.collections4Subinterfaces of IterableSortedMap in org.apache.commons.collections4Modifier and TypeInterfaceDescriptioninterfaceTrie<K,V> Defines the interface for a prefix tree, an ordered tree data structure.Methods in org.apache.commons.collections4 that return IterableSortedMapModifier and TypeMethodDescriptionstatic <K,V> IterableSortedMap <K, V> MapUtils.iterableSortedMap(SortedMap<K, V> sortedMap) Gets the specifiedSortedMapas anIterableSortedMap.
- 
Uses of IterableSortedMap in org.apache.commons.collections4.bidimapClasses in org.apache.commons.collections4.bidimap that implement IterableSortedMapModifier and TypeClassDescriptionprotected static classInternal sorted map view.
- 
Uses of IterableSortedMap in org.apache.commons.collections4.mapClasses in org.apache.commons.collections4.map that implement IterableSortedMapModifier and TypeClassDescriptionclassProvides a base decorator that enables additional functionality to be added to a Map via decoration.classFixedSizeSortedMap<K,V> Decorates anotherSortedMapto fix the size blocking add/remove.final classDecorates anotherSortedMapto ensure it can't be altered.
- 
Uses of IterableSortedMap in org.apache.commons.collections4.trieClasses in org.apache.commons.collections4.trie that implement IterableSortedMapModifier and TypeClassDescriptionclassAbstractBitwiseTrie<K,V> classAbstractPatriciaTrie<K,V> This class implements the base PATRICIA algorithm and everything that is related to theMapinterface.classPatriciaTrie<V>Implements a PATRICIA Trie (Practical Algorithm to Retrieve Information Coded in Alphanumeric).classUnmodifiableTrie<K,V> An unmodifiableTrie.