Package io.aether.utils.interfaces
Interface AComparator<T>
-
- All Superinterfaces:
java.util.Comparator<T>
public interface AComparator<T> extends java.util.Comparator<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default intcompare(T t, T t1)intcompare2(T t, T t1)
-