SmartArray<T> class
class SmartArray
- Implemented types
- Implementers
- Annotations
-
- @JS()
Constructors
- SmartArray()
- SmartArray.args(num capacity)
Properties
Methods
-
concat(
dynamic array) → void -
contains(
T value) → bool -
dispose(
) → void -
forEach(
void func(T content)) → void -
indexOf(
T value) → num -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
push(
T value) → void -
reset(
) → void -
sort(
num compareFn(T a, T b)) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited