Monkey Documentation

Class IntStack

An IntStack is a convenience class for dealing with stacks of ints.


Extends:
Constructors:
Methods:
  • Compare : Int ( lhs:Int, rhs:Int )
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.