Package org.javlo.service
Class ListService.MapAllList
- java.lang.Object
-
- org.javlo.service.ListService.MapAllList
-
-
Constructor Summary
Constructors Constructor Description MapAllList(ContentContext ctx, boolean sorted)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(Object key)booleancontainsValue(Object value)Set<Map.Entry<String,List<IListItem>>>entrySet()List<IListItem>get(Object key)booleanisEmpty()Set<String>keySet()List<IListItem>put(String key, List<IListItem> value)voidputAll(Map<? extends String,? extends List<IListItem>> m)List<IListItem>remove(Object key)intsize()Collection<List<IListItem>>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
-
-
-
-
Constructor Detail
-
MapAllList
public MapAllList(ContentContext ctx, boolean sorted)
-
-
Method Detail
-
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKeyin interfaceMap<String,List<IListItem>>
-
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValuein interfaceMap<String,List<IListItem>>
-
-