Interface SupplierIterator<K,V>
-
- All Superinterfaces:
java.util.Iterator<K>
,java.util.function.Supplier<V>
- All Known Implementing Classes:
ArrayKeyValueSupplierIterator
,ArraySupplierIterator
,EmptySupplierIterator
public interface SupplierIterator<K,V> extends java.util.Iterator<K>, java.util.function.Supplier<V>