Class ArraySupplierIterator<E>
java.lang.Object
io.usethesource.capsule.util.iterator.ArraySupplierIterator<E>
- All Implemented Interfaces:
SupplierIterator<E,E>, Supplier<E>, Iterator<E>
-
Field Details
-
values
-
end
final int end -
currentIndex
int currentIndex -
currentElement
E currentElement
-
-
Constructor Details
-
ArraySupplierIterator
-
-
Method Details
-
hasNext
-
next
-
get
-
remove
-
of
-
of
-