The Spring Framework

Uses of Interface
org.springframework.util.AutoPopulatingList.ElementFactory

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 AutoPopulatingList that is backed by a standard ArrayList and creates new elements on demand using the supplied AutoPopulatingList.ElementFactory.
AutoPopulatingList(List backingList, AutoPopulatingList.ElementFactory elementFactory)
          Creates a new AutoPopulatingList that is backed by the supplied List and creates new elements on demand using the supplied AutoPopulatingList.ElementFactory.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.