Statements (21)
Predicate | Object |
---|---|
gptkbp:instanceOf |
gptkb:class
|
gptkbp:author |
gptkb:Joshua_Bloch
|
gptkbp:definedIn |
gptkb:java.util_package
|
gptkbp:documentation |
https://docs.oracle.com/javase/8/docs/api/java/util/EnumMap.html
|
https://www.w3.org/2000/01/rdf-schema#label |
EnumMap class
|
gptkbp:implementedIn |
gptkb:Map_interface
gptkb:Cloneable_interface gptkb:Serializable_interface |
gptkbp:introducedIn |
gptkb:Java_1.5
|
gptkbp:key |
enum type
|
gptkbp:nullKeysAllowed |
false
|
gptkbp:nullValuesAllowed |
true
|
gptkbp:order |
natural order of enum constants
|
gptkbp:performanceContext |
faster than HashMap for enum keys
|
gptkbp:purpose |
specialized Map implementation for enum keys
|
gptkbp:serialVersionUID |
458661240069192865L
|
gptkbp:superclass |
gptkb:AbstractMap_class
|
gptkbp:threadSafe |
false
|
gptkbp:typeParameter |
<K extends Enum<K>, V>
|
gptkbp:bfsParent |
gptkb:Java_Collections
|
gptkbp:bfsLayer |
7
|