Class Defined.ConstructorComparator

java.lang.Object
org.moeaframework.core.Defined.ConstructorComparator
All Implemented Interfaces:
Comparator<Constructor<?>>
Enclosing interface:
Defined

public static class Defined.ConstructorComparator extends Object implements Comparator<Constructor<?>>
Comparator that sorts constructors based on the number of parameters and the types of each parameter.
  • Constructor Details

    • ConstructorComparator

      public ConstructorComparator()
      Constructs a new comparator for sorting constructors.
  • Method Details