Constructor and Description |
---|
MapAllList(ContentContext ctx,
boolean sorted) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,List<IListItem>>> |
entrySet() |
List<IListItem> |
get(Object key) |
boolean |
isEmpty() |
Set<String> |
keySet() |
List<IListItem> |
put(String key,
List<IListItem> value) |
void |
putAll(Map<? extends String,? extends List<IListItem>> m) |
List<IListItem> |
remove(Object key) |
int |
size() |
Collection<List<IListItem>> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public MapAllList(ContentContext ctx, boolean sorted)
public boolean containsKey(Object key)
containsKey
in interface Map<String,List<IListItem>>
public boolean containsValue(Object value)
containsValue
in interface Map<String,List<IListItem>>
Copyright © 2012-2018. All Rights Reserved.