package flash
Available on flashThe Vector class is very similar to Array but is only supported by the Flash Player 10+
new (?length:UInt, ?fixed:Bool)fixed:Boollength:Intconcat (?a:Vector<T>):Vector<T>indexOf (x:T, ?from:Int):Intjoin (sep:String):StringlastIndexOf (x:T, ?from:Int):Intpop ():Null<T>push (x:T ):Intreverse ():Voidshift ():Null<T>slice (?pos:Int, ?end:Int):Vector<T>sort (f:T ‑> T ‑> Int):Voidsplice (pos:Int, len:Int):Vector<T>toString ():Stringunshift (x:T ):Voidstatic inline convert<T, U> (v:Vector<T>):Vector<U>static inline ofArray<T> (v:Array<T>):Vector<T>
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/flash/Vector.html