K - the key typeV - the value type@Immutable public class ImmutableMapEntry<K,V> extends Object implements Map.Entry<K,V>
Map.Entry implementation.| Constructor and Description |
|---|
ImmutableMapEntry(K key,
V value) |
ImmutableMapEntry(Map.Entry<K,V> entry) |
public int hashCode()
public boolean equals(Object obj)
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.