| Modifier and Type | Class and Description |
|---|---|
static interface |
Attrs.DataType<T> |
static class |
Attrs.Type |
| Modifier and Type | Field and Description |
|---|---|
static Attrs.DataType<Double> |
DOUBLE |
static Attrs |
EMPTY_ATTRS |
static Attrs.DataType<List<Double>> |
LIST_DOUBLE |
static Attrs.DataType<List<Long>> |
LIST_LONG |
static Attrs.DataType<List<String>> |
LIST_STRING |
static Attrs.DataType<List<Version>> |
LIST_VERSION |
static Attrs.DataType<Long> |
LONG |
static Attrs.DataType<String> |
STRING |
static Pattern |
TYPED |
static Attrs.DataType<Version> |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
void |
append(StringBuilder sb) |
void |
clear() |
boolean |
containsKey(Object name)
Deprecated.
|
boolean |
containsKey(String name) |
boolean |
containsValue(Object value)
Deprecated.
|
boolean |
containsValue(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() |
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() |
String |
toString() |
Collection<String> |
values() |
public static Attrs.DataType<String> STRING
public static Attrs.DataType<Long> LONG
public static Attrs.DataType<Double> DOUBLE
public static Attrs.DataType<Version> VERSION
public static Attrs.DataType<List<String>> LIST_STRING
public static Attrs.DataType<List<Long>> LIST_LONG
public static Attrs.DataType<List<Double>> LIST_DOUBLE
public static Attrs.DataType<List<Version>> LIST_VERSION
public static final Pattern TYPED
public static Attrs EMPTY_ATTRS
public Attrs()
public Attrs(Attrs... attrs)
public boolean containsKey(String name)
@Deprecated public boolean containsKey(Object name)
containsKey in interface Map<String,String>public boolean containsValue(String value)
@Deprecated public boolean containsValue(Object value)
containsValue in interface Map<String,String>@Deprecated public String get(Object key)
public Attrs.Type getType(String key)
@Deprecated public String remove(Object var0)
public String getVersion()
public void append(StringBuilder sb)
@Deprecated public boolean equals(Object other)
@Deprecated public int hashCode()
public boolean isEqual(Attrs other)
public <T> T getTyped(Attrs.DataType<T> type, String adname)
Copyright © 2014 aQute SARL. All rights reserved.