Interface SupplierIterator<K,V>

All Superinterfaces:
Iterator<K>, Supplier<V>
All Known Implementing Classes:
ArrayKeyValueSupplierIterator, ArraySupplierIterator, EmptySupplierIterator

public interface SupplierIterator<K,V> extends Iterator<K>, Supplier<V>