aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/sorting/DistanceComparator.java
Commit message (Collapse)AuthorAgeFilesLines
* Move sources into the main directorySamuel Tardieu2011-09-161-40/+0
| | | | This prepares the inclusion of tests into the same repository.
* Remove trailing whitespace in Javadoc stringsSamuel Tardieu2011-09-151-1/+1
|
* FormattingSammysHP2011-09-141-26/+26
|
* Replace callers of getDistance() by a direct callSamuel Tardieu2011-09-131-26/+5
|
* Refactoring to use Geopoint for coordinatesSamuel Tardieu2011-09-081-15/+11
| | | | | | This uses the new Geopoint immutable class discussed in #58. No more independent longitude or latitude fields -- they are now treated and defined as a consistent pair.
* move all comparators to a new packageBananeweizen2011-07-231-0/+65
extract interface and common implementation details of sorting