Interface Internal.ProtobufList<E>

    • Method Detail

      • isModifiable

        boolean isModifiable()
        Returns whether this list can be modified via the publicly accessible List methods.
      • mutableCopyWithCapacity

        Internal.ProtobufList<E> mutableCopyWithCapacity​(int capacity)
        Returns a mutable clone of this list with the specified capacity.