HomeSort by relevance Sort by last modified time
    Searched refs:Comparable (Results 51 - 75 of 684) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/guava/guava-testlib/src/com/google/common/collect/testing/
BaseComparable.java 26 public class BaseComparable implements Comparable<BaseComparable>, Serializable {
UnhashableObject.java 26 public class UnhashableObject implements Comparable<UnhashableObject> {
  /external/jdiff/src/jdiff/
PackageAPI.java 16 class PackageAPI implements Comparable {
ParamAPI.java 16 class ParamAPI implements Comparable {
  /external/smack/src/org/jivesoftware/smack/util/dns/
SRVRecord.java 24 public class SRVRecord extends HostAddress implements Comparable<SRVRecord> {
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
MethodItem.java 35 public abstract class MethodItem implements Comparable<MethodItem> {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/reference/
MethodReference.java 41 public interface MethodReference extends Reference, Comparable<MethodReference> {
  /external/guava/guava/src/com/google/common/collect/
ImmutableSortedSet.java 92 private static final Comparator<Comparable> NATURAL_ORDER =
95 private static final ImmutableSortedSet<Comparable> NATURAL_EMPTY_SET =
96 new EmptyImmutableSortedSet<Comparable>(NATURAL_ORDER);
122 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of(
131 * {@link Comparable#compareTo}, only the first one specified is included.
136 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of(
144 * {@link Comparable#compareTo}, only the first one specified is included.
149 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of(
157 * {@link Comparable#compareTo}, only the first one specified is included.
162 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of
    [all...]
ImmutableSortedMultiset.java 79 private static final Comparator<Comparable> NATURAL_ORDER = Ordering.natural();
81 private static final ImmutableSortedMultiset<Comparable> NATURAL_EMPTY_MULTISET =
82 new EmptyImmutableSortedMultiset<Comparable>(NATURAL_ORDER);
95 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E element) {
107 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1, E e2) {
118 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) {
129 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(
141 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(
153 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(
174 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> copyOf(E[] elements)
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
X509CRLSelectorTest.java 119 selector.setIssuerNames(new TreeSet<Comparable>() {
122 public Iterator<Comparable> iterator() {
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSortedSet.java 76 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of(
82 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of(
88 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of(
94 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of(
100 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of(
106 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of(
113 return ofInternal(Ordering.natural(), (E[]) all.toArray(new Comparable[0]));
118 static <E extends Comparable<? super E>> ImmutableSortedSet<E> of(
139 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> copyOf(
144 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> copyOf
    [all...]
  /external/mockito/src/org/mockito/
AdditionalMatchers.java 55 public static <T extends Comparable<T>> T geq(Comparable<T> value) {
138 * comparable argument less than or equal the given value details.
146 public static <T extends Comparable<T>> T leq(Comparable<T> value) {
229 * comparable argument greater than the given value.
237 public static <T extends Comparable<T>> T gt(Comparable<T> value) {
320 * comparable argument less than the given value.
328 public static <T extends Comparable<T>> T lt(Comparable<T> value)
    [all...]
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
ApiConstructor.java 24 class ApiConstructor implements Comparable<ApiConstructor> {
ApiMethod.java 24 class ApiMethod implements Comparable<ApiMethod> {
  /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
TestCase.java 23 class TestCase implements Comparable<TestCase> {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface/d/
T_invoke_interface_1.d 27 .method public run(Ljava/lang/Comparable;Ljava/lang/Object;)I
30 invoke-interface {v6, v7}, java/lang/Comparable/compareTo(Ljava/lang/Object;)I
T_invoke_interface_10.d 27 .method public run(Ljava/lang/Comparable;Ljava/lang/Object;)I
30 invoke-interface {v6, v7}, java/lang/Comparable/compareTo(Ljava/lang/Object;)I
T_invoke_interface_2.d 27 .method public run(Ljava/lang/Comparable;Ljava/lang/Object;)I
30 invoke-interface {v6, v7}, java/lang/Comparable/compareTo(Ljava/lang/Object;)I
T_invoke_interface_8.d 27 .method public run(Ljava/lang/Comparable;Ljava/lang/Object;)I
30 invoke-interface {v8, v7}, java/lang/Comparable/compareTo(Ljava/lang/Object;)I
T_invoke_interface_9.d 27 .method public run(Ljava/lang/Comparable;Ljava/lang/Object;)I
30 invoke-interface {v6}, java/lang/Comparable/compareTo(Ljava/lang/Object;)I
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface_range/d/
T_invoke_interface_range_1.d 27 .method public run(Ljava/lang/Comparable;Ljava/lang/Object;)I
30 invoke-interface/range {v6..v7}, java/lang/Comparable/compareTo(Ljava/lang/Object;)I
T_invoke_interface_range_10.d 27 .method public run(Ljava/lang/Comparable;Ljava/lang/Object;)I
30 invoke-interface/range {v6..v7}, java/lang/Comparable/compareTo(Ljava/lang/Object;)I
T_invoke_interface_range_2.d 27 .method public run(Ljava/lang/Comparable;Ljava/lang/Object;)I
30 invoke-interface/range {v6..v7}, java/lang/Comparable/compareTo(Ljava/lang/Object;)I
T_invoke_interface_range_8.d 27 .method public run(Ljava/lang/Comparable;Ljava/lang/Object;)I
31 invoke-interface/range {v6..v7}, java/lang/Comparable/compareTo(Ljava/lang/Object;)I
T_invoke_interface_range_9.d 27 .method public run(Ljava/lang/Comparable;Ljava/lang/Object;)I
30 invoke-interface/range {v6}, java/lang/Comparable/compareTo(Ljava/lang/Object;)I

Completed in 6172 milliseconds

1 23 4 5 6 7 8 91011>>