JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
org.dellroad.stuff.util.LongMap
Packages that use
LongMap
Package
Description
org.dellroad.stuff.util
Utility classes relating to collections, etc.
Uses of
LongMap
in
org.dellroad.stuff.util
Methods in
org.dellroad.stuff.util
that return
LongMap
Modifier and Type
Method
Description
LongMap
<
V
>
LongMap.
clone
()
LongMap
<
V
>
LongMap.
deepClone
(
UnaryOperator
<
V
> valueCloner)
Perform a "deep clone" operation, which is a normal
clone()
followed by a cloning of each value using the provided clone function.