Class Props
java.lang.Object
aQute.lib.env.Props
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappend(StringBuilder sb) voidclear()booleancontainsKey(Object name) Deprecated.booleancontainsKey(String name) booleancontainsValue(Object value) Deprecated.booleancontainsValue(String value) entrySet()booleanDeprecated.Deprecated.inthashCode()Deprecated.booleanisEmpty()booleankeySet()voidDeprecated.intsize()toString()values()Methods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
EMPTY_ATTRS
-
-
Constructor Details
-
Props
-
-
Method Details
-
clear
-
containsKey
-
containsKey
Deprecated.- Specified by:
containsKeyin interfaceMap<String,String>
-
containsValue
-
containsValue
Deprecated.- Specified by:
containsValuein interfaceMap<String,String>
-
entrySet
-
get
-
get
-
get
-
isEmpty
-
keySet
-
put
-
putAll
-
remove
-
remove
-
size
-
values
-
getVersion
-
toString
-
append
-
equals
-
hashCode
-
isEqual
-