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:
  • Konstruktordetails

    • SimpleImmutableEntry

      public SimpleImmutableEntry(K theKey, V theValue)
    • SimpleImmutableEntry

      public SimpleImmutableEntry(Map.Entry<? extends K,? extends V> copyFrom)
      Constructs an instance with the key and value of copyFrom.
  • Methodendetails