Class IntStack
An IntStack is a convenience class for dealing with stacks of ints.
| Extends: |
|
| Constructors: |
|
| Methods: |
|
| Inherited Properties: |
|
| Inherited Methods: |
|
Constructor Documentation
Method New ()
Creates a new empty IntStack.
Method Documentation
Method Compare : Int ( lhs:Int, rhs:Int )
Implements the Compare method, which allows IntStacks to be sorted using the Sort method.