Package org.teavm.classlib.java.util
Class TAbstractMap<K,V>
java.lang.Object
org.teavm.classlib.java.lang.TObject
org.teavm.classlib.java.util.TAbstractMap<K,V>
- All Implemented Interfaces:
TMap<K,V>
- Direct Known Subclasses:
TConcurrentHashMap,THashMap,TIdentityHashMap,TTreeMap
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from interface org.teavm.classlib.java.util.TMap
TMap.Entry<K1,V1> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.teavm.classlib.java.lang.TObject
equals0, finalize, getClass0, notify0, notifyAll0, wait0, wait0, waitImplMethods inherited from interface org.teavm.classlib.java.util.TMap
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
TAbstractMap
protected TAbstractMap()
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsValue
- Specified by:
containsValuein interfaceTMap<K,V>
-
containsKey
- Specified by:
containsKeyin interfaceTMap<K,V>
-
get
-
put
-
putAll
-
remove
-
entrySet
-
clear
public void clear() -
keySet
-
values
-
equals
-
hashCode
public int hashCode() -
toString
-
clone
- Overrides:
clonein classTObject- Throws:
TCloneNotSupportedException
-