public interface CommonPrimitiveArray extends CommonArrayFS
Modifier and Type | Method and Description |
---|---|
void |
setArrayValueFromString(int i,
String v)
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
|
copyFromArray, copyToArray, copyValuesFrom, getValuesAsCommaSeparatedString, size, toStringArray
_getTypeCode, _id, clone, getAddress, getBooleanValue, getByteValue, getCAS, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue
void setArrayValueFromString(int i, String v)
i
- the indexv
- the value to set at the above indexCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.