Class ProjectVersion.ProjectVersionAscendingSort
java.lang.Object
com.nomagic.magicdraw.magicreport.tools.ProjectVersion.ProjectVersionAscendingSort
- All Implemented Interfaces:
Serializable
,Comparator<ProjectVersion>
- Enclosing class:
- ProjectVersion
public static class ProjectVersion.ProjectVersionAscendingSort
extends Object
implements Comparator<ProjectVersion>, Serializable
Sort Collection of ProjectVersion in ascending
- See Also:
-
Constructor Summary
-
Method Summary
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
-
Constructor Details
-
ProjectVersionAscendingSort
public ProjectVersionAscendingSort()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<ProjectVersion>
-