|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface AutoPopulatingList.ElementFactory<E>
Factory interface for creating elements for an index-based access
data structure such as a List.
| Method Summary | |
|---|---|
E |
createElement(int index)
Create the element for the supplied index. |
| Method Detail |
|---|
E createElement(int index)
throws AutoPopulatingList.ElementInstantiationException
AutoPopulatingList.ElementInstantiationException - if the instantiation process failed
(any exception thrown by a target constructor should be propagated as-is)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||