Package aQute.lib.env
Class Sieve
java.lang.Object
aQute.lib.env.Sieve
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
clear()
boolean
containsKey
(Selector name) boolean
containsKey
(Object name) Deprecated.boolean
containsValue
(Props value) boolean
containsValue
(Object value) Deprecated.entrySet()
Deprecated.boolean
isEmpty()
keySet()
boolean
void
<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) int
size()
toString()
values()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
map
-
ALWAYS
-
EMPTY
-
-
Constructor Details
-
Sieve
-
Sieve
-
Sieve
public Sieve() -
Sieve
-
Sieve
-
-
Method Details
-
clear
public void clear() -
containsKey
-
containsKey
Deprecated.- Specified by:
containsKey
in interfaceMap<Selector,
Props>
-
containsValue
-
containsValue
Deprecated.- Specified by:
containsValue
in interfaceMap<Selector,
Props>
-
entrySet
-
get
Deprecated. -
get
-
isEmpty
public boolean isEmpty() -
keySet
-
put
-
putAll
-
remove
Deprecated. -
remove
-
size
public int size() -
values
-
toString
-
append
-
select
-
select
-
reject
-
matcher
-
finder
-
matches
-