Class FileList<T extends FileListObject>

java.lang.Object
java.util.AbstractCollection<T>
java.util.AbstractList<T>
com.aoapps.hodgepodge.io.FileList<T>
All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<T>, Collection<T>, List<T>, RandomAccess

public class FileList<T extends FileListObject> extends AbstractList<T> implements RandomAccess, Closeable
A FileList is a List that stores its objects in a fixed-record-size file.
Author:
AO Industries, Inc.