Home
last modified time | relevance | path

Searched refs:BelowValue (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DCut.java229 return new BelowValue<C>(endpoint); in belowValue()
232 private static final class BelowValue<C extends Comparable> extends Cut<C> { class in Cut
233 BelowValue(C endpoint) { in BelowValue() method in Cut.BelowValue