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 New () Methods Compare : Int ( lhs:Int, rhs:Int ) 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** ⚠️