| Modifier and Type | Class and Description |
|---|---|
static interface |
ValueContainerMap.PropertyFilter
Describes an
PropertyFilterInternal use only! |
| Constructor and Description |
|---|
ValueContainerMap(ObjectValueContainer container,
boolean allValues,
ValueContainerMap.PropertyFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object arg0) |
boolean |
containsValue(Object arg0) |
Set<Map.Entry> |
entrySet() |
Object |
get(Object arg0) |
protected TypeService |
getCockpitTypeService() |
boolean |
isEmpty() |
Set |
keySet() |
Object |
put(Object arg0,
Object arg1) |
void |
putAll(Map arg0) |
Object |
remove(Object arg0) |
int |
size() |
Collection |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic ValueContainerMap(ObjectValueContainer container, boolean allValues, ValueContainerMap.PropertyFilter filter)
public boolean containsKey(Object arg0)
containsKey in interface Mappublic boolean containsValue(Object arg0)
containsValue in interface Mappublic Collection values()
protected TypeService getCockpitTypeService()
Copyright © 2017 SAP SE. All Rights Reserved.