com.bstek.dorado.util.proxy
public abstract class ChildrenMapSupport<K,V> extends MapProxySupport<K,V>
target
Constructor and Description |
---|
ChildrenMapSupport() |
ChildrenMapSupport(java.util.Map<K,V> target) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
childAdded(K key,
V child)
当有新的子对象被添加到Map时被激活的方法。
|
protected abstract void |
childRemoved(K key,
V child)
当有子对象从Map被移除时被激活的方法。
|
void |
clear() |
V |
put(K key,
V value) |
void |
putAll(java.util.Map<? extends K,? extends V> t) |
V |
remove(java.lang.Object key) |
containsKey, containsValue, entrySet, equals, get, getTarget, hashCode, isEmpty, keySet, size, values
protected abstract void childAdded(K key, V child)
key
- 键值child
- 子对象protected abstract void childRemoved(K key, V child)
key
- 键值child
- 子对象public void clear()
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.