Uses of Interface
org.apache.commons.collections4.IterableSortedMap
-
Packages that use IterableSortedMap 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 theTrieinterface. -
-
Uses of IterableSortedMap in org.apache.commons.collections4
Subinterfaces of IterableSortedMap in org.apache.commons.collections4 Modifier and Type Interface Description interfaceTrie<K,V>Defines the interface for a prefix tree, an ordered tree data structure.Methods in org.apache.commons.collections4 that return IterableSortedMap Modifier and Type Method Description static <K,V>
IterableSortedMap<K,V>MapUtils. iterableSortedMap(java.util.SortedMap<K,V> sortedMap)Get the specifiedSortedMapas anIterableSortedMap. -
Uses of IterableSortedMap in org.apache.commons.collections4.bidimap
Classes in org.apache.commons.collections4.bidimap that implement IterableSortedMap Modifier and Type Class Description protected static classDualTreeBidiMap.ViewMap<K,V>Internal sorted map view. -
Uses of IterableSortedMap in org.apache.commons.collections4.map
Classes in org.apache.commons.collections4.map that implement IterableSortedMap Modifier and Type Class Description classAbstractSortedMapDecorator<K,V>Provides 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.classUnmodifiableSortedMap<K,V>Decorates anotherSortedMapto ensure it can't be altered. -
Uses of IterableSortedMap in org.apache.commons.collections4.trie
Classes in org.apache.commons.collections4.trie that implement IterableSortedMap Modifier and Type Class Description classAbstractBitwiseTrie<K,V>classPatriciaTrie<E>Implementation of a PATRICIA Trie (Practical Algorithm to Retrieve Information Coded in Alphanumeric).classUnmodifiableTrie<K,V>An unmodifiableTrie.
-