![]() |
All Packages This Package Class Hierarchy Class Search Index Class calypso.util.HashtableRecyclerjava.lang.Object | +----calypso.util.HashtableRecycler Static recycler class for java.util.Hashtable
public final class HashtableRecycler
extends java.lang.Object
{
// Fields 1
static Recycler gRecycler;
// Constructors 1
public HashtableRecycler();
// Methods 5
public static synchronized Hashtable Alloc();
public static synchronized Hashtable Alloc(int);
public static synchronized void EmptyRecycler();
public static synchronized void Recycle(Hashtable);
static void classFinalize() throws Throwable;
}
Fields gRecyclerstatic Recycler gRecycler
Constructors HashtableRecyclerpublic HashtableRecycler()
Methods Allocpublic static synchronized Hashtable Alloc()
Allocpublic static synchronized Hashtable Alloc(int aCapacity)
Recyclepublic static synchronized void Recycle(Hashtable aTable)
EmptyRecyclerpublic static synchronized void EmptyRecycler()
classFinalizestatic void classFinalize() throws Throwable
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4 |
|||||||||||||
|
Copyright © 1998-2000 The Mozilla Organization.
Last modified December 25, 1998. |
|||||||||||||