public class IntervalPredicate
extends java.lang.Object
implements com.google.common.base.Predicate<java.lang.Integer>
| Constructor and Description |
|---|
IntervalPredicate(com.google.common.base.Predicate<java.lang.Integer> leftLimit,
com.google.common.base.Predicate<java.lang.Integer> rightLimit) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(java.lang.Integer input) |