T - Type of entity the list contains.public interface IFixedList<T extends BaseEntity> extends IReadonlyList<T>
| Modifier and Type | Method and Description |
|---|---|
IClosableIterator<T> |
getRange(int index,
int count)
Returns an enumerable starting at the index provided until count number
of iterations have been performed.
|
get, sizeforEach, iterator, spliteratorIClosableIterator<T> getRange(int index, int count) throws IOException
index - Start index in the fixed list.count - Number of iterations to perform.IOException - if there was a problem accessing data file.Copyright © 2015 51Degrees. All rights reserved.