HomeSort by relevance Sort by last modified time
    Searched full:abovevalue (Results 1 - 6 of 6) sorted by null

  /external/guava/guava/src/com/google/common/collect/
Cut.java 81 this instanceof AboveValue, that instanceof AboveValue);
258 return (previous == null) ? Cut.<C>belowAll() : new AboveValue<C>(previous);
267 return (previous == null) ? Cut.<C>aboveAll() : new AboveValue<C>(previous);
295 static <C extends Comparable> Cut<C> aboveValue(C endpoint) {
296 return new AboveValue<C>(endpoint);
299 private static final class AboveValue<C extends Comparable> extends Cut<C> {
300 AboveValue(C endpoint) {
Range.java 165 return create(Cut.aboveValue(lower), Cut.belowValue(upper));
177 return create(Cut.belowValue(lower), Cut.aboveValue(upper));
203 return create(Cut.aboveValue(lower), Cut.aboveValue(upper));
221 ? Cut.aboveValue(lower)
225 : Cut.aboveValue(upper);
246 return create(Cut.<C>belowAll(), Cut.aboveValue(endpoint));
274 return create(Cut.aboveValue(endpoint), Cut.<C>aboveAll());
  /external/guava/guava-tests/test/com/google/common/collect/
TreeRangeSetTest.java 91 cutsToTest.add(Cut.aboveValue(i));
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 983 milliseconds