Class LazyArray


public class LazyArray extends AbstractConstantArray
LazyArray is a backing class for a JSArray that allows array elements to be supplied on demand (i.e., lazily) from a list generator. Whenever a lazy array is written to, the entire lazy array is enumerated and copied and loses its lazy lookup property.