Uses of Class
org.apache.uima.jcas.cas.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
-
Uses of IntegerArray in org.apache.uima.cas.impl
-
Uses of IntegerArray in org.apache.uima.fit.util
Modifier 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) Modifier 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
Modifier 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
-
Uses of IntegerArray in org.apache.uima.jcas.impl