Interface CommonPrimitiveArray<T>

    • Method Detail

      • setArrayValueFromString

        void setArrayValueFromString​(int i,
                                     java.lang.String v)
        Internal Use Only. Set an array value from a string representation NOTE: does **not** log the change for delta cas; this should only be used by internal deserializers
        Parameters:
        i - the index
        v - the value to set at the above index