Uses of Class
org.apache.uima.cas.impl.ArrayElement
Packages that use ArrayElement
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of ArrayElement in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl with type parameters of type ArrayElementModifier and TypeFieldDescription(package private) Map
<Integer, List<ArrayElement>> OutOfTypeSystemData.arrayElements
Map from Integer (CAS address of an FSArray) to List of ArrayElement objects, each of which holds an array index and value (as a string).