Uses of Class
org.apache.uima.jcas.cas.ShortArray
Packages that use ShortArray
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
-
Uses of ShortArray in org.apache.uima.cas
Methods in org.apache.uima.cas that return ShortArray -
Uses of ShortArray in org.apache.uima.cas.impl
Methods in org.apache.uima.cas.impl that return ShortArray -
Uses of ShortArray in org.apache.uima.fit.util
Methods in org.apache.uima.fit.util that return ShortArrayModifier and TypeMethodDescriptionstatic ShortArrayFSCollectionFactory.createShortArray(JCas aJCas, short... aArray) static ShortArrayFSCollectionFactory.createShortArray(JCas aJCas, Collection<Short> aCollection) static ShortArrayFSCollectionFactory.fillArray(ShortArray aArray, short... aValues) static ShortArrayFSCollectionFactory.fillArray(ShortArray aArray, Iterable<Short> aValues) Methods in org.apache.uima.fit.util with parameters of type ShortArrayModifier and TypeMethodDescriptionstatic ShortArrayFSCollectionFactory.fillArray(ShortArray aArray, short... aValues) static ShortArrayFSCollectionFactory.fillArray(ShortArray aArray, Iterable<Short> aValues) -
Uses of ShortArray in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return ShortArrayModifier and TypeMethodDescriptiondefault ShortArrayJCas.emptyShortArray()Retrieve a lazily-created constant from the cas which holds a 0-length instance. -
Uses of ShortArray in org.apache.uima.jcas.cas
Methods in org.apache.uima.jcas.cas that return ShortArray