Package org.jupnp.support.shared
Klasse AbstractMap.SimpleImmutableEntry<K,V>
java.lang.Object
org.jupnp.support.shared.AbstractMap.SimpleImmutableEntry<K,V>
- Alle implementierten Schnittstellen:
Serializable,Map.Entry<K,V>
- Umschließende Klasse:
AbstractMap<K,V>
public static class AbstractMap.SimpleImmutableEntry<K,V>
extends Object
implements Map.Entry<K,V>, Serializable
An immutable key-value mapping. Despite the name, this class is non-final
and its subclasses may be mutable.
- Seit:
- 1.6
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungSimpleImmutableEntry(Map.Entry<? extends K, ? extends V> copyFrom) Constructs an instance with the key and value ofcopyFrom.SimpleImmutableEntry(K theKey, V theValue) -
Methodenübersicht
-
Konstruktordetails
-
SimpleImmutableEntry
-
SimpleImmutableEntry
Constructs an instance with the key and value ofcopyFrom.
-
-
Methodendetails
-
getKey
-
getValue
-
setValue
This base implementation throwsUnsupportedOperationExceptionalways. -
equals
-
hashCode
public int hashCode() -
toString
-