Package org.teavm.classlib.java.util
Class TEnumMap<K extends Enum<K>,V>
java.lang.Object
java.util.AbstractMap<K,V>
org.teavm.classlib.java.util.TEnumMap<K,V>
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<K,V>
public class TEnumMap<K extends Enum<K>,V>
extends AbstractMap<K,V>
implements Serializable, Cloneable
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractMap
clone, equals, hashCode, isEmpty, keySet, toString, values
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
TEnumMap
-
TEnumMap
-
TEnumMap
-
-
Method Details
-
size
public int size() -
containsValue
- Specified by:
containsValue
in interfaceMap<K extends Enum<K>,V>
- Overrides:
containsValue
in classAbstractMap<K extends Enum<K>,V>
-
containsKey
- Specified by:
containsKey
in interfaceMap<K extends Enum<K>,V>
- Overrides:
containsKey
in classAbstractMap<K extends Enum<K>,V>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
entrySet
-