Modifier and Type | Field and Description |
---|---|
static Props |
EMPTY_ATTRS |
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) |
String |
getVersion() |
int |
hashCode()
Deprecated.
|
boolean |
isEmpty() |
boolean |
isEqual(Props other) |
Set<String> |
keySet() |
String |
put(String key,
String value) |
void |
putAll(Map<? extends String,? extends String> map) |
String |
remove(Object var0)
Deprecated.
|
String |
remove(String var0) |
int |
size() |
String |
toString() |
Collection<String> |
values() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public static Props EMPTY_ATTRS
public Props(Props... 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)
@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(Props other)
Copyright © 2021 aQute SARL. All rights reserved.