public class MapEntry<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>
MapEntry()
MapEntry(K k, V v)
K
getKey()
V
getValue()
setValue(V v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode
public MapEntry()
public MapEntry(K k, V v)
public K getKey()
getKey
java.util.Map.Entry<K,V>
public V getValue()
getValue
public V setValue(V v)
setValue
Copyright © 2005-2010 MeBigFatGuy.com. All Rights Reserved.