|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface UtlPool.Factory<T extends UtlPool.Item<T>>
Defines the factory used by the pool to create new objects
Method Summary | |
---|---|
T |
createItem(Object object)
Create a new item. |
T[] |
createItemArray(int size)
Create a new item array. |
Method Detail |
---|
T createItem(Object object)
object
- The user object passed into get that resulted in
this call to create a new item.T[] createItemArray(int size)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |