public class MapEntry<K,V>
extends java.lang.Object
implements java.util.Map.Entry<K,V>
Constructor and Description |
---|
MapEntry(K key,
V value)
Creates a new instance of MapEntry
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
K |
getKey() |
V |
getValue() |
int |
hashCode() |
V |
setValue(V value) |
Copyright 2004-2015 Wandora Team