org.itracker.model
Class Project.ProjectComparator
java.lang.Object
org.itracker.model.Project.ProjectComparator
- All Implemented Interfaces:
- Serializable, Comparator<Project>
- Enclosing class:
- Project
public static final class Project.ProjectComparator
- extends Object
- implements Comparator<Project>, Serializable
Comparator for comparing projects by name
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Project.ProjectComparator
public Project.ProjectComparator()
compare
public int compare(Project o1,
Project o2)
- Specified by:
compare in interface Comparator<Project>
Copyright © 2002-2012 itracker. All Rights Reserved.