K - the type of keys maintained by this mapV - the type of mapped valuespublic interface ChainMap<K,V>
extends java.util.Map<K,V>
| Modifier and Type | Method and Description |
|---|---|
ChainMap<K,V> |
putAllChain(java.util.Map<? extends K,? extends V> m)
带链式调用的putAll方法.
|
ChainMap<K,V> |
putChain(K key,
V value)
带链式调用的put方法.
|