Uses of Interface
org.springframework.util.AutoPopulatingList.ElementFactory
Packages that use AutoPopulatingList.ElementFactory
Package
Description
Miscellaneous utility classes, such as String manipulation utilities,
a Log4J configurer, and a state holder for paged lists of objects.
-
Uses of AutoPopulatingList.ElementFactory in org.springframework.util
Constructors 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.