| Modifier and Type | Class and Description |
|---|---|
static class |
AttributesMap.Builder |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object o) |
boolean |
containsValue(Object o) |
static AttributesMap |
empty() |
Set<Map.Entry<String,Object>> |
entrySet() |
AttributesMap |
filter(Set<String> keys) |
Object |
get(Object o) |
Boolean |
getBoolean(String name) |
Boolean |
getBoolean(String name,
boolean defaultValue) |
Long |
getNumber(String name) |
Long |
getNumber(String name,
long defaultValue) |
String |
getString(String name) |
String |
getString(String name,
String defaultValue) |
Class<?> |
getType(String name) |
boolean |
isEmpty() |
Set<String> |
keySet() |
static AttributesMap.Builder |
newBuilder() |
Object |
put(String s,
Object o) |
void |
putAll(Map<? extends String,?> map) |
Object |
remove(Object o) |
int |
size() |
Collection<Object> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic static AttributesMap.Builder newBuilder()
public static AttributesMap empty()
public boolean containsKey(Object o)
containsKey in interface Map<String,Object>public boolean containsValue(Object o)
containsValue in interface Map<String,Object>public AttributesMap filter(Set<String> keys)
Copyright © 2020. All rights reserved.