API Documentation
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Package com.as3collections.stacks
Interfaces
|
Classes
Interfaces
Interface
Description
IStack
Defines the stack data structure.
Classes
Class
Description
ArrayStack
An implementation of the IStack data structure using an Array.
DisplayListStack