Toggle navigation
JarYard
Browse
Search
About
Groups
org.apache.commons
commons-collections4
4.1
Javadoc
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Search
Uses of Class
org.apache.commons.collections4.map.LRUMap
Packages that use
LRUMap
Package
Description
org.apache.commons.collections4.map
This package contains implementations of the
Map
,
IterableMap
,
OrderedMap
and
SortedMap
interfaces.
Uses of
LRUMap
in
org.apache.commons.collections4.map
Methods in
org.apache.commons.collections4.map
that return
LRUMap
Modifier and Type
Method and Description
LRUMap
<
K
,
V
>
LRUMap.
clone
()
Clones the map without cloning the keys or values.