aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/test/mock/MockedLazyInitializedList.java
Commit message (Collapse)AuthorAgeFilesLines
* Use a standard Callable interface for lazy initialized listsSamuel Tardieu2013-02-031-5/+2
|
* Restrict LazyInitializedList to the List interfaceSamuel Tardieu2013-02-031-1/+5
| | | | | This way, we can use various types of list at various places without specifically needing a LazyInitializedList.
* refactoring: lazy initialized listsBananeweizen2012-11-181-0/+20
* change more users to only take Iterable interface * return unmodifiable list only