public interface DLoadList<T>
| Modifier and Type | Method and Description |
|---|---|
int |
add(T e) |
List<T> |
getLoadBatch(int position,
int batchSize)
Return the batch of entries based on the position and batch size.
|
List<T> |
getNextBatch(int batchSize)
Return the next batch of entries from the top.
|
void |
removeEntry(int position) |
Copyright © 2014. All Rights Reserved.