Package org.apache.uima.cas.impl
Interface FloatArrayFSImpl
-
- All Superinterfaces:
java.lang.Cloneable
,CommonArrayFS<java.lang.Float>
,FeatureStructure
,FloatArrayFS
- All Known Implementing Classes:
FloatArray
@Deprecated public interface FloatArrayFSImpl extends FloatArrayFS
Deprecated.use FloatArray insteadV2 compatibility only The non-JCas cover class for Float 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.FloatArrayFS
copyFromArray, copyToArray, get, set, toArray
-
-