PATH  Documentation > Mac OS X > Foundation Reference: Java



Table of Contents

NSAutoreleasePool


Inherits from:
NSObject
Package:
com.apple.yellow.foundation


Class Description


Description forthcoming.




Method Types


Adding an object to the current pool
push
Removing an object from the current pool
pop


Static Methods



pop

public static void pop(int token)

Description forthcoming.

push

public static int push()

Description forthcoming.


Table of Contents