当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
AutoPopulatingList.ElementFactory (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.util
Interface AutoPopulatingList.ElementFactory
- Enclosing class:
- AutoPopulatingList
public static interface AutoPopulatingList.ElementFactory
Factory interface for creating elements for an index-based access
data structure such as a List
.
createElement
Object createElement(int index)
throws AutoPopulatingList.ElementInstantiationException
- Create the element for the supplied index.
- Returns:
- the element object
- Throws:
AutoPopulatingList.ElementInstantiationException
- if the instantiation process failed
(any exception thrown by a target constructor should be propagated as-is)
Copyright © 2002-2007 The Spring Framework.