Interface CommonPrimitiveArray<T>

All Superinterfaces:
Cloneable, CommonArrayFS<T>, FeatureStructure
All Known Implementing Classes:
BooleanArray, ByteArray, DoubleArray, FloatArray, IntegerArray, LongArray, ShortArray, StringArray

public interface CommonPrimitiveArray<T> extends CommonArrayFS<T>
This interface is implemented by arrays of non-FeatureStructure components boolean, byte, short, int, long, float, double, String, JavaObject Internal Use Only.
  • Method Details

    • setArrayValueFromString

      void setArrayValueFromString(int i, 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