Searched defs:GeneralRange (Results 1 - 6 of 6) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DGeneralRange.java40 final class GeneralRange<T> implements Serializable { class in inherits:Serializable
42 * Converts a Range to a GeneralRange.
44 static <T extends Comparable> GeneralRange<T> from(Range<T> range) {
52 return new GeneralRange<T>(Ordering.natural(), range.hasLowerBound(), lowerEndpoint,
59 static <T> GeneralRange<T> all(Comparator<? super T> comparator) {
60 return new GeneralRange<T>(comparator, false, null, OPEN, false, null, OPEN);
67 static <T> GeneralRange<T> downTo(Comparator<? super T> comparator, @Nullable T endpoint,
69 return new GeneralRange<T>(comparator, true, endpoint, boundType, false, null, OPEN);
76 static <T> GeneralRange<T> upTo(Comparator<? super T> comparator, @Nullable T endpoint,
78 return new GeneralRange<
100 private GeneralRange(Comparator<? super T> comparator, boolean hasLowerBound, method in class:GeneralRange
[all...]
/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/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/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 74 milliseconds