IMapIterator$Typings<K, T> extension

on

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
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
value → T

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

no setter