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
Methods 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.fit.util
Methods in org.apache.uima.fit.util that return IntegerArrayModifier and TypeMethodDescriptionstatic IntegerArray
FSCollectionFactory.createIntArray
(JCas aJCas, int... aArray) static IntegerArray
FSCollectionFactory.createIntArray
(JCas aJCas, Collection<Integer> aCollection) static IntegerArray
FSCollectionFactory.fillArray
(IntegerArray aArray, int... aValues) static IntegerArray
FSCollectionFactory.fillArray
(IntegerArray aArray, Iterable<Integer> aValues) Methods in org.apache.uima.fit.util with parameters of type IntegerArrayModifier and TypeMethodDescriptionstatic IntegerArray
FSCollectionFactory.fillArray
(IntegerArray aArray, int... aValues) static IntegerArray
FSCollectionFactory.fillArray
(IntegerArray aArray, Iterable<Integer> aValues) -
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 IntegerArray -
Uses of IntegerArray in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl that return IntegerArray