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.
    • Method Summary

      • Methods inherited from interface java.lang.Iterable

        forEach, iterator, spliterator