public static interface Materializations.MultimapView<K,V>
PrimitiveViewT
supplied to the ViewFn
when it declares to use
the multimap materialization
.Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<K> |
get()
Returns an iterable of all keys.
|
java.lang.Iterable<V> |
get(K k)
Returns an iterable of all the values for the specified key.
|