예제 #1
0
 private static int compareOrderable(IOrderableTick a, IOrderableTick b)
 {
     return(a.getOrder() - b.getOrder());
 }