Uses of Class
java.util.EnumMap

Packages that useEnumMap
Package
Description
java.util
Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.
  • Uses ofEnumMap injava.util

    Methods injava.util that returnEnumMap
    Modifier and Type
    Method
    Description
    EnumMap.clone()
    Returns a shallow copy of this enum map.
    Constructors injava.util with parameters of typeEnumMap
    Modifier
    Constructor
    Description
     
    EnumMap(EnumMap<K, ? extendsV> m)
    Creates an enum map with the same key type as the specified enum map, initially containing the same mappings (if any).