Constructor and Description |
---|
NavigationMapByName(ContentContext ctx,
MenuElement root) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object name) |
boolean |
containsValue(Object arg0) |
Set<Map.Entry<String,PageBean>> |
entrySet() |
PageBean |
get(Object name) |
boolean |
isEmpty() |
Set<String> |
keySet() |
PageBean |
put(String arg0,
PageBean arg1) |
void |
putAll(Map<? extends String,? extends PageBean> arg0) |
PageBean |
remove(Object arg0) |
int |
size() |
Collection<PageBean> |
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 NavigationMapByName(ContentContext ctx, MenuElement root)
public boolean containsKey(Object name)
containsKey
in interface Map<String,PageBean>
public boolean containsValue(Object arg0)
containsValue
in interface Map<String,PageBean>
Copyright © 2012-2018. All Rights Reserved.