BatchedRemoteIterator.BatchedEntries<E>public static class BatchedRemoteIterator.BatchedListEntries<E> extends java.lang.Object implements BatchedRemoteIterator.BatchedEntries<E>
| Constructor | Description |
|---|---|
BatchedListEntries(java.util.List<E> entries,
boolean hasMore) |
| Modifier and Type | Method | Description |
|---|---|---|
E |
get(int i) |
|
boolean |
hasMore() |
|
int |
size() |
public BatchedListEntries(java.util.List<E> entries, boolean hasMore)
public E get(int i)
get in interface BatchedRemoteIterator.BatchedEntries<E>public int size()
size in interface BatchedRemoteIterator.BatchedEntries<E>public boolean hasMore()
hasMore in interface BatchedRemoteIterator.BatchedEntries<E>Copyright © 2008–2025 Apache Software Foundation. All rights reserved.