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

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

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

Methods in org.apache.commons.collections4.map that return FixedSizeSortedMap
static
<K,V> FixedSizeSortedMap<K,V>
FixedSizeSortedMap.fixedSizeSortedMap(SortedMap<K,V> map)
          Factory method to create a fixed size sorted map.
 



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