K
- V
- @StorableClass public abstract class PAbstractMap<K,V> extends Object implements IMapListenable<K,V>, ICollectionListener<Map.Entry<K,V>>, Map<K,V>
Constructor and Description |
---|
PAbstractMap() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsValue(Object value) |
abstract Set<Map.Entry<K,V>> |
entrySet() |
boolean |
equals(Object object) |
int |
hashCode() |
boolean |
isEmpty() |
void |
putAll(Map<? extends K,? extends V> map) |
int |
size() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addListerner, removeListener
getIdentifier, notifyAdded, notifyRemoved
public boolean containsValue(Object value)
containsValue
in interface Map<K,V>
public boolean equals(Object object)
public int hashCode()
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.