public interface CommonPrimitiveArray<T> extends CommonArrayFS<T>
| Modifier and Type | Method and Description | 
|---|---|
| void | setArrayValueFromString(int i,
                       String v)Internal Use Only. | 
copyFromArray, copyToArray, copyValuesFrom, getValuesAsCommaSeparatedString, isEmpty, size, toStringArray_getTypeCode, _id, clone, equals, getAddress, getBooleanValue, getByteValue, getCAS, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getJCas, getLongValue, getShortValue, getStringValue, getType, hashCode, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValuevoid setArrayValueFromString(int i,
                             String v)
i - the indexv - the value to set at the above indexCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.