Class MultimapBuilder.MultimapBuilderWithKeys<K0 extends @Nullable Object>

java.lang.Object
com.google.common.collect.MultimapBuilder.MultimapBuilderWithKeys<K0>
Type Parameters:
K0 - The upper bound on the key type of the generated multimap.
Enclosing class:
MultimapBuilder<K0 extends @Nullable Object,V0 extends @Nullable Object>

public abstract static class MultimapBuilder.MultimapBuilderWithKeys<K0 extends @Nullable Object> extends Object
An intermediate stage in a MultimapBuilder in which the key-value collection map implementation has been specified, but the value collection implementation has not.
Since:
16.0
Author:
Louis Wasserman