HomeSort by relevance Sort by last modified time
    Searched defs:belowAll (Results 1 - 2 of 2) sorted by null

  /external/guava/guava/src/com/google/common/collect/
Cut.java 69 if (that == belowAll()) {
107 static <C extends Comparable> Cut<C> belowAll() {
108 return (Cut<C>) BelowAll.INSTANCE;
113 private static final class BelowAll extends Cut<Comparable<?>> {
114 private static final BelowAll INSTANCE = new BelowAll();
116 private BelowAll() {
252 return (previous == null) ? Cut.<C>belowAll() : new AboveValue<C>(previous);
310 return (next == null) ? Cut.<C>belowAll() : belowValue(next);
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 168 milliseconds