Uses of Class
org.apache.commons.collections4.map.LazySortedMap

Packages that use LazySortedMap
org.apache.commons.collections4.map This package contains implementations of the Map, IterableMap, OrderedMap and SortedMap interfaces. 
 

Uses of LazySortedMap in org.apache.commons.collections4.map
 

Methods in org.apache.commons.collections4.map that return LazySortedMap
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.
 



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.