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 extension

getter/setter pair
any bool Function(bool (KeyValuePair<K, T>))

Available on IMapIterator<K, T>, provided by the IMapIterator$Typings extension

getter/setter pair
count num

Available on IMapIterator<K, T>, provided by the IMapIterator$Typings extension

no setter
each IMapIterator<K, T> Function(void (KeyValuePair<K, T>))

Available on IMapIterator<K, T>, provided by the IMapIterator$Typings extension

getter/setter pair
filter Iterator<KeyValuePair<K, T>> Function(bool (KeyValuePair<K, T>))

Available on IMapIterator<K, T>, provided by the IMapIterator$Typings extension

getter/setter pair
first KeyValuePair<K, T>? Function()

Available on IMapIterator<K, T>, provided by the IMapIterator$Typings extension

getter/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 extension

getter/setter pair
iterator IMapIterator<K, T>

Available on IMapIterator<K, T>, provided by the IMapIterator$Typings extension

@hidden
getter/setter pair
key → K

Available on IMapIterator<K, T>, provided by the IMapIterator$Typings extension

no setter
map Iterator<S> Function<S>(S (KeyValuePair<K, T>))

Available on IMapIterator<K, T>, provided by the IMapIterator$Typings extension

getter/setter pair
next bool Function()

Available on IMapIterator<K, T>, provided by the IMapIterator$Typings extension

getter/setter pair
reset ↔ void Function()

Available on IMapIterator<K, T>, provided by the IMapIterator$Typings extension

getter/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 extension

no 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