public static class AbstractMap.SimpleImmutableEntry<K,V> extends Object implements Map.Entry<K,V>, Serializable
Constructor and Description |
---|
AbstractMap.SimpleImmutableEntry(K theKey,
V theValue) |
AbstractMap.SimpleImmutableEntry(Map.Entry<? extends K,? extends V> copyFrom)
Constructs an instance with the key and value of
copyFrom . |
Copyright © 2014 4th Line GmbH, Switzerland. All Rights Reserved.