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