com.frinika.sequencer.model
Class NoteEvent.EndComparator

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

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


Constructor Summary
NoteEvent.EndComparator()
           
 
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.EndComparator

public NoteEvent.EndComparator()
Method Detail

compare

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