Uses of Class
org.apache.commons.collections4.map.LazySortedMap
Package
Description
-
Uses of LazySortedMap in org.apache.commons.collections4.map
Modifier and TypeMethodDescriptionstatic <K,
V> LazySortedMap<K, V> LazySortedMap.lazySortedMap
(SortedMap<K, V> map, Factory<? extends V> factory) Factory method to create a lazily instantiated sorted map.static <K,
V> LazySortedMap<K, V> LazySortedMap.lazySortedMap
(SortedMap<K, V> map, Transformer<? super K, ? extends V> factory) Factory method to create a lazily instantiated sorted map.