SmartArray<T> class

class SmartArray

Implemented types
Implementers
Annotations
  • @JS()

Constructors

SmartArray()
SmartArray.args(num capacity)

Properties

data List<T>
getter/setter pairoverride
hashCode int
The hash code for this object.
no setterinherited
length num
getter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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