![]() |
All Packages This Package Class Hierarchy Class Search Index Class calypso.util.Recyclerjava.lang.Object | +----calypso.util.Recycler
public class Recycler
extends java.lang.Object
implements calypso.util.MemoryPressure
{
// Fields 4
Object[] fBuffer;
int fCapacity;
int fCount;
static final int gDefaultCapacity;
// Constructors 2
public Recycler();
public Recycler(int);
// Methods 8
public void empty();
public Object getRecycledObject();
public void panic();
public void postGC(long, long);
public void preGC(long, long);
public void recycle(Object);
public void recycle(Object[]);
public void reset();
}
Fields fBufferObject[] fBuffer fCountint fCount fCapacityint fCapacity gDefaultCapacitystatic final int gDefaultCapacity
Constructors Recyclerpublic Recycler()
Recyclerpublic Recycler(int aGivenCapacity)
Methods resetpublic void reset()
recyclepublic void recycle(Object anObject)
recyclepublic void recycle(Object[] anObjectArray)
getRecycledObjectpublic Object getRecycledObject()
emptypublic void empty()
preGC
public void preGC(long aCurrentHeapSpace,
long aMaximumHeapSpace)
postGC
public void postGC(long aCurrentHeapSpace,
long aMaximumHeapSpace)
panicpublic void panic()
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4 |
|||||||||||||||||||||||||||||||
|
Copyright © 1998-1999 The Mozilla Organization.
Last modified December 25, 1998. |
|||||||||||||||||||||||||||||||