java.lang.Object
com.flexganttfx.model.util.ActivityComparator
- All Implemented Interfaces:
Comparator<Activity>
public final class ActivityComparator extends Object implements Comparator<Activity>
A specialized comparator used for sorting activities.
-
Constructor Summary
Constructors Constructor Description ActivityComparator() -
Method Summary
Modifier and Type Method Description intcompare(Activity activity1, Activity activity2)static ActivityComparatorgetInstance()Returns the singleton instance of the comparator.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
ActivityComparator
public ActivityComparator()
-
-
Method Details
-
getInstance
Returns the singleton instance of the comparator.- Returns:
- the comparator singleton
-
compare
- Specified by:
comparein interfaceComparator<Activity>
-