Package org.apache.uima.jcas.cas
Interface ArrayFSImpl<E extends FeatureStructure>
-
- All Superinterfaces:
ArrayFS<E>
,java.lang.Cloneable
,CommonArrayFS<E>
,FeatureStructure
- All Known Implementing Classes:
FSArray
@Deprecated public interface ArrayFSImpl<E extends FeatureStructure> extends ArrayFS<E>
Deprecated.use FSArray insteadFor backwards compatibility with V2, only Only has methods not in ArrayFS or CommonArrayFSImpl
-
-
Method Summary
-
Methods inherited from interface org.apache.uima.cas.ArrayFS
copyFromArray, copyToArray, get, set, toArray, toArray
-
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
-
-