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 newAutoPopulatingList
that is backed by the suppliedList
and creates new elements on demand using the suppliedAutoPopulatingList.ElementFactory
.AutoPopulatingList
(AutoPopulatingList.ElementFactory<E> elementFactory) Creates a newAutoPopulatingList
that is backed by a standardArrayList
and creates new elements on demand using the suppliedAutoPopulatingList.ElementFactory
.