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

An IntMap is a convenience class for mapping ints to values.

Extends

  • Map<Int,V>

Constructors

Methods

Detailed Discussion

An IntMap is a convenience class for mapping ints to values.

Constructor Documentation

Method New ()

Creates a new empty IntMap.

Method Documentation

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

Implements the Compare method.

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