Package lumis.portal.user
Class UserPropertiesCustomAttributesMap
- java.lang.Object
-
- lumis.portal.user.UserPropertiesCustomAttributesMap
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
boolean
containsKey(Object key)
boolean
containsValue(Object value)
Set<Map.Entry<String,Map<String,List<Object>>>>
entrySet()
Map<String,List<Object>>
get(Object key)
boolean
isEmpty()
Set<String>
keySet()
Map<String,List<Object>>
put(String key, Map<String,List<Object>> value)
void
putAll(Map<? extends String,? extends Map<String,List<Object>>> m)
Map<String,List<Object>>
remove(Object key)
int
size()
Collection<Map<String,List<Object>>>
values()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
containsKey
public boolean containsKey(Object key)
-
containsValue
public boolean containsValue(Object value)
-
values
public Collection<Map<String,List<Object>>> values()
-
-