Class Sieve
java.lang.Object
aQute.lib.env.Sieve
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclear()booleancontainsKey(Selector name) booleancontainsKey(Object name) Deprecated.booleancontainsValue(Props value) booleancontainsValue(Object value) Deprecated.entrySet()Deprecated.booleanisEmpty()keySet()booleanvoid<T> Collection<T> reject(Collection<T> set) Deprecated.<T> Collection<T> select(Collection<T> set, boolean emptyIsAll) <T> Collection<T> select(Collection<T> set, Set<Selector> unused, boolean emptyIsAll) intsize()toString()values()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
ALWAYS
-
-
Constructor Details
-
Sieve
-
Sieve
-
Sieve
public Sieve() -
Sieve
-
Sieve
-
-
Method Details
-
clear
-
containsKey
-
containsKey
Deprecated.- Specified by:
containsKeyin interfaceMap<Selector,Props>
-
containsValue
-
containsValue
Deprecated.- Specified by:
containsValuein interfaceMap<Selector,Props>
-
entrySet
-
get
-
get
-
isEmpty
-
keySet
-
put
-
putAll
-
remove
-
remove
-
size
-
values
-
toString
-
append
-
select
-
select
-
reject
-
matcher
-
finder
-
matches
-