Uses of Class
org.apache.commons.collections4.map.FixedSizeMap
Package
Description
-
Uses of FixedSizeMap in org.apache.commons.collections4.map
Modifier and TypeMethodDescriptionstatic <K,
V> FixedSizeMap<K, V> FixedSizeMap.fixedSizeMap
(Map<K, V> map) Factory method to create a fixed size map.