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 IntegerArrayJCas.emptyIntegerArray()Retrieve a lazily-created constant from the cas which holds a 0-length instance.default IntegerArrayJCas.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 IntegerArrayprivate IntegerArrayInt2FS.getIntArray()getter for intArray - internal useprivate IntegerArrayIntegerArrayList.getIntArray()getter for intArray - gets internal use - holds the intsMethods in org.apache.uima.jcas.cas with parameters of type IntegerArrayModifier and TypeMethodDescriptionprivate voidInt2FS.setIntArray(IntegerArray v) setter for intArray - sets internal useprivate voidIntegerArrayList.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