Package org.jupnp.support.shared
Klasse AbstractMap.SimpleEntry<K,V>
java.lang.Object
org.jupnp.support.shared.AbstractMap.SimpleEntry<K,V>
- Alle implementierten Schnittstellen:
Serializable,Map.Entry<K,V>
- Umschließende Klasse:
AbstractMap<K,V>
public static class AbstractMap.SimpleEntry<K,V>
extends Object
implements Map.Entry<K,V>, Serializable
A key-value mapping with mutable values.
- Seit:
- 1.6
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungSimpleEntry(Map.Entry<? extends K, ? extends V> copyFrom) Constructs an instance with the key and value ofcopyFrom.SimpleEntry(K theKey, V theValue) -
Methodenübersicht
-
Konstruktordetails
-
SimpleEntry
-
SimpleEntry
Constructs an instance with the key and value ofcopyFrom.
-
-
Methodendetails
-
getKey
-
getValue
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-