Uses of Class
org.apache.commons.collections4.map.FixedSizeSortedMap
Packages that use FixedSizeSortedMap
Package
Description
- 
Uses of FixedSizeSortedMap in org.apache.commons.collections4.mapMethods in org.apache.commons.collections4.map that return FixedSizeSortedMapModifier and TypeMethodDescriptionstatic <K,V> FixedSizeSortedMap <K, V> FixedSizeSortedMap.fixedSizeSortedMap(SortedMap<K, V> map) Factory method to create a fixed size sorted map.