public class StreamFixedList<T extends BaseEntity> extends BaseList<T>
| Constructor and Description |
|---|
StreamFixedList(Dataset dataSet,
BinaryReader reader,
Source source,
BaseEntityFactory<T> entityFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
createEntity(int index,
BinaryReader reader)
Creates a new entity of type T.
|
Iterator<T> |
iterator() |
dispose, get, getCount, getPercentageMisses, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic StreamFixedList(Dataset dataSet, BinaryReader reader, Source source, BaseEntityFactory<T> entityFactory)
protected T createEntity(int index, BinaryReader reader) throws IOException
createEntity in class BaseList<T extends BaseEntity>index - The index of the entity being created.reader - Reader connected to the source data structure and
positioned to start reading.IOException