Module swim.util
Package swim.util

Interface IterableMap<K,V>

All Superinterfaces:
Iterable<Map.Entry<K,V>>, Map<K,V>
All Known Subinterfaces:
OrderedMap<K,V>, ReducedMap<K,V,U>

public interface IterableMap<K,V> extends Iterable<Map.Entry<K,V>>, Map<K,V>