| Constructor | Description |
|---|---|
CircularListInput(java.util.List<T> dataItems) |
| Modifier and Type | Method | Description |
|---|---|---|
T |
get() |
Get next item
|
int |
get(java.util.List<T> buffer,
int maxCount) |
Bulk get into the specified buffer
|
java.lang.String |
toString() |
public CircularListInput(java.util.List<T> dataItems)
dataItems - the source items collection