All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.com.objectos.way.code.ImportInfoByName Maven / Gradle / Ivy

The newest version!
package br.com.objectos.way.code;

import java.util.Comparator;

/**
 * @author mendo
 */
public enum ImportInfoByName implements Comparator {
  INSTANCE;

  @Override
  public int compare(ImportInfo o1, ImportInfo o2) {
    return o1.compareTo(o2);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy