Package org.apache.uima.cas.impl
Class CommonArrayFSImpl
java.lang.Object
org.apache.uima.cas.impl.FeatureStructureImpl
org.apache.uima.cas.impl.FeatureStructureImplC
org.apache.uima.cas.impl.CommonArrayFSImpl
- All Implemented Interfaces:
Cloneable
,FeatureStructure
- Direct Known Subclasses:
ArrayFSImpl
,FloatArrayFSImpl
,IntArrayFSImpl
,StringArrayFSImpl
Common part of array impl for those arrays of primitives which exist in the main heap. Is a super
class to those.
-
Field Summary
Fields inherited from class org.apache.uima.cas.impl.FeatureStructureImplC
addr, casImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
copyToArray
(int srcOffset, String[] dest, int destOffset, int length) int
size()
String[]
Methods inherited from class org.apache.uima.cas.impl.FeatureStructureImplC
equals, getAddress, getCAS, getCASImpl, hashCode
Methods inherited from class org.apache.uima.cas.impl.FeatureStructureImpl
clone, getavoidcollisionTypeCode, getBooleanValue, getByteValue, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, prettyPrint, prettyPrint, prettyPrint, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue, toString, toString
-
Constructor Details
-
CommonArrayFSImpl
protected CommonArrayFSImpl() -
CommonArrayFSImpl
-
-
Method Details
-
size
public int size() -
copyToArray
-
toStringArray
-