Searched defs:AboveValue (Results 1 - 3 of 3) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DCut.java81 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);
287 return new AboveValue<C>(endpoint);
290 private static final class AboveValue<C extends Comparable> extends Cut<C> { class in class:Cut
291 AboveValue(C endpoint) { method in class:Cut.AboveValue
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 83 milliseconds