Class IsNotIn
-
-
Constructor Summary
Constructors Constructor Description IsNotIn(String key, Collection<out Object> comparisonValues)
-
Method Summary
-
-
Constructor Detail
-
IsNotIn
IsNotIn(String key, Collection<out Object> comparisonValues)
-
-
Method Detail
-
comparisonValues
Collection<out Object> comparisonValues()
-
test
boolean test(Object object)
Tests if a given object satisfies this Filter.
- Parameters:
object- An object to test.- Returns:
trueif a given object satisfies this Filter,falseotherwise.
-
hashCode
int hashCode()
-
-
-
-