HomeSort by relevance Sort by last modified time
    Searched refs:ORDER_BY_SIGNATURE (Results 1 - 4 of 4) sorted by null

  /libcore/ojluni/src/main/java/java/lang/reflect/
Constructor.java 56 private static final Comparator<Method> ORDER_BY_SIGNATURE = null; // Unused; must match Method.
Method.java 61 public static final Comparator<Method> ORDER_BY_SIGNATURE = new Comparator<Method>() {
Proxy.java 269 int comparison = Method.ORDER_BY_SIGNATURE.compare(a, b);
668 if (i > 0 && Method.ORDER_BY_SIGNATURE.compare(method, methods.get(i - 1)) == 0) {
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
Class.java     [all...]

Completed in 670 milliseconds