示例#1
0
 @Override
 protected int compareCaches(final Geocache cache1, final Geocache cache2) {
   return Long.valueOf(cache2.getVisitedDate()).compareTo(cache1.getVisitedDate());
 }