Not documented.
- Implements
-
- Iterator<T>
Properties
- T current
-
read-only
Constructors
- FixedSizeListIterator(List<T> array)
Methods
-
moveNext(
) → bool - Moves to the next element.
Not documented.