com.frinika.sequencer.model
Class NoteEvent.NoteComparator

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

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


Constructor Summary
NoteEvent.NoteComparator()
           
 
Method Summary
 int compare(NoteEvent o1, NoteEvent 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

NoteEvent.NoteComparator

public NoteEvent.NoteComparator()
Method Detail

compare

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