Interface BatchedRemoteIterator.BatchedEntries<E>

All Known Implementing Classes:
BatchedRemoteIterator.BatchedListEntries
Enclosing class:
BatchedRemoteIterator<K,E>

public static interface BatchedRemoteIterator.BatchedEntries<E>
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int i)
     
    boolean
     
    int
     
  • Method Details

    • get

      E get(int i)
    • size

      int size()
    • hasMore

      boolean hasMore()