Uses of Class
org.apache.uima.cas.impl.StringHeap
-
Packages that use StringHeap Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of StringHeap in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as StringHeap Modifier and Type Field Description (package private) StringHeap
BinaryCasSerDes. stringHeap
private StringHeap
BinaryCasSerDes4.Deserializer. stringHeapObj
private StringHeap
BinaryCasSerDes6. stringHeapObj
Methods in org.apache.uima.cas.impl with parameters of type StringHeap Modifier and Type Method Description private Sofa
BinaryCasSerDes. getSofaFromAnnotBase(int annotBaseAddr, StringHeap stringHeap2, Int2ObjHashMap<TOP,TOP> addr2fs, CommonSerDesSequential csds)
private Sofa
BinaryCasSerDes. makeSofaFromHeap(int sofaAddr, StringHeap stringHeap2, CommonSerDesSequential csds, boolean isUnordered)
-