Uses of Interface
org.apache.uima.cas.IntArrayFS
Packages that use IntArrayFS
Package
Description
 Common Analysis System(CAS) Interfaces
Implementation and Low-Level API for the CAS Interfaces.
JCAS model for built-in CAS types
- 
Uses of IntArrayFS in org.apache.uima.cas
Methods in org.apache.uima.cas that return IntArrayFS - 
Uses of IntArrayFS in org.apache.uima.cas.impl
Subinterfaces of IntArrayFS in org.apache.uima.cas.implModifier and TypeInterfaceDescriptioninterfaceDeprecated.use IntegerArray insteadMethods in org.apache.uima.cas.impl that return IntArrayFS - 
Uses of IntArrayFS in org.apache.uima.fit.util
Methods in org.apache.uima.fit.util that return IntArrayFSModifier and TypeMethodDescriptionstatic IntArrayFSFSCollectionFactory.createIntArrayFS(CAS aCas, int... aArray) static IntArrayFSFSCollectionFactory.createIntArrayFS(CAS aCas, Collection<Integer> aCollection) static IntArrayFSFSCollectionFactory.fillArrayFS(IntArrayFS aArrayFs, int... aValues) static IntArrayFSFSCollectionFactory.fillArrayFS(IntArrayFS aArrayFs, Iterable<Integer> aValues) Methods in org.apache.uima.fit.util with parameters of type IntArrayFSModifier and TypeMethodDescriptionstatic IntArrayFSFSCollectionFactory.fillArrayFS(IntArrayFS aArrayFs, int... aValues) static IntArrayFSFSCollectionFactory.fillArrayFS(IntArrayFS aArrayFs, Iterable<Integer> aValues)  - 
Uses of IntArrayFS in org.apache.uima.jcas.cas
Classes in org.apache.uima.jcas.cas that implement IntArrayFSModifier and TypeClassDescriptionfinal classThe Java Class model corresponding to the Cas IntegerArray_JCasImpl type.