Searched refs:belowValue (Results 1 - 15 of 15) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DRange.java165 return create(Cut.aboveValue(lower), Cut.belowValue(upper));
177 return create(Cut.belowValue(lower), Cut.aboveValue(upper));
190 return create(Cut.belowValue(lower), Cut.belowValue(upper));
222 : Cut.belowValue(lower);
224 ? Cut.belowValue(upper)
236 return create(Cut.<C>belowAll(), Cut.belowValue(endpoint));
284 return create(Cut.belowValue(endpoint), Cut.<C>aboveAll());
H A DCut.java156 return Cut.<Comparable<?>>belowValue(domain.minValue());
234 static <C extends Comparable> Cut<C> belowValue(C endpoint) { method in class:Cut
319 return (next == null) ? Cut.<C>belowAll() : belowValue(next);
328 return (next == null) ? Cut.<C>aboveAll() : belowValue(next);
349 return (next != null) ? belowValue(next) : Cut.<C>aboveAll();
H A DImmutableRangeMap.java166 Cut.belowValue(key), KeyPresentBehavior.ANY_PRESENT, KeyAbsentBehavior.NEXT_LOWER);
179 Cut.belowValue(key), KeyPresentBehavior.ANY_PRESENT, KeyAbsentBehavior.NEXT_LOWER);
H A DTreeRangeSet.java99 Entry<Cut<C>, Range<C>> floorEntry = rangesByLowerBound.floorEntry(Cut.belowValue(value));
728 .min(lowerBoundWindow.upperBound, Cut.belowValue(restriction.upperBound));
752 .min(lowerBoundWindow.upperBound, Cut.belowValue(restriction.upperBound));
H A DImmutableRangeSet.java129 Cut.belowValue(value),
H A DTreeRangeMap.java116 entriesByLowerBound.floorEntry(Cut.belowValue(key));
/external/guava/guava-tests/test/com/google/common/collect/
H A DTreeRangeSetTest.java90 cutsToTest.add(Cut.belowValue(i));
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 2004 milliseconds