コード例 #1
0
 @Override
 public int compare(PointValue o1, PointValue o2) {
   return (int) (o1.getTs() - o2.getTs());
 }