public class StaticUpperLimit
extends java.lang.Object
implements com.google.common.base.Predicate<java.lang.Integer>
| Constructor and Description |
|---|
StaticUpperLimit(boolean inclusive,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(java.lang.Integer input) |
int |
getLimit() |