All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods
| Modifier and Type |
Method and Description |
void |
append(StringBuilder appendable) |
void |
append(StringBuilder sb,
Map.Entry<String,String> e) |
void |
clear() |
boolean |
containsKey(Object name)
Deprecated.
|
boolean |
containsKey(String name) |
boolean |
containsValue(Object value)
Deprecated.
|
boolean |
containsValue(String value) |
static Object |
convert(Attributes.Type t,
String s) |
static Object |
convert(String t,
String s) |
static Attributes |
create(String key,
String value) |
Set<Map.Entry<String,String>> |
entrySet() |
boolean |
equals(Object other)
Deprecated.
|
String |
get(Object key)
Deprecated.
|
String |
get(String key) |
String |
get(String key,
String deflt) |
Attributes.Type |
getType(String key) |
<T> T |
getTyped(Attributes.DataType<T> type,
String adname) |
Object |
getTyped(String adname) |
String |
getVersion() |
int |
hashCode()
Deprecated.
|
boolean |
isEmpty() |
boolean |
isEqual(Attributes other) |
Set<String> |
keySet() |
void |
mergeWith(Attributes other,
boolean override)
Merge the attributes
|
String |
put(String key,
String value) |
void |
putAll(Attributes attrs) |
void |
putAll(Map<? extends String,? extends String> other) |
void |
putAllTyped(Map<String,Object> attrs) |
void |
putTyped(String key,
Object value) |
String |
remove(Object var0)
Deprecated.
|
String |
remove(String var0) |
int |
size() |
static String |
toDirective(String key)
Check if a directive, if so, return directive name otherwise null
|
String |
toString() |
String |
toString(String key) |
static Attributes.Type |
toType(String type) |
Collection<String> |
values() |
Attributes |
with(String key,
String value) |