Home
last modified time | relevance | path

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

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