Constructor and Description |
---|
Sieve() |
Sieve(Collection<String> other) |
Sieve(Header contained) |
Sieve(Sieve other) |
Sieve(String h) |
Modifier and Type | Method and Description |
---|---|
void |
append(Header other) |
void |
clear() |
boolean |
containsKey(Object name)
Deprecated.
|
boolean |
containsKey(Selector name) |
boolean |
containsValue(Object value)
Deprecated.
|
boolean |
containsValue(Props value) |
Set<Map.Entry<Selector,Props>> |
entrySet() |
Selector |
finder(String value) |
Props |
get(Object key)
Deprecated.
|
Props |
get(Selector key) |
boolean |
isEmpty() |
Set<Selector> |
keySet() |
Selector |
matcher(String value) |
boolean |
matches(String value) |
Props |
put(Selector key,
Props value) |
void |
putAll(Map<? extends Selector,? extends Props> map) |
<T> Collection<T> |
reject(Collection<T> set) |
Props |
remove(Object var0)
Deprecated.
|
Props |
remove(Selector var0) |
<T> Collection<T> |
select(Collection<T> set,
boolean emptyIsAll) |
<T> Collection<T> |
select(Collection<T> set,
Set<Selector> unused,
boolean emptyIsAll) |
int |
size() |
String |
toString() |
Collection<Props> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public static Sieve ALWAYS
public Sieve(Sieve other)
public Sieve(Collection<String> other)
public Sieve()
public Sieve(Header contained)
public Sieve(String h)
public boolean containsKey(Selector name)
@Deprecated public boolean containsKey(Object name)
containsKey
in interface Map<Selector,Props>
public boolean containsValue(Props value)
@Deprecated public boolean containsValue(Object value)
containsValue
in interface Map<Selector,Props>
@Deprecated public Props get(Object key)
@Deprecated public Props remove(Object var0)
public void append(Header other)
public <T> Collection<T> select(Collection<T> set, boolean emptyIsAll)
public <T> Collection<T> select(Collection<T> set, Set<Selector> unused, boolean emptyIsAll)
public <T> Collection<T> reject(Collection<T> set)
public boolean matches(String value)
Copyright © 2015 aQute SARL. All rights reserved.