musicbox.backend.comparators
Class ArtistComparator

java.lang.Object
  extended by musicbox.backend.comparators.ArtistComparator
All Implemented Interfaces:
java.util.Comparator<noTalent.MusicOutputDesign>

public class ArtistComparator
extends java.lang.Object
implements java.util.Comparator<noTalent.MusicOutputDesign>

Author:
Isaac Hammon

Constructor Summary
ArtistComparator()
           
 
Method Summary
 int compare(noTalent.MusicOutputDesign m1, noTalent.MusicOutputDesign m2)
           
 boolean equals(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtistComparator

public ArtistComparator()
Method Detail

compare

public int compare(noTalent.MusicOutputDesign m1,
                   noTalent.MusicOutputDesign m2)
Specified by:
compare in interface java.util.Comparator<noTalent.MusicOutputDesign>

equals

public boolean equals(java.lang.Object obj)
Specified by:
equals in interface java.util.Comparator<noTalent.MusicOutputDesign>
Overrides:
equals in class java.lang.Object