Searched refs:BelowAll (Results 1 – 1 of 1) sorted by relevance
108 return (Cut<C>) BelowAll.INSTANCE; in belowAll()113 private static final class BelowAll extends Cut<Comparable<?>> { class in Cut114 private static final BelowAll INSTANCE = new BelowAll();116 private BelowAll() { in BelowAll() method in Cut.BelowAll