Searched defs:BelowValue (Results 1 – 1 of 1) sorted by relevance
238 private static final class BelowValue<C extends Comparable> extends Cut<C> { class in Cut239 BelowValue(C endpoint) { in BelowValue() method in Cut.BelowValue