JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
java.util.EnumMap
Packages that use
EnumMap
Package
Description
java.util
Uses of
EnumMap
in
java.util
Methods in
java.util
that return
EnumMap
Modifier and Type
Method
Description
EnumMap
<
K
,
V
>
EnumMap.
clone
()
Returns a shallow copy of this
EnumMap
.
Constructors in
java.util
with parameters of type
EnumMap
Constructor
Description
EnumMap
(
EnumMap
<
K
,? extends
V
> map)
Constructs an
EnumMap
using the same key type as the given
EnumMap
and initially containing the same mappings.