@StorableClass @StoreNotUseStandardSerialization public class PEmptyMap extends PAbstractMap<Object,Object> implements Serializable
Constructor and Description |
---|
PEmptyMap(IInstanceFactory instanceFactory) |
Modifier and Type | Method and Description |
---|---|
void |
addListerner(IMapListener<Object,Object> listener) |
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<Object,Object>> |
entrySet() |
boolean |
equals(Object object) |
Object |
get(Object key) |
int |
getIdentifier() |
int |
hashCode() |
boolean |
isEmpty() |
Set<Object> |
keySet() |
static PEmptyMap |
newInstance(IInstanceFactory instanceFactory) |
void |
notifyAdded(Map.Entry<Object,Object> added) |
void |
notifyRemoved(Map.Entry<Object,Object> removed) |
Object |
put(Object key,
Object value) |
Object |
remove(Object key) |
void |
removeListener(int listenerIdentifier) |
int |
size() |
Collection<Object> |
values() |
putAll, toString
public PEmptyMap(IInstanceFactory instanceFactory)
public static PEmptyMap newInstance(IInstanceFactory instanceFactory)
public int size()
public boolean isEmpty()
public boolean containsKey(Object key)
containsKey
in interface Map<Object,Object>
public boolean containsValue(Object value)
containsValue
in interface Map<Object,Object>
containsValue
in class PAbstractMap<Object,Object>
public boolean equals(Object object)
public int hashCode()
public int getIdentifier()
getIdentifier
in interface ICollectionListener<Map.Entry<Object,Object>>
public void notifyRemoved(Map.Entry<Object,Object> removed)
notifyRemoved
in interface ICollectionListener<Map.Entry<Object,Object>>
public void notifyAdded(Map.Entry<Object,Object> added)
notifyAdded
in interface ICollectionListener<Map.Entry<Object,Object>>
public void addListerner(IMapListener<Object,Object> listener)
addListerner
in interface IMapListenable<Object,Object>
public void removeListener(int listenerIdentifier)
removeListener
in interface IMapListenable<Object,Object>
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.