public class SimpleImmutableEntry<K,V> extends Object implements Map.Entry<K,V>, Serializable
| Constructor and Description |
|---|
SimpleImmutableEntry(K key,
V value) |
SimpleImmutableEntry(Map.Entry<K,V> me) |
public boolean equals(Object o)
public int hashCode()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.