|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectCache.ObjectCreator | |
net.sourceforge.groboutils.util.datastruct.v1 | Various unusual or very helpful data structures, written like the collections classes. |
Uses of ObjectCache.ObjectCreator in net.sourceforge.groboutils.util.datastruct.v1 |
Classes in net.sourceforge.groboutils.util.datastruct.v1 that implement ObjectCache.ObjectCreator | |
static class |
ObjectCache.DefaultObjectCreator
A default object creator - given a Class object, it attempts to create a new Object using the default constructor. |
Methods in net.sourceforge.groboutils.util.datastruct.v1 with parameters of type ObjectCache.ObjectCreator | |
void |
ObjectCache.setObjectCreator(ObjectCache.ObjectCreator creator)
Sets the internal cache-underflow Object creator. |
Constructors in net.sourceforge.groboutils.util.datastruct.v1 with parameters of type ObjectCache.ObjectCreator | |
ObjectCache(ObjectCache.ObjectCreator creator)
Create a new ObjectCache. |
|
ObjectCache(ObjectCache.ObjectCreator creator,
int maxSize)
Create a new ObjectCache. |
|
ObjectCache(ObjectCache.ObjectCreator creator,
int maxSize,
boolean fill)
Create a new ObjectCache. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |