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

    • SimpleEntry

      public SimpleEntry(K theKey, V theValue)
    • SimpleEntry

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