aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/utils/LazyInitializedList.java
Commit message (Expand)AuthorAgeFilesLines
* Add missing final qualifiers in main moduleSamuel Tardieu2015-03-171-1/+1
* switch to Java 1.7Bananeweizen2014-07-171-1/+1
* Give access to the underlying listSamuel Tardieu2014-01-021-7/+7
* fix #3500: crash with `null` completion in lazy listsSamuel Tardieu2014-01-011-0/+8
* Use a standard Callable interface for lazy initialized listsSamuel Tardieu2013-02-031-19/+24
* Restrict LazyInitializedList to the List interfaceSamuel Tardieu2013-02-031-9/+0
* Make LazyInitializedList<E> a List<E>Samuel Tardieu2013-02-031-49/+13
* fix #2167: Not possible to open OP cachesBananeweizen2012-11-181-2/+10
* refactoring: lazy initialized listsBananeweizen2012-11-181-5/+28
* #1973: better thread safetyBananeweizen2012-11-111-2/+6
* fix #1973: Logs gone after online loggingBananeweizen2012-11-111-0/+68