IMapIterator<K, T> class
(undocumented) Iterating over Maps is very similar to an Iterator<KeyValuePair<K, V>>, but not exactly, because the type of the value property is V, not KeyValuePair<K, V>.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
-
IMapIterator.new({IMapIterator? iterator, dynamic key, dynamic value, num? count, bool next()?, bool hasNext()?, KeyValuePair? first()?, void reset()?, bool any(bool (KeyValuePair))?, bool all(bool (KeyValuePair))?, IMapIterator each(void (KeyValuePair))?, Iterator<
S> map<S>(S (KeyValuePair))?, Iterator<KeyValuePair> filter(bool (KeyValuePair))?}) -
factory
Properties
-
all
↔ bool Function(bool (KeyValuePair<
K, T> )) -
Available on IMapIterator<
K, T> , provided by the IMapIterator$Typings extensiongetter/setter pair -
any
↔ bool Function(bool (KeyValuePair<
K, T> )) -
Available on IMapIterator<
K, T> , provided by the IMapIterator$Typings extensiongetter/setter pair - count → num
-
Available on IMapIterator<
K, T> , provided by the IMapIterator$Typings extensionno setter -
each
↔ IMapIterator<
K, T> Function(void (KeyValuePair<K, T> )) -
Available on IMapIterator<
K, T> , provided by the IMapIterator$Typings extensiongetter/setter pair -
filter
↔ Iterator<
KeyValuePair< Function(bool (KeyValuePair<K, T> >K, T> )) -
Available on IMapIterator<
K, T> , provided by the IMapIterator$Typings extensiongetter/setter pair -
first
↔ KeyValuePair<
K, T> ? Function() -
Available on IMapIterator<
K, T> , provided by the IMapIterator$Typings extensiongetter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- hasNext ↔ bool Function()
-
Available on IMapIterator<
K, T> , provided by the IMapIterator$Typings extensiongetter/setter pair -
iterator
↔ IMapIterator<
K, T> -
Available on IMapIterator<
@hiddenK, T> , provided by the IMapIterator$Typings extensiongetter/setter pair - key → K
-
Available on IMapIterator<
K, T> , provided by the IMapIterator$Typings extensionno setter -
map
↔ Iterator<
S> Function<S>(S (KeyValuePair< K, T> )) -
Available on IMapIterator<
K, T> , provided by the IMapIterator$Typings extensiongetter/setter pair - next ↔ bool Function()
-
Available on IMapIterator<
K, T> , provided by the IMapIterator$Typings extensiongetter/setter pair - reset ↔ void Function()
-
Available on IMapIterator<
K, T> , provided by the IMapIterator$Typings extensiongetter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → T
-
Available on IMapIterator<
K, T> , provided by the IMapIterator$Typings extensionno setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited