Package aQute.lib.env
Class Props
java.lang.Object
aQute.lib.env.Props
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
append
(StringBuilder sb) void
clear()
boolean
containsKey
(Object name) Deprecated.boolean
containsKey
(String name) boolean
containsValue
(Object value) Deprecated.boolean
containsValue
(String value) entrySet()
boolean
Deprecated.Deprecated.int
hashCode()
Deprecated.boolean
isEmpty()
boolean
keySet()
void
Deprecated.int
size()
toString()
values()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
EXTENDED
-
map
-
EMPTY
-
EMPTY_ATTRS
-
-
Constructor Details
-
Props
-
-
Method Details
-
clear
public void clear() -
containsKey
-
containsKey
Deprecated.- Specified by:
containsKey
in interfaceMap<String,
String>
-
containsValue
-
containsValue
Deprecated.- Specified by:
containsValue
in interfaceMap<String,
String>
-
entrySet
-
get
Deprecated. -
get
-
get
-
isEmpty
public boolean isEmpty() -
keySet
-
put
-
putAll
-
remove
Deprecated. -
remove
-
size
public int size() -
values
-
getVersion
-
toString
-
append
-
equals
Deprecated. -
hashCode
Deprecated. -
isEqual
-