Class MultimapBuilder.MultimapBuilderWithKeys<K0>

  • Type Parameters:
    K0 - The upper bound on the key type of the generated multimap.
    Enclosing class:
    MultimapBuilder < K0 , V0>


    public abstract static class MultimapBuilder.MultimapBuilderWithKeys<K0>
    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.