예제 #1
0
 public int compareTo(TokenEntry other) {
   return getIndex() - other.getIndex();
 }