Package 

Class ExtensionList

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

    
    public final class ExtensionList<E extends Object, M extends MessageLite>
     implements List<E>
                        

    Implementation for ExtensionList and ExtensionListLite. Like DslList, represents an unmodifiable view of a repeated proto field -- in this case, an extension field -- but supports querying the extension.