public class Instructions extends Object implements Map<Instruction,Attrs>
| Modifier and Type | Field and Description |
|---|---|
static Instructions |
ALWAYS |
| Constructor and Description |
|---|
Instructions() |
Instructions(Collection<String> other) |
Instructions(Instructions other) |
Instructions(Parameters contained) |
Instructions(String h) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(Parameters other) |
void |
clear() |
boolean |
containsKey(Instruction name) |
boolean |
containsKey(Object name)
Deprecated.
|
boolean |
containsValue(Attrs value) |
boolean |
containsValue(Object value)
Deprecated.
|
Set<Map.Entry<Instruction,Attrs>> |
entrySet() |
Instruction |
finder(String value) |
Attrs |
get(Instruction key) |
Attrs |
get(Object key)
Deprecated.
|
boolean |
isEmpty() |
Set<Instruction> |
keySet() |
Instruction |
matcher(String value) |
boolean |
matches(String value) |
Attrs |
put(Instruction key,
Attrs value) |
void |
putAll(Map<? extends Instruction,? extends Attrs> map) |
<T> Collection<T> |
reject(Collection<T> set) |
Attrs |
remove(Instruction var0) |
Attrs |
remove(Object var0)
Deprecated.
|
<T> Collection<T> |
select(Collection<T> set,
boolean emptyIsAll) |
<T> Collection<T> |
select(Collection<T> set,
Set<Instruction> unused,
boolean emptyIsAll) |
int |
size() |
String |
toString() |
Collection<Attrs> |
values() |
public static Instructions ALWAYS
public Instructions(Instructions other)
public Instructions(Collection<String> other)
public Instructions()
public Instructions(Parameters contained)
public Instructions(String h)
public void clear()
clear in interface Map<Instruction,Attrs>public boolean containsKey(Instruction name)
@Deprecated public boolean containsKey(Object name)
containsKey in interface Map<Instruction,Attrs>public boolean containsValue(Attrs value)
@Deprecated public boolean containsValue(Object value)
containsValue in interface Map<Instruction,Attrs>public Set<Map.Entry<Instruction,Attrs>> entrySet()
entrySet in interface Map<Instruction,Attrs>@Deprecated public Attrs get(Object key)
get in interface Map<Instruction,Attrs>public Attrs get(Instruction key)
public boolean isEmpty()
isEmpty in interface Map<Instruction,Attrs>public Set<Instruction> keySet()
keySet in interface Map<Instruction,Attrs>public Attrs put(Instruction key, Attrs value)
put in interface Map<Instruction,Attrs>public void putAll(Map<? extends Instruction,? extends Attrs> map)
putAll in interface Map<Instruction,Attrs>@Deprecated public Attrs remove(Object var0)
remove in interface Map<Instruction,Attrs>public Attrs remove(Instruction var0)
public int size()
size in interface Map<Instruction,Attrs>public Collection<Attrs> values()
values in interface Map<Instruction,Attrs>public void append(Parameters other)
public <T> Collection<T> select(Collection<T> set, boolean emptyIsAll)
public <T> Collection<T> select(Collection<T> set, Set<Instruction> unused, boolean emptyIsAll)
public <T> Collection<T> reject(Collection<T> set)
public Instruction matcher(String value)
public Instruction finder(String value)
public boolean matches(String value)
Copyright © 2014 aQute SARL. All rights reserved.