| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AutoPopulatingList.ElementFactory | |
|---|---|
| org.springframework.util | 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.ElementFactory | |
|---|---|
| AutoPopulatingList(AutoPopulatingList.ElementFactory elementFactory)Creates a new AutoPopulatingListthat is backed by a standardArrayListand creates new elements on demand using the suppliedAutoPopulatingList.ElementFactory. | |
| AutoPopulatingList(List backingList,
                   AutoPopulatingList.ElementFactory elementFactory)Creates a new AutoPopulatingListthat is backed by the suppliedListand creates new elements on demand using the suppliedAutoPopulatingList.ElementFactory. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||