Package 

Class DslMap

  • All Implemented Interfaces:
    kotlin.collections.Map

    
    public final class DslMap<K extends Object, V extends Object, P extends DslProxy>
     implements Map<K, V>
                        

    A simple wrapper around a Map with an extra generic parameter that can be used to disambiguate extension methods.

    <p>This class is used by Kotlin protocol buffer extensions, and its constructor is public only because generated message code is in a different compilation unit. Others should not use this class directly in any way.