Class ComparatorIdentified
java.lang.Object
com.kamikazejam.kamicommon.util.comparator.ComparatorAbstract<Object>
com.kamikazejam.kamicommon.util.comparator.ComparatorIdentified
- All Implemented Interfaces:
Comparator<Object>
- Direct Known Subclasses:
ComparatorIdentifiedSmart
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareInner(Object object1, Object object2) static ComparatorIdentifiedget()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
-
ComparatorIdentified
public ComparatorIdentified()
-
-
Method Details
-
get
-
compareInner
- Specified by:
compareInnerin classComparatorAbstract<Object>
-