Class ArrayIterator<E>
java.lang.Object
io.usethesource.capsule.util.iterator.ArrayIterator<E>
- All Implemented Interfaces:
Iterator<E>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) final int
(package private) final E[]
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
values
-
end
final int end -
currentIndex
int currentIndex
-
-
Constructor Details
-
ArrayIterator
-
-
Method Details