Package org.ocpsoft.rewrite.util
Class CompositeMap<KEYTYPE,VALUETYPE>
java.lang.Object
org.ocpsoft.rewrite.util.CompositeMap<KEYTYPE,VALUETYPE>
- Type Parameters:
KEYTYPE-VALUETYPE-
- All Implemented Interfaces:
Map<KEYTYPE,VALUETYPE>
- Author:
- Lincoln Baxter, III
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDelegate(Map<KEYTYPE, VALUETYPE> delegate) voidclear()clone()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanisEmpty()keySet()voidintsize()values()Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
CompositeMap
public CompositeMap()
-
-
Method Details
-
addDelegate
-
clear
public void clear() -
containsKey
- Specified by:
containsKeyin interfaceMap<KEYTYPE,VALUETYPE>
-
containsValue
- Specified by:
containsValuein interfaceMap<KEYTYPE,VALUETYPE>
-
entrySet
-
get
-
clone
-
isEmpty
public boolean isEmpty() -
keySet
-
put
-
putAll
-
remove
-
size
public int size() -
values
-