public class Attributes extends Object
| Modifier and Type | Field and Description |
|---|---|
protected LinkedHashMap<String,Attribute> |
attributes |
static Attributes |
EMPTY |
| Constructor and Description |
|---|
Attributes() |
Attributes(Attributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(CharSequence key) |
boolean |
containsValue(CharSequence key,
CharSequence value) |
Set<Map.Entry<String,Attribute>> |
entrySet() |
void |
forEach(BiConsumer<String,Attribute> action) |
Attribute |
get(CharSequence key) |
String |
getValue(CharSequence key) |
boolean |
isEmpty() |
Set<String> |
keySet() |
int |
size() |
Attributes |
toImmutable() |
MutableAttributes |
toMutable() |
String |
toString() |
Collection<Attribute> |
values() |
public static final Attributes EMPTY
protected LinkedHashMap<String,Attribute> attributes
public Attributes()
public Attributes(Attributes attributes)
public MutableAttributes toMutable()
public Attributes toImmutable()
public Attribute get(CharSequence key)
public String getValue(CharSequence key)
public boolean contains(CharSequence key)
public boolean containsValue(CharSequence key, CharSequence value)
public boolean isEmpty()
public Collection<Attribute> values()
public void forEach(BiConsumer<String,Attribute> action)
public int size()
Copyright © 2020. All rights reserved.