Searched refs:AboveAll (Results 1 – 1 of 1) sorted by relevance
179 return (Cut<C>) AboveAll.INSTANCE; in aboveAll()182 private static final class AboveAll extends Cut<Comparable<?>> { class in Cut183 private static final AboveAll INSTANCE = new AboveAll();185 private AboveAll() { in AboveAll() method in Cut.AboveAll