Package org.teavm.classlib.java.util
Class TAbstractMap.SimpleEntry<K,V>
java.lang.Object
org.teavm.classlib.java.util.TAbstractMap.SimpleEntry<K,V>
- All Implemented Interfaces:
TSerializable
,TMap.Entry<K,
V>
- Enclosing class:
- TAbstractMap<K,
V>
public static class TAbstractMap.SimpleEntry<K,V>
extends Object
implements TMap.Entry<K,V>, TSerializable
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleEntry
(K key, V value) SimpleEntry
(TMap.Entry<? extends K, ? extends V> entry) -
Method Summary
-
Constructor Details
-
SimpleEntry
-
SimpleEntry
-
-
Method Details
-
getValue
- Specified by:
getValue
in interfaceTMap.Entry<K,
V>
-
setValue
- Specified by:
setValue
in interfaceTMap.Entry<K,
V>
-
getKey
- Specified by:
getKey
in interfaceTMap.Entry<K,
V>
-
equals
-
hashCode
public int hashCode() -
toString
-