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