Class MapWrapper<K,V>
java.lang.Object
edu.internet2.middleware.grouper.ui.util.MapWrapper<K,V>
- Type Parameters:
K-V-
- All Implemented Interfaces:
Serializable,Map<K,V>
simple wrapper of map
- Version:
- $Id: MapWrapper.java,v 1.1 2009-10-11 22:04:17 mchyzer Exp $
- See Also:
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanisEmpty()isEmptykeySet()voidintsize()sizevalues()Methods inherited from class java.lang.Object
clone, 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
-
MapWrapper
public MapWrapper()
-
-
Method Details
-
size
public int size()size -
isEmpty
public boolean isEmpty()isEmpty -
containsKey
- Specified by:
containsKeyin interfaceMap<K,V> - See Also:
-
containsValue
- Specified by:
containsValuein interfaceMap<K,V> - See Also:
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-