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