Class IntList
IntList is a convenience class for handling lists of integer values.
Extends: |
|
Constructors: |
|
Methods: |
|
Inherited Methods: |
|
Constructor Documentation
Method New ()
Creates a new empty IntList.
Method Documentation
Method Compare : Int ( lhs:Int, rhs:Int )
Implements the Compare method, which allows IntLists to be sorted using the Sort method.