java.util
public static class AbstractMap.SimpleImmutableEntry<K,V> extends Object implements Entry<K,V>, Serializable
Since: 1.6
| Constructor Summary | |
|---|---|
| SimpleImmutableEntry(K key, V value) | |
| SimpleImmutableEntry(Entry<? extends K,? extends V> entry) | |
| Method Summary | |
|---|---|
| K | getKey() |
| V | getValue() |
| V | setValue(V value) |