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({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

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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