Class RandomAccessResultList

All Implemented Interfaces:
Serializable, Iterable, Collection, List, ResultList, Closeable
Direct Known Subclasses:
SoftRandomAccessResultList

public class RandomAccessResultList extends AbstractNonSequentialResultList
Random-access result list implementation. It maintains a map of the items that we have already instantiated.
Author:
Marc Prud'hommeaux, Abe White
See Also: