K
- Key type.V
- Value type.@Immutable @Loggable(value=1) public final class MergedMaps<K,V> extends Object implements Map<K,V>
Constructor and Description |
---|
MergedMaps(Map<K,V> first,
Map<K,V> second)
Public ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(Object key) |
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> origin) |
V |
remove(Object key) |
int |
size() |
Collection<V> |
values() |
Copyright © 2009–2014 Rultor Inc.. All rights reserved.