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

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

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

Methods in org.apache.commons.collections4.map that return LinkedMap
 LinkedMap<K,V> LinkedMap.clone()
          Clones the map without cloning the keys or values.
 



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