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