HasCurrentIterator<E> class

Implemented types

Constructors

HasCurrentIterator(Iterator<E> _iterator)

Properties

current → E
The current element.
no setteroverride
hasCurrent bool
Whether or not current has a valid value.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

moveNext() bool
Must be called before reading current or hasCurrent.
override
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