public interface Attributes
Modifier and Type | Method and Description |
---|---|
Set<String> |
getKeys()
Gets all the keys of the attributes.
|
String |
getValue(String key)
Returns any value associated with the given key, returns
null if there is no value. |
Set<String> |
getValues(String key)
Get all the values associated with a given key.
|
boolean |
isEmpty() |
@Nullable Set<String> getValues(String key)
key
- the key to retrieve the values for@Nullable String getValue(String key)
null
if there is no value.key
- the key to retrieve the value fornull
if there is no valueSet<String> getKeys()
boolean isEmpty()
true
if there are no attributesCopyright © 2020 Atlassian. All rights reserved.