Class ComparatorWithList<T>
java.lang.Object
com.kamikazejam.kamicommon.util.comparator.ComparatorAbstract<T>
com.kamikazejam.kamicommon.util.comparator.ComparatorWithList<T>
- All Implemented Interfaces:
Comparator<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareInner(T object1, T object2) static <T> @NotNull ComparatorWithList<T> Methods inherited from class ComparatorAbstract
compare, compare, setLenient, setReversed, setSmartMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
ComparatorWithList
-
-
Method Details
-
get
-
setList
-
compareInner
- Specified by:
compareInnerin classComparatorAbstract<T>
-