Class LazyLoadModelList<V>

All Implemented Interfaces:
Serializable, Iterable<V>, Collection<V>, List<V>

public class LazyLoadModelList<V> extends LazyLoadItemList<V>
Model variant of LazyLoadItemList which is used in/for the service layer. This List is build around the LazyLoadItemList and additionally buffers a small List of Models of this List which are lazily loaded when the list elements are read.
See Also: