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

  /external/guava/guava/src/com/google/common/collect/
Cut.java 72 if (that == aboveAll()) {
175 static <C extends Comparable> Cut<C> aboveAll() {
176 return (Cut<C>) AboveAll.INSTANCE;
179 private static final class AboveAll extends Cut<Comparable<?>> {
180 private static final AboveAll INSTANCE = new AboveAll();
182 private AboveAll() {
261 return (previous == null) ? Cut.<C>aboveAll() : new AboveValue<C>(previous);
319 return (next == null) ? Cut.<C>aboveAll() : belowValue(next);
340 return (next != null) ? belowValue(next) : Cut.<C>aboveAll();
    [all...]
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 38 milliseconds