예제 #1
0
 public int compareTo(final ReservedToken o) {
   final int l = o.getValue().length() - getValue().length();
   return l == 0 ? -1 : l;
 }