class Haxe::Ds::IntMap

Public Class Methods

new() click to toggle source
# File lib/lib/haxe/ds/int_map.rb, line 8
def initialize
end

Public Instance Methods

get(key) click to toggle source
# File lib/lib/haxe/ds/int_map.rb, line 11
def get(key)
  self[key]
end