RPVIterator<E> class
- Implemented types
-
- Iterator<
E>
- Iterator<
Constructors
- RPVIterator(PersistentVector v, int to, int i, List curr)
Properties
- curr ↔ List
-
getter/setter pair
- current → E
-
The current element.
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- i ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- to → int
-
final
- v → PersistentVector
-
final
Methods
-
moveNext(
) → bool -
Advances the iterator to the next element of the iteration.
override
-
noSuchMethod(
Invocation i) → dynamic -
Invoked when a nonexistent method or property is accessed.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited