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 TypeMethodDescriptionvoid
clear()
clone()
boolean
containsKey
(Object key) boolean
containsValue
(Object value) entrySet()
boolean
getValue
(TAttributes.Name name) int
hashCode()
boolean
isEmpty()
keySet()
void
int
size()
values()
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods 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:
containsKey
in interfaceMap<Object,
Object>
-
containsValue
- Specified by:
containsValue
in 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
-