Searched refs:BelowValue (Results 1 – 1 of 1) sorted by relevance
229 return new BelowValue<C>(endpoint); in belowValue()232 private static final class BelowValue<C extends Comparable> extends Cut<C> { class in Cut233 BelowValue(C endpoint) { in BelowValue() method in Cut.BelowValue