JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
org.apache.commons.collections4.map.LinkedMap
Packages that use
LinkedMap
Package
Description
org.apache.commons.collections4.map
Implements 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
Modifier and Type
Method
Description
LinkedMap
<
K
,
V
>
LinkedMap.
clone
()
Clones the map without cloning the keys or values.