Package org.apache.uima.cas.impl
Interface IntArrayFSImpl
-
- All Superinterfaces:
java.lang.Cloneable
,CommonArrayFS<java.lang.Integer>
,FeatureStructure
,IntArrayFS
- All Known Implementing Classes:
IntegerArray
@Deprecated public interface IntArrayFSImpl extends IntArrayFS
Deprecated.use IntegerArray insteadV2 compatibility only The non-JCas cover class for Integer Array
-
-
Method Summary
-
Methods inherited from interface org.apache.uima.cas.CommonArrayFS
copyFromArray, copyToArray, copyValuesFrom, getValuesAsCommaSeparatedString, isEmpty, size, toStringArray
-
Methods inherited from interface org.apache.uima.cas.FeatureStructure
_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, setStringValue
-
Methods inherited from interface org.apache.uima.cas.IntArrayFS
copyFromArray, copyToArray, get, set, toArray
-
-