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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic 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)
public Map<File,Attrs> select(File base)
base - The directory to list files from.Copyright © 2019 aQute SARL. All rights reserved.