All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods
Modifier and Type |
Method and Description |
void |
append(StringBuilder sb) |
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(Attrs.Type t,
String s) |
static Object |
convert(String t,
String s) |
static Attrs |
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) |
Attrs.Type |
getType(String key) |
<T> T |
getTyped(Attrs.DataType<T> type,
String adname) |
Object |
getTyped(String adname) |
String |
getVersion() |
int |
hashCode()
Deprecated.
|
boolean |
isEmpty() |
boolean |
isEqual(Attrs other) |
Set<String> |
keySet() |
void |
mergeWith(Attrs other,
boolean override)
Merge the attributes
|
String |
put(String key,
String value) |
void |
putAll(Map<? extends String,? extends String> map) |
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() |
static Attrs.Type |
toType(String type) |
Collection<String> |
values() |
Attrs |
with(String key,
String value) |