com.frinika.sequencer.model
Class NoteEndComparator

java.lang.Object
  extended by com.frinika.sequencer.model.NoteEndComparator
All Implemented Interfaces:
java.util.Comparator<NoteEvent>

public class NoteEndComparator
extends java.lang.Object
implements java.util.Comparator<NoteEvent>


Constructor Summary
NoteEndComparator()
           
 
Method Summary
 int compare(NoteEvent arg0, NoteEvent arg1)
           
 
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

NoteEndComparator

public NoteEndComparator()
Method Detail

compare

public int compare(NoteEvent arg0,
                   NoteEvent arg1)
Specified by:
compare in interface java.util.Comparator<NoteEvent>