Constructor and Description |
---|
Parameters() |
Parameters(String header) |
Parameters(String header,
Reporter reporter) |
Modifier and Type | Method and Description |
---|---|
void |
add(String key,
Attrs attrs) |
void |
append(StringBuilder sb) |
Map<String,? extends Map<String,String>> |
asMapMap() |
void |
clear() |
boolean |
containsKey(Object name)
Deprecated.
|
boolean |
containsKey(String name) |
boolean |
containsValue(Attrs value) |
boolean |
containsValue(Object value)
Deprecated.
|
Set<Map.Entry<String,Attrs>> |
entrySet() |
boolean |
equals(Object other)
Deprecated.
|
Attrs |
get(Object key)
Deprecated.
|
Attrs |
get(String key) |
int |
hashCode()
Deprecated.
|
boolean |
isEmpty() |
boolean |
isEqual(Parameters other) |
Set<String> |
keySet() |
void |
mergeWith(Parameters other,
boolean override)
Merge all attributes of the given parameters with this
|
Attrs |
put(String key,
Attrs value) |
void |
putAll(Map<? extends String,? extends Attrs> map) |
void |
putAllIfAbsent(Map<String,? extends Attrs> map) |
Attrs |
remove(Object var0)
Deprecated.
|
Attrs |
remove(String var0) |
int |
size() |
String |
toString() |
Collection<Attrs> |
values() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Parameters()
public Parameters(String header)
public boolean containsKey(String name)
@Deprecated public boolean containsKey(Object name)
containsKey
in interface Map<String,Attrs>
public boolean containsValue(Attrs value)
@Deprecated public boolean containsValue(Object value)
containsValue
in interface Map<String,Attrs>
@Deprecated public Attrs get(Object key)
@Deprecated public Attrs remove(Object var0)
public void append(StringBuilder sb)
@Deprecated public boolean equals(Object other)
@Deprecated public int hashCode()
public boolean isEqual(Parameters other)
public void mergeWith(Parameters other, boolean override)
Copyright © 2015 aQute SARL. All rights reserved.