Exemplo n.º 1
0
 public int compareTo(TokenEntry other) {
   return getIndex() - other.getIndex();
 }