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 IntegerArrayCAS. 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 IntegerArrayCASImpl.SharedViewData. emptyIntegerArrayMethods in org.apache.uima.cas.impl that return IntegerArray Modifier and Type Method Description IntegerArrayCASImpl. emptyIntegerArray()Methods in org.apache.uima.cas.impl with parameters of type IntegerArray Modifier and Type Method Description intCASImpl. 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 IntegerArrayJCas. emptyIntegerArray()Retrieve a lazily-created constant from the cas which holds a 0-length instance.default IntegerArrayJCas. 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 IntegerArrayIntegerArray. create(JCas jcas, int[] a)private IntegerArrayInt2FS. getIntArray()getter for intArray - internal useprivate IntegerArrayIntegerArrayList. 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 voidInt2FS. setIntArray(IntegerArray v)setter for intArray - sets internal useprivate voidIntegerArrayList. 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 IntegerArrayJCasImpl. getIntegerArray0L()Deprecated.
-