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

com.github.elibracha.compare.Comparable Maven / Gradle / Ivy

There is a newer version: 2.3.6
Show newest version
package com.github.elibracha.compare;

public interface Comparable {

  boolean compare(T left, T right);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy