Searched defs:CompoundOrdering (Results 1 - 4 of 4) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DCompoundOrdering.java26 final class CompoundOrdering<T> extends Ordering<T> implements Serializable { class in inherits:Ordering,Serializable
29 CompoundOrdering(Comparator<? super T> primary, method in class:CompoundOrdering
35 CompoundOrdering(Iterable<? extends Comparator<? super T>> comparators) { method in class:CompoundOrdering
55 if (object instanceof CompoundOrdering) {
56 CompoundOrdering<?> that = (CompoundOrdering<?>) object;
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/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/ ...

Completed in 6895 milliseconds