Class monkey.map.StringMap˂V˃ - leonard-thieu/monkey GitHub Wiki

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

Extends

  • Map<String,V>

Constructors

Methods

Detailed Discussion

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

Constructor Documentation

Method New ()

Create a new empty StringMap.

Method Documentation

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

Implements the Compare method.

⚠️ **GitHub.com Fallback** ⚠️