Package 

Class DslList

  • All Implemented Interfaces:
    kotlin.collections.Collection , kotlin.collections.Iterable , kotlin.collections.List

    
    public final class DslList<E extends Object, P extends DslProxy>
     implements List<E>
                        

    A simple wrapper around a List 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.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Integer size
    • Constructor Summary

      Constructors 
      Constructor Description
      DslList(List<E> delegate)