Monkey Documentation

Class StringMap<V>

A StringMap is a convenience class for mapping strings to values.


Extends:
  • Map<String, V>
Constructors:
Methods:
  • Compare : Int ( lhs:String, rhs:String )
Inherited Methods:

Constructor Documentation

Method New ()

Create a new empty StringMap.


Method Documentation

Method Compare : Int ( lhs:String, rhs:String )

Implements the Compare method.