-
- All Known Implementing Classes:
EntryListSource
public interface EntrySource<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description E
get(int i)
int
indexOf(E e)
List<E>
load(int offset, int maxEntries)
int
size()
-