Uses of Interface
org.springframework.util.AutoPopulatingList.ElementFactory
Packages that use AutoPopulatingList.ElementFactory
Package
Description
Miscellaneous utility classes, such as utilities for working with strings,
 classes, collections, reflection, etc.
- 
Uses of AutoPopulatingList.ElementFactory in org.springframework.utilConstructors in org.springframework.util with parameters of type AutoPopulatingList.ElementFactoryModifierConstructorDescriptionAutoPopulatingList(List<E> backingList, AutoPopulatingList.ElementFactory<E> elementFactory) Creates a newAutoPopulatingListthat is backed by the suppliedListand creates new elements on demand using the suppliedAutoPopulatingList.ElementFactory.AutoPopulatingList(AutoPopulatingList.ElementFactory<E> elementFactory) Creates a newAutoPopulatingListthat is backed by a standardArrayListand creates new elements on demand using the suppliedAutoPopulatingList.ElementFactory.