public class AttributeMap extends Object implements SdkAutoCloseable, Copyable
| Modifier and Type | Class and Description |
|---|---|
static class |
AttributeMap.Key<T> |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
<T> boolean |
containsKey(AttributeMap.Key<T> typedKey) |
AttributeMap |
copy() |
static AttributeMap |
empty() |
<T> T |
get(AttributeMap.Key<T> key) |
AttributeMap |
merge(AttributeMap lowerPrecedence) |
<T> AttributeMap |
put(AttributeMap.Key<T> key,
T value) |
<T> AttributeMap |
putIfAbsent(AttributeMap.Key<T> key,
T value) |
public <T> boolean containsKey(AttributeMap.Key<T> typedKey)
public <T> T get(AttributeMap.Key<T> key)
public <T> AttributeMap put(AttributeMap.Key<T> key, T value)
public <T> AttributeMap putIfAbsent(AttributeMap.Key<T> key, T value)
public AttributeMap merge(AttributeMap lowerPrecedence)
public AttributeMap copy()
public static AttributeMap empty()
public void close()
close in interface SdkAutoCloseableclose in interface AutoCloseableCopyright © 2022. All rights reserved.