T
public class WithinRangePredicate<T extends Comparable<T>> extends Object implements Predicate<T>
WithinRangePredicate(T start, T end)
boolean
test(T t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and, isEqual, negate, or
public WithinRangePredicate(T start, T end)
start
end
public boolean test(T t)
test
Predicate<T extends Comparable<T>>