Also: SpringCore
public static interface

AutoPopulatingList.ElementFactory

org.springframework.util.AutoPopulatingList.ElementFactory<E>

Class Overview

Factory interface for creating elements for an index-based access data structure such as a java.util.List.

Summary

Public Methods
abstract E createElement(int index)
Create the element for the supplied index.

Public Methods

public abstract E createElement (int index)

Also: SpringCore

Create the element for the supplied index.

Returns
  • the element object
Throws
AutoPopulatingList.ElementInstantiationException if the instantiation process failed (any exception thrown by a target constructor should be propagated as-is)