HomeSort by relevance Sort by last modified time
    Searched full:constructora (Results 1 - 1 of 1) sorted by null

  /external/mockito/src/org/mockito/internal/util/reflection/
FieldInitializer.java 216 public int compare(Constructor<?> constructorA, Constructor<?> constructorB) {
217 return constructorB.getParameterTypes().length - constructorA.getParameterTypes().length;

Completed in 5299 milliseconds