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