コード例 #1
0
 public int compareTo(Convertible<FieldIdItem> other) {
   return field.compareTo(other.convert());
 }