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