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:
getValuein interfaceTMap.Entry<K,V>
-
setValue
- Specified by:
setValuein interfaceTMap.Entry<K,V>
-
getKey
- Specified by:
getKeyin interfaceTMap.Entry<K,V>
-
equals
-
hashCode
public int hashCode() -
toString
-