Uses of Class
org.apache.commons.collections4.map.FixedSizeMap
-
Packages that use FixedSizeMap Package Description org.apache.commons.collections4.map -
-
Uses of FixedSizeMap in org.apache.commons.collections4.map
Methods in org.apache.commons.collections4.map that return FixedSizeMap Modifier and Type Method Description static <K,V>
FixedSizeMap<K,V>FixedSizeMap. fixedSizeMap(Map<K,V> map)
Factory method to create a fixed size map.
-