| Constructor and Description |
|---|
CometParameterMap(Map<String,String> parameters) |
CometParameterMap(String parameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,String>> |
entrySet() |
String |
get(Object key) |
Item |
getItem() |
String |
getLanguageIsoCode() |
String |
getLink() |
Placeholder |
getPlaceholder() |
PlaceholderTemplate |
getPlaceholderTemplate() |
String |
getQualifier() |
String |
getValue() |
boolean |
isEmpty() |
Set<String> |
keySet() |
String |
put(String key,
String value) |
void |
putAll(Map<? extends String,? extends String> m) |
String |
remove(Object key) |
int |
size() |
String |
toString() |
Collection<String> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic CometParameterMap(String parameters)
public Item getItem()
public String getQualifier()
public String getValue()
public String getLink()
public boolean containsKey(Object key)
containsKey in interface Map<String,String>public boolean containsValue(Object value)
containsValue in interface Map<String,String>public PlaceholderTemplate getPlaceholderTemplate()
public Placeholder getPlaceholder()
public String getLanguageIsoCode()
Copyright © 2017 SAP SE. All Rights Reserved.