Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DCut.java238 private static final class BelowValue<C extends Comparable> extends Cut<C> { class in Cut
239 BelowValue(C endpoint) { in BelowValue() method in Cut.BelowValue