1 2 3 4 5 6 7 8 9
package cgeo.geocaching.sorting; import cgeo.geocaching.Geocache; import java.util.Comparator; public interface CacheComparator extends Comparator<Geocache> { }