Uses of Class
org.apache.uima.jcas.cas.IntegerList
Package
Description
JCAS model for built-in CAS types
-
Uses of IntegerList in org.apache.uima.fit.util
Modifier and TypeMethodDescriptionstatic IntegerList
FSCollectionFactory.createIntegerList
(JCas aJCas, int... aValues) static IntegerList
FSCollectionFactory.createIntegerList
(JCas aJCas, Collection<Integer> aCollection) -
Uses of IntegerList in org.apache.uima.jcas.cas
Modifier and TypeMethodDescriptionstatic IntegerList
Create an IntegerList from an existing array of intsNonEmptyIntegerList.getTail()
ModifierConstructorDescriptionNonEmptyIntegerList
(JCas jcas, int v, IntegerList tail) Generate a NonEmpty node with the specified head and tail