public class IntValuePredicate extends Object implements IntPredicate
| Constructor and Description |
|---|
IntValuePredicate(int target) |
| Modifier and Type | Method and Description |
|---|---|
int |
getTarget()
Get the value matched by this predicate
|
boolean |
test(int value)
Ask whether a given value matches this predicate
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, negate, orpublic boolean test(int value)
test in interface IntPredicatevalue - the value to be testedpublic int getTarget()