|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectaQute.bnd.header.Parameters
public class Parameters
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
Parameters()
|
|
Parameters(String header)
|
|
Parameters(String header,
Reporter reporter)
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Parameters()
public Parameters(String header)
public Parameters(String header,
Reporter reporter)
| Method Detail |
|---|
public void clear()
clear in interface Map<String,Attrs>
public void add(String key,
Attrs attrs)
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>public Set<Map.Entry<String,Attrs>> entrySet()
entrySet in interface Map<String,Attrs>@Deprecated public Attrs get(Object key)
get in interface Map<String,Attrs>public Attrs get(String key)
public boolean isEmpty()
isEmpty in interface Map<String,Attrs>public Set<String> keySet()
keySet in interface Map<String,Attrs>
public Attrs put(String key,
Attrs value)
put in interface Map<String,Attrs>public void putAll(Map<? extends String,? extends Attrs> map)
putAll in interface Map<String,Attrs>public void putAllIfAbsent(Map<String,? extends Attrs> map)
@Deprecated public Attrs remove(Object var0)
remove in interface Map<String,Attrs>public Attrs remove(String var0)
public int size()
size in interface Map<String,Attrs>public Collection<Attrs> values()
values in interface Map<String,Attrs>public String toString()
toString in class Objectpublic void append(StringBuilder sb)
@Deprecated public boolean equals(Object other)
equals in interface Map<String,Attrs>equals in class Object@Deprecated public int hashCode()
hashCode in interface Map<String,Attrs>hashCode in class Objectpublic boolean isEqual(Parameters other)
public Map<String,? extends Map<String,String>> asMapMap()
public void mergeWith(Parameters other,
boolean override)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||