|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectFactory | |
---|---|
org.clazzes.util.lifecycle | |
org.clazzes.util.lifecycle.impl |
Uses of ObjectFactory in org.clazzes.util.lifecycle |
---|
Subinterfaces of ObjectFactory in org.clazzes.util.lifecycle | |
---|---|
interface |
Cache<T>
Interface providing a common denominator for Cache implementations. |
interface |
Recycler<T>
A recycler works as a specialized factory to deliver new object instances of type Recyclable . |
Methods in org.clazzes.util.lifecycle with parameters of type ObjectFactory | |
---|---|
void |
ObjectCreatable.setObjectFactory(ObjectFactory<T> factory)
|
Uses of ObjectFactory in org.clazzes.util.lifecycle.impl |
---|
Classes in org.clazzes.util.lifecycle.impl that implement ObjectFactory | |
---|---|
class |
AbstractCacheImpl<T>
Abstract base class for Cache interface. |
class |
AbstractObjectFactoryImpl<T>
Abstract base class for ObjectFactory . |
class |
AbstractRecyclerImpl<T>
Abstract base class of type Recycler using lists of WeakReference es to cache recycled objects. |
class |
ReflectionRecycler
A basic example implementation of Recycler using reflection and a String key. |
Fields in org.clazzes.util.lifecycle.impl declared as ObjectFactory | |
---|---|
protected ObjectFactory<T> |
RecyclableImpl.objectFactory
|
Methods in org.clazzes.util.lifecycle.impl with parameters of type ObjectFactory | |
---|---|
void |
RecyclableImpl.setObjectFactory(ObjectFactory<T> factory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |