T - The type of BaseEntity the list will contain.public interface IReadonlyList<T extends BaseEntity> extends Iterable<T>, Closeable
| Modifier and Type | Method and Description |
|---|---|
T |
get(int i)
Accessor for the list.
|
int |
size()
Returns number of items in the list.
|
forEach, iterator, spliteratorT get(int i) throws IOException
i - Index or offset of the entity required.IOException - if there was a problem accessing data file.int size()
Copyright © 2017 51Degrees. All rights reserved.