| Package | Description | 
|---|---|
| org.springframework.util | Miscellaneous utility classes, such as String manipulation utilities,
 a Log4J configurer, and a state holder for paged lists of objects. | 
| Constructor and Description | 
|---|
| AutoPopulatingList(AutoPopulatingList.ElementFactory<E> elementFactory)Creates a new  AutoPopulatingListthat is backed by a standardArrayListand creates new elements on demand using the suppliedAutoPopulatingList.ElementFactory. | 
| AutoPopulatingList(List<E> backingList,
                  AutoPopulatingList.ElementFactory<E> elementFactory)Creates a new  AutoPopulatingListthat is backed by the suppliedListand creates new elements on demand using the suppliedAutoPopulatingList.ElementFactory. |