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

  /external/guava/guava/src/com/google/common/collect/
Cut.java 81 this instanceof AboveValue, that instanceof AboveValue);
252 return (previous == null) ? Cut.<C>belowAll() : new AboveValue<C>(previous);
261 return (previous == null) ? Cut.<C>aboveAll() : new AboveValue<C>(previous);
286 static <C extends Comparable> Cut<C> aboveValue(C endpoint) {
287 return new AboveValue<C>(endpoint);
290 private static final class AboveValue<C extends Comparable> extends Cut<C> {
291 AboveValue(C endpoint) {
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 31 milliseconds