Package adalid.core.comparators
Class ByProjectName
- java.lang.Object
-
- adalid.core.comparators.ByProjectName
-
- All Implemented Interfaces:
Comparator<Project>
public class ByProjectName extends Object implements Comparator<Project>
- Author:
- Jorge Campins
-
-
Constructor Summary
Constructors Constructor Description ByProjectName()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(Project o1, Project o2)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
compare
public int compare(Project o1, Project o2)
- Specified by:
comparein interfaceComparator<Project>
-
-