net.sourceforge.groboutils.util.datastruct.v1
Interface ObjectCache.ObjectCreator
- All Known Implementing Classes:
- ObjectCache.DefaultObjectCreator
- Enclosing interface:
- ObjectCache
- public static interface ObjectCache.ObjectCreator
An interface which needs to be implemented and given to the
cache in order to create new instances.
Method Summary |
java.lang.Object |
createObject()
Called when a new object needs to be created. |
createObject
public java.lang.Object createObject()
- Called when a new object needs to be created.
- Returns:
- the newly created object
Copyright © 2001-2003 by The GroboUtils Project