aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/utils/LeastRecentlyUsedMap.java
Commit message (Collapse)AuthorAgeFilesLines
* Add missing final qualifiers in main moduleSamuel Tardieu2015-03-171-11/+11
|
* Remove empty JavaDoc @param and @returnSamuel Tardieu2015-02-101-1/+0
|
* Refactoring: remove unnecessary enum qualifiersSamuel Tardieu2012-12-181-1/+1
|
* Remove JavaDoc @author tag.SammysHP2012-05-231-5/+0
| | | Files are edited by many people, also all editors are visible in the log.
* Refactoring: cleanup control flowSamuel Tardieu2012-04-201-2/+2
|
* Implements cache for live-map tilesrsudev2012-04-121-1/+47
|
* Merge remote-tracking branch 'teschi/issue#1304'Bananeweizen2012-04-081-15/+31
| | | | | Conflicts: main/src/cgeo/geocaching/maps/CGeoMap.java
* Support different modes of operation on LastRecentlyUsedMapteschi2012-04-031-4/+57
| | | | Added a Set interface for the LastRecentlyUsedMap Changed CGeoMap to use the LastRecentlyUsedSet as its caches-cache
* renamed LeastRecentlyUsedCache to LeastRecentlyUsedMapteschi2012-04-031-0/+24