K
- V
- @StoreNotUseStandardSerialization @StorableClass public class PLinkedTreeMap<K,V> extends PAbstractMap<K,V> implements Cloneable, Serializable
#moveToFirstPosition(key)
#moveToLastPosition(key)
Constructor and Description |
---|
PLinkedTreeMap() |
PLinkedTreeMap(Comparator<K> comparator) |
PLinkedTreeMap(IInstanceFactory instanceFactory) |
PLinkedTreeMap(IInstanceFactory instanceFactory,
Comparator<K> comparator) |
Modifier and Type | Method and Description |
---|---|
void |
addListerner(IMapListener<K,V> listener) |
void |
clear() |
PLinkedTreeMap<K,V> |
clone() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(Object key) |
int |
getIdentifier() |
Set<K> |
keySet() |
void |
notifyAdded(Map.Entry<K,V> added) |
void |
notifyRemoved(Map.Entry<K,V> removed) |
V |
put(K key,
V value) |
V |
remove(Object key) |
void |
removeListener(int listenerIdentifier) |
void |
setEntryKey(Object key) |
int |
size() |
Collection<V> |
values() |
public PLinkedTreeMap()
public PLinkedTreeMap(IInstanceFactory instanceFactory)
public PLinkedTreeMap(Comparator<K> comparator)
public PLinkedTreeMap(IInstanceFactory instanceFactory, Comparator<K> comparator)
public void addListerner(IMapListener<K,V> listener)
addListerner
in interface IMapListenable<K,V>
public void removeListener(int listenerIdentifier)
removeListener
in interface IMapListenable<K,V>
public int getIdentifier()
getIdentifier
in interface ICollectionListener<Map.Entry<K,V>>
public void notifyAdded(Map.Entry<K,V> added)
notifyAdded
in interface ICollectionListener<Map.Entry<K,V>>
public void notifyRemoved(Map.Entry<K,V> removed)
notifyRemoved
in interface ICollectionListener<Map.Entry<K,V>>
public int size()
public boolean containsKey(Object key)
containsKey
in interface Map<K,V>
public boolean containsValue(Object value)
containsValue
in interface Map<K,V>
containsValue
in class PAbstractMap<K,V>
public PLinkedTreeMap<K,V> clone()
public void setEntryKey(Object key)
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.