Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DCut.java179 return (Cut<C>) AboveAll.INSTANCE; in aboveAll()
182 private static final class AboveAll extends Cut<Comparable<?>> { class in Cut
183 private static final AboveAll INSTANCE = new AboveAll();
185 private AboveAll() { in AboveAll() method in Cut.AboveAll