Uses of Interface
net.sourceforge.groboutils.util.datastruct.v1.ObjectCache.ObjectCreator

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.
 



Copyright © 2001-2003 by The GroboUtils Project