Interface Materializations.MultimapView<K,​V>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Iterable<K> get()
      Returns an iterable of all keys.
      java.lang.Iterable<V> get​(@Nullable K k)
      Returns an iterable of all the values for the specified key.
    • Method Detail

      • get

        java.lang.Iterable<K> get()
        Returns an iterable of all keys.
      • get

        java.lang.Iterable<V> get​(@Nullable K k)
        Returns an iterable of all the values for the specified key.