コード例 #1
0
ファイル: TokenEntry.java プロジェクト: Eischer/sonar
 public int compareTo(TokenEntry other) {
   return getIndex() - other.getIndex();
 }