public class MapEntry<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>
Map.Entry
Copyright 2003-2006 Partner Software, Inc.
MapEntry(K key, V value)
boolean
equals(java.lang.Object o)
K
getKey()
V
getValue()
int
hashCode()
setValue(V value)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public MapEntry(K key, V value)
key
value
public boolean equals(java.lang.Object o)
equals
java.util.Map.Entry<K,V>
java.lang.Object
public int hashCode()
hashCode
public V setValue(V value)
setValue
public K getKey()
getKey
public V getValue()
getValue