-
- Type Parameters:
E
- Type of entries.
- All Known Implementing Classes:
EntryListSource
public interface EntrySource<E>
Represents a source of entries that can be selected.
-
-
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)
Load an ordered list of entries from the source.int
size()
-