
org.guppy4j.Order Maven / Gradle / Ivy
The newest version!
package org.guppy4j;
/**
* Provides more readable comparison methods than Comparable
*/
public interface Order {
boolean isGreaterThan(T other);
boolean isLessThan(T other);
boolean isEqualTo(T other);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy