Uses of Interface
net.groboclown.util.datastruct.v1.ObjectCache.ObjectCreator

Packages that use ObjectCache.ObjectCreator
net.groboclown.util.datastruct.v1 Various unusual or very helpful data structures, written like the collections classes. 
net.groboclown.util.datastruct.v1.tests   
 

Uses of ObjectCache.ObjectCreator in net.groboclown.util.datastruct.v1
 

Classes in net.groboclown.util.datastruct.v1 that implement ObjectCache.ObjectCreator
 class ObjectCache.DefaultObjectCreator
          A default object creator - given a Class object, it attempts to create a new Object using the default constructor.
 

Fields in net.groboclown.util.datastruct.v1 declared as ObjectCache.ObjectCreator
private  ObjectCache.ObjectCreator ObjectCache.creator
          We also need to keep the object created.
 

Methods in net.groboclown.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.groboclown.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.
 

Uses of ObjectCache.ObjectCreator in net.groboclown.util.datastruct.v1.tests
 

Classes in net.groboclown.util.datastruct.v1.tests that implement ObjectCache.ObjectCreator
 class TestObjectCache.OCreator
           
 



Written under the LGPL