Class MVMap.Builder<K,​V>

  • Type Parameters:
    K - the key type
    V - the value type
    All Implemented Interfaces:
    MVMap.MapBuilder<MVMap<K,​V>,​K,​V>
    Enclosing class:
    MVMap<K,​V>

    public static class MVMap.Builder<K,​V>
    extends MVMap.BasicBuilder<MVMap<K,​V>,​K,​V>
    A builder for this class.