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

  /external/guava/guava/src/com/google/common/collect/
Ranges.java 152 return create(Cut.<C>belowAll(), Cut.belowValue(endpoint));
160 return create(Cut.<C>belowAll(), Cut.aboveValue(endpoint));
213 return create(Cut.<C>belowAll(), Cut.<C>aboveAll());
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);
Range.java 130 return lowerBound != Cut.belowAll();
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 

Completed in 1169 milliseconds