Uses of Class
org.apache.uima.jcas.cas.IntegerArray
-
Packages that use IntegerArray Package Description org.apache.uima.cas Common Analysis System(CAS) Interfacesorg.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.jcas Interfaces for accessing the JCAS.org.apache.uima.jcas.cas JCAS model for built-in CAS typesorg.apache.uima.jcas.impl Provides the classes that support the Java Cas Model (JCM). -
-
Uses of IntegerArray in org.apache.uima.cas
Methods in org.apache.uima.cas that return IntegerArray Modifier and Type Method Description default IntegerArray
CAS. emptyIntegerArray()
-
Uses of IntegerArray in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as IntegerArray Modifier and Type Field Description private IntegerArray
CASImpl.SharedViewData. emptyIntegerArray
Methods in org.apache.uima.cas.impl that return IntegerArray Modifier and Type Method Description IntegerArray
CASImpl. emptyIntegerArray()
Methods in org.apache.uima.cas.impl with parameters of type IntegerArray Modifier and Type Method Description int
CASImpl. getIntArrayValue(IntegerArray array, int i)
-
Uses of IntegerArray in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return IntegerArray Modifier and Type Method Description default 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
Methods in org.apache.uima.jcas.cas that return IntegerArray Modifier and Type Method Description static IntegerArray
IntegerArray. create(JCas jcas, int[] a)
private IntegerArray
Int2FS. getIntArray()
getter for intArray - internal useprivate IntegerArray
IntegerArrayList. getIntArray()
getter for intArray - gets internal use - holds the intsMethods in org.apache.uima.jcas.cas with parameters of type IntegerArray Modifier and Type Method Description private void
Int2FS. setIntArray(IntegerArray v)
setter for intArray - sets internal useprivate void
IntegerArrayList. setIntArray(IntegerArray v)
setter for intArray - sets internal use - holds the ints -
Uses of IntegerArray in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl that return IntegerArray Modifier and Type Method Description IntegerArray
JCasImpl. getIntegerArray0L()
Deprecated.
-