ExtraSpecialList<E> class
This inherits operators.
- Inheritance
- Object
- ListBase<E>
- SpecialList
- ExtraSpecialList
Constructors
Properties
- first → dynamic
-
read-only, inherited
- hashCode → int
-
read-only, inherited
- isEmpty → bool
-
read-only, inherited
- isNotEmpty → bool
-
read-only, inherited
- iterator → Iterator
-
read-only, inherited
- last → dynamic
-
read-only, inherited
- length ↔ int
-
read / write, inherited
- reversed → Iterable
-
read-only, inherited
- runtimeType → Type
-
read-only, inherited
- single → dynamic
-
read-only, inherited
Methods
-
add(
element) → void -
inherited
-
addAll(
Iterable iterable) → void -
inherited
-
any(
bool test(E element)) → bool -
inherited
-
asMap(
) → Map<int, dynamic> -
inherited
-
clear(
) → void -
inherited
-
contains(
Object element) → bool -
inherited
-
elementAt(
int index) → dynamic -
inherited
-
every(
bool test(E element)) → bool -
inherited
-
expand<T>(
Iterable<T> f(E element)) → Iterable<T> -
inherited
-
fillRange(
int start, int end, [ fill ]) → void -
inherited
-
firstWhere(
bool test(E element), { dynamic orElse() }) → dynamic -
inherited
-
fold<T>(
T initialValue, T combine(T previousValue, E element)) → T -
inherited
-
forEach(
void action(E element)) → void -
inherited
-
getRange(
int start, int end) → Iterable -
inherited
-
indexOf(
Object element, [ int startIndex = 0 ]) → int -
inherited
-
insert(
int index, element) → void -
inherited
-
insertAll(
int index, Iterable iterable) → void -
inherited
-
join(
[String separator = "" ]) → String -
inherited
-
lastIndexOf(
Object element, [ int startIndex ]) → int -
inherited
-
lastWhere(
bool test(E element), { dynamic orElse() }) → dynamic -
inherited
-
map<T>(
T f(E element)) → Iterable<T> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
inherited
-
reduce(
dynamic combine(E previousValue, E element)) → dynamic -
inherited
-
remove(
Object element) → bool -
inherited
-
removeAt(
int index) → dynamic -
inherited
-
removeLast(
) → dynamic -
inherited
-
removeRange(
int start, int end) → void -
inherited
-
removeWhere(
bool test(E element)) → void -
inherited
-
replaceRange(
int start, int end, Iterable newContents) → void -
inherited
-
retainWhere(
bool test(E element)) → void -
inherited
-
setAll(
int index, Iterable iterable) → void -
inherited
-
setRange(
int start, int end, Iterable iterable, [ int skipCount = 0 ]) → void -
inherited
-
shuffle(
[Random random ]) → void -
inherited
-
singleWhere(
bool test(E element)) → dynamic -
inherited
-
skip(
int count) → Iterable -
inherited
-
skipWhile(
bool test(E element)) → Iterable -
inherited
-
sort(
[int compare(E a, E b) ]) → void -
inherited
-
sublist(
int start, [ int end ]) → List -
inherited
-
take(
int count) → Iterable -
inherited
-
takeWhile(
bool test(E element)) → Iterable -
inherited
-
toList(
{bool growable: true }) → List -
inherited
-
toSet(
) → Set -
inherited
-
toString(
) → String -
inherited
-
where(
bool test(E element)) → Iterable -
inherited
Operators
-
operator ==(
other) → bool -
inherited
-
operator [](
int index) → dynamic -
inherited
-
operator []=(
int index, value) → void -
inherited