Esempio n. 1
0
 @Override
 public int compareTo(ProjectSprintSnapshot other) {
   return ilarkesto.core.localization.GermanComparator.INSTANCE.compare(
       toString(), other.toString());
 }
Esempio n. 2
0
 @Override
 public int compareTo(SimpleEvent other) {
   return ilarkesto.core.localization.GermanComparator.INSTANCE.compare(
       toString(), other.toString());
 }