class thx.ObjectOrderedMap<K, V> extends OrderedMapImpl<K, V>
import thx.OrderedMap;
Available on all platforms
function at(index:Int):Null<V>
defined by OrderedMapImpl
function exists(k:K):Bool
function get(k:K):Null<V>
function insert(index:Int, k:K, v:V):Void
function iterator():Iterator<V>
function keyAt(index:Int):Null<K>
function keyIndex(k:K):Int
function keys():Iterator<K>
var length(default,null):Int
function new():Void
function remove(k:K):Bool
function removeAt(index:Int):Bool
function set(k:K, v:V):Void
function setValue(k:K, v:V):V
function toArray():Array<V>
function toString():String
function valueIndex(v:V):Int