Package oracle.pgx.api
Interface MapIterable<K,V>
-
- Type Parameters:
K
-V
-
- All Superinterfaces:
java.lang.Iterable<java.util.Map.Entry<K,V>>
public interface MapIterable<K,V> extends java.lang.Iterable<java.util.Map.Entry<K,V>>
Marker interface for an iterable over map entries.