Class SimpleResultList

All Implemented Interfaces:
Serializable, Iterable, Collection, List, ResultList, Closeable

public class SimpleResultList extends AbstractNonSequentialResultList
An almost stateless ResultList designed for use with result object providers backed by efficient random-access data structures, such as the ListResultObjectProvider. This result list does not perform any caching.
Author:
Abe White
See Also: