Uses of Class
org.apache.commons.collections4.map.LazySortedMap
-
Packages that use LazySortedMap Package Description org.apache.commons.collections4.map -
-
Uses of LazySortedMap in org.apache.commons.collections4.map
Methods in org.apache.commons.collections4.map that return LazySortedMap Modifier and Type Method Description static <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.
-