package cs.system
implements ICloneable, ICollection, IEnumerable, IList
extended by NativeArray
Available on cs
staticAsReadOnly<M0>(array:NativeArray<M0>):ReadOnlyCollection_1<M0>
staticBinarySearch(array:Array, value:Dynamic):Int
staticBinarySearch<M0>(array:NativeArray<M0>, index:Int, length:Int, value:M0, comparer:IComparer_1<M0>):Int
staticBinarySearch<M0>(array:NativeArray<M0>, index:Int, length:Int, value:M0):Int
staticBinarySearch<M0>(array:NativeArray<M0>, value:M0, comparer:IComparer_1<M0>):Int
staticBinarySearch<M0>(array:NativeArray<M0>, value:M0):Int
staticBinarySearch(array:Array, index:Int, length:Int, value:Dynamic, comparer:IComparer):Int
staticBinarySearch(array:Array, index:Int, length:Int, value:Dynamic):Int
staticBinarySearch(array:Array, value:Dynamic, comparer:IComparer):Int
staticConstrainedCopy(sourceArray:Array, sourceIndex:Int, destinationArray:Array, destinationIndex:Int, length:Int):Void
staticConvertAll<M0, M1>(array:NativeArray<M0>, converter:Converter_2<M0, M1>):NativeArray<M1>
staticCopy(sourceArray:Array, destinationArray:Array, length:Int):Void
staticCopy(sourceArray:Array, destinationArray:Array, length:Int64):Void
staticCopy(sourceArray:Array, sourceIndex:Int64, destinationArray:Array, destinationIndex:Int64, length:Int64):Void
staticCopy(sourceArray:Array, sourceIndex:Int, destinationArray:Array, destinationIndex:Int, length:Int):Void
staticCreateInstance(elementType:Type, length:Int):Array
staticCreateInstance(elementType:Type, lengths:NativeArray<Int64>):Array
staticCreateInstance(elementType:Type, lengths:NativeArray<Int>, lowerBounds:NativeArray<Int>):Array
staticCreateInstance(elementType:Type, lengths:NativeArray<Int>):Array
staticCreateInstance(elementType:Type, length1:Int, length2:Int, length3:Int):Array
staticCreateInstance(elementType:Type, length1:Int, length2:Int):Array
staticExists<M0>(array:NativeArray<M0>, match:Predicate_1<M0>):Bool
staticFind<M0>(array:NativeArray<M0>, match:Predicate_1<M0>):M0
staticFindAll<M0>(array:NativeArray<M0>, match:Predicate_1<M0>):NativeArray<M0>
staticFindIndex<M0>(array:NativeArray<M0>, match:Predicate_1<M0>):Int
staticFindIndex<M0>(array:NativeArray<M0>, startIndex:Int, count:Int, match:Predicate_1<M0>):Int
staticFindIndex<M0>(array:NativeArray<M0>, startIndex:Int, match:Predicate_1<M0>):Int
staticFindLast<M0>(array:NativeArray<M0>, match:Predicate_1<M0>):M0
staticFindLastIndex<M0>(array:NativeArray<M0>, match:Predicate_1<M0>):Int
staticFindLastIndex<M0>(array:NativeArray<M0>, startIndex:Int, count:Int, match:Predicate_1<M0>):Int
staticFindLastIndex<M0>(array:NativeArray<M0>, startIndex:Int, match:Predicate_1<M0>):Int
staticForEach<M0>(array:NativeArray<M0>, action:Action_1<M0>):Void
staticLastIndexOf(array:Array, value:Dynamic):Int
staticLastIndexOf<M0>(array:NativeArray<M0>, value:M0, startIndex:Int, count:Int):Int
staticLastIndexOf<M0>(array:NativeArray<M0>, value:M0, startIndex:Int):Int
staticLastIndexOf<M0>(array:NativeArray<M0>, value:M0):Int
staticLastIndexOf(array:Array, value:Dynamic, startIndex:Int, count:Int):Int
staticLastIndexOf(array:Array, value:Dynamic, startIndex:Int):Int
staticResize<M0>(array:Ref<NativeArray<M0>>, newSize:Int):Void
staticReverse(array:Array):Void
staticReverse(array:Array, index:Int, length:Int):Void
staticSort(array:Array):Void
staticSort<M0>(array:NativeArray<M0>, comparison:Comparison_1<M0>):Void
staticSort<M0, M1>(keys:NativeArray<M0>, items:NativeArray<M1>, index:Int, length:Int, comparer:IComparer_1<M0>):Void
staticSort<M0>(array:NativeArray<M0>, index:Int, length:Int, comparer:IComparer_1<M0>):Void
staticSort<M0, M1>(keys:NativeArray<M0>, items:NativeArray<M1>, index:Int, length:Int):Void
staticSort<M0>(array:NativeArray<M0>, index:Int, length:Int):Void
staticSort<M0, M1>(keys:NativeArray<M0>, items:NativeArray<M1>, comparer:IComparer_1<M0>):Void
staticSort<M0>(array:NativeArray<M0>, comparer:IComparer_1<M0>):Void
staticSort<M0, M1>(keys:NativeArray<M0>, items:NativeArray<M1>):Void
staticSort<M0>(array:NativeArray<M0>):Void
staticSort(keys:Array, items:Array, index:Int, length:Int, comparer:IComparer):Void
staticSort(array:Array, index:Int, length:Int, comparer:IComparer):Void
staticSort(keys:Array, items:Array, index:Int, length:Int):Void
staticSort(keys:Array, items:Array, comparer:IComparer):Void
staticSort(array:Array, index:Int, length:Int):Void
staticSort(array:Array, comparer:IComparer):Void
staticSort(keys:Array, items:Array):Void
staticTrueForAll<M0>(array:NativeArray<M0>, match:Predicate_1<M0>):Bool
read onlyIsFixedSize:Bool
read onlyIsReadOnly:Bool
read onlyIsSynchronized:Bool
read onlyLength:Int
read onlyLongLength:Int64
read onlyRank:Int
read onlySyncRoot:Dynamic
finalClone():Dynamic
finalCopyTo(array:Array, index:Int):Void
finalCopyTo(array:Array, index:Int64):Void
finalGetEnumerator():IEnumerator
finalGetLength(dimension:Int):Int
finalGetLongLength(dimension:Int):Int64
finalGetLowerBound(dimension:Int):Int
finalGetUpperBound(dimension:Int):Int
finalGetValue(indices:NativeArray<Int>):Dynamic
finalGetValue(indices:NativeArray<Int64>):Dynamic
finalGetValue(index1:Int64, index2:Int64, index3:Int64):Dynamic
finalGetValue(index1:Int64, index2:Int64):Dynamic
finalGetValue(index:Int64):Dynamic
finalGetValue(index1:Int, index2:Int, index3:Int):Dynamic
finalGetValue(index1:Int, index2:Int):Dynamic
finalGetValue(index:Int):Dynamic
finalInitialize():Void
finalSetValue(value:Dynamic, indices:NativeArray<Int>):Void
finalSetValue(value:Dynamic, indices:NativeArray<Int64>):Void
finalSetValue(value:Dynamic, index1:Int, index2:Int, index3:Int):Void
finalSetValue(value:Dynamic, index1:Int, index2:Int):Void
finalSetValue(value:Dynamic, index:Int):Void
finalSetValue(value:Dynamic, index1:Int64, index2:Int64, index3:Int64):Void
finalSetValue(value:Dynamic, index1:Int64, index2:Int64):Void
finalSetValue(value:Dynamic, index:Int64):Void
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/Array.html