Uses of Class
org.apache.uima.jcas.cas.IntegerArray
Packages that use IntegerArray
Package
Description
Common Analysis System(CAS) Interfaces
Implementation and Low-Level API for the CAS Interfaces.
Interfaces for accessing the JCAS.
JCAS model for built-in CAS types
Provides the classes that support the Java Cas Model (JCM).
-
Uses of IntegerArray in org.apache.uima.cas
Methods in org.apache.uima.cas that return IntegerArray -
Uses of IntegerArray in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as IntegerArrayMethods in org.apache.uima.cas.impl that return IntegerArrayMethods in org.apache.uima.cas.impl with parameters of type IntegerArray -
Uses of IntegerArray in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return IntegerArrayModifier and TypeMethodDescriptiondefault IntegerArray
JCas.emptyIntegerArray()
Retrieve a lazily-created constant from the cas which holds a 0-length instance.default IntegerArray
JCas.getIntegerArray0L()
Deprecated.renamed emptyXXXArray -
Uses of IntegerArray in org.apache.uima.jcas.cas
Methods in org.apache.uima.jcas.cas that return IntegerArrayModifier and TypeMethodDescriptionstatic IntegerArray
private IntegerArray
Int2FS.getIntArray()
getter for intArray - internal useprivate IntegerArray
IntegerArrayList.getIntArray()
getter for intArray - gets internal use - holds the intsMethods in org.apache.uima.jcas.cas with parameters of type IntegerArrayModifier and TypeMethodDescriptionprivate void
Int2FS.setIntArray
(IntegerArray v) setter for intArray - sets internal useprivate void
IntegerArrayList.setIntArray
(IntegerArray v) setter for intArray - sets internal use - holds the ints -
Uses of IntegerArray in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl that return IntegerArray