HaxeAPI
  • Version 4.3.6
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.6
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact
View source

interface IMap<K, V>

package haxe

import haxe.Constraints

extended by Int64Map, BalancedTree, EnumValueMap, IntMap, ObjectMap, StringMap, UnsafeStringMap, WeakMap


Available on all platforms

Methods

clear():Void

copy():IMap<K, V>

exists(k:K):Bool

get(k:K):Null<V>

iterator():Iterator<V>

keyValueIterator():KeyValueIterator<K, V>

keys():Iterator<K>

remove(k:K):Bool

set(k:K, v:V):Void

toString():String

This documentation is generated for version 4.3.6

© 2025  Haxe Foundation | Contribute to Haxe