| org.springframework.util.AutoPopulatingList.ElementFactory<E> |
Factory interface for creating elements for an index-based access data structure such as a java.util.List.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create the element for the supplied index.
| |||||||||||
Create the element for the supplied index.
| AutoPopulatingList.ElementInstantiationException | if the instantiation process failed (any exception thrown by a target constructor should be propagated as-is) |
|---|