org.android.activityminer.model.activitylabels
Class ActivityLabelIdComparator

Package class diagram package ActivityLabelIdComparator
java.lang.Object
  extended by org.android.activityminer.model.activitylabels.ActivityLabelIdComparator
All Implemented Interfaces:
Comparator<ActivityLabel>

public class ActivityLabelIdComparator
extends Object
implements Comparator<ActivityLabel>

Comparator for activity labels, which compares by name.


Constructor Summary
ActivityLabelIdComparator()
           
 
Method Summary
 int compare(ActivityLabel o1, ActivityLabel 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
 

Constructor Detail

ActivityLabelIdComparator

public ActivityLabelIdComparator()
Method Detail

compare

public int compare(ActivityLabel o1,
                   ActivityLabel o2)
Specified by:
compare in interface Comparator<ActivityLabel>