K
V
@StoreNotUseStandardSerialization @StorableClass public class PMapEntry<K,V> extends Object implements Map.Entry<K,V>, Serializable
protected Object
key
protected V
value
protected
PMapEntry()
PMapEntry(Map.Entry<K,V> entry)
PMapEntry(Object key)
PMapEntry(Object key, V value)
boolean
equals(Object obj)
getKey()
getValue()
int
hashCode()
void
setKey(Object key)
setValue(V value)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
protected V value
protected Object key
protected PMapEntry()
protected PMapEntry(Object key)
protected PMapEntry(Object key, V value)
protected PMapEntry(Map.Entry<K,V> entry)
public void setKey(Object key)
public K getKey()
getKey
Map.Entry<K,V>
public V getValue()
getValue
public V setValue(V value)
setValue
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.