public static class AbstractMap.SimpleImmutableEntry<K,V> extends Object
Constructor and Description |
---|
SimpleImmutableEntry(K key,
V value) |
SimpleImmutableEntry(Map.Entry<? extends K,? extends V> entry) |
Modifier and Type | Method and Description |
---|---|
V |
setValue(V value) |
Copyright © 2018. All rights reserved.