Interface EntrySource<E>

  • All Known Implementing Classes:
    EntryListSource

    public interface EntrySource<E>
    • Method Detail

      • size

        int size()
      • get

        E get​(int i)
      • indexOf

        int indexOf​(E e)
      • load

        List<E> load​(int offset,
                     int maxEntries)