Package org.teavm.classlib.java.util.jar
Class TAttributes
java.lang.Object
org.teavm.classlib.java.util.jar.TAttributes
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()clone()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleangetValue(TAttributes.Name name) inthashCode()booleanisEmpty()keySet()voidintsize()values()Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
map
-
-
Constructor Details
-
TAttributes
public TAttributes() -
TAttributes
-
TAttributes
public TAttributes(int size)
-
-
Method Details
-
clear
public void clear() -
containsKey
- Specified by:
containsKeyin interfaceMap<Object,Object>
-
containsValue
- Specified by:
containsValuein interfaceMap<Object,Object>
-
entrySet
-
get
-
isEmpty
public boolean isEmpty() -
keySet
-
put
-
putAll
-
remove
-
size
public int size() -
values
-
clone
-
hashCode
public int hashCode() -
equals
-
getValue
-
getValue
-
putValue
-