Uses of Class
org.apache.uima.internal.util.Int2ObjHashMap
-
Packages that use Int2ObjHashMap Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.internal.util org.apache.uima.jcas.cas JCAS model for built-in CAS types -
-
Uses of Int2ObjHashMap in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as Int2ObjHashMap Modifier and Type Field Description (package private) Int2ObjHashMap<TOP,TOP>
CommonSerDesSequential. addr2fs
a map from the modelled (v2 style) FS addr to the V3 FS created when serializing (non-delta), deserializing (non-delta) augmented when deserializing(delta) used when deserializing (delta and non-delta) retained after deserializing (in case of subsequent delta (multiple) deserializations being combined) For delta, the addr is the modeled addr for the full CAS including both above and below the line.private Int2ObjHashMap<TOP,TOP>
BinaryCasSerDes. byteAuxAddr2fsa
Map from an aux addr starting address for an array of boolean/byte/short/long/double to the V3 FS.private Int2ObjHashMap<TOP,TOP>
BinaryCasSerDes. longAuxAddr2fsa
private Int2ObjHashMap<java.util.ArrayList<CommonList>,java.util.ArrayList<CommonList>>
CasCompare. map_e_to_a_list
key = _id, value = arraylist holding well-formed list with this node in itprivate Int2ObjHashMap<long[],long[]>
BinaryCasSerDes6. prevFsWithLongValues
Hold prev values of "long" slots, by type, for instances of FS which are non-arrays containing slots which have long values, used for differencing - not using the actual FS instance, because during deserialization, these may not be deserialized due to type filtering set only for non-filtered domain types set only for non-0 values if fsRef is to filtered type, value serialized will be 0, but this slot not set On deserialization: if value is 0, skip setting first index: key is type code 2nd index: key is slot-offset number (0-based)private Int2ObjHashMap<TOP,TOP>
BinaryCasSerDes4.Deserializer. seq2fs
convert between FSs and "sequential" numbers Note: This may be identity map, but may not in the case for V3 where some FSs are GC'dprivate Int2ObjHashMap<TOP,TOP>
BinaryCasSerDes. shortAuxAddr2fsa
private Int2ObjHashMap<TOP,TOP>
XmiSerializationSharedData. xmiIdToFs
A map from xmi:id to FeatureStructure address.Methods in org.apache.uima.cas.impl with parameters of type Int2ObjHashMap Modifier and Type Method Description private void
BinaryCasSerDes.BinDeserSupport. findCorrespondingFs(int heapAddr, Int2ObjHashMap<TOP,TOP> addr2fs)
Given a heap addr which may be in the middle of a FS, find the FS it belongs to and set up things in the bds.private Sofa
BinaryCasSerDes. getSofaFromAnnotBase(int annotBaseAddr, StringHeap stringHeap2, Int2ObjHashMap<TOP,TOP> addr2fs, CommonSerDesSequential csds)
private void
BinaryCasSerDes.BinDeserSupport. maybeAddBackAndRemoveFs(int heapAddr, Int2ObjHashMap<TOP,TOP> addr2fs)
for Deserialization of Delta, when updating existing FSs, If the heap addr is for the next FS, re-add the previous one to those indexes where it was removed, and then maybe remove the new one (and remember which views to re-add to).private void
BinaryCasSerDes. setFeatOrDefer(int heapIndex, FeatureImpl feat, java.util.List<java.lang.Runnable> fixups4forwardFsRefs, java.util.function.Consumer<TOP> setter, Int2ObjHashMap<TOP,TOP> addr2fs)
(package private) int
BinaryCasSerDes. updateAuxArrayMods(CommonSerDes.Reading r, Int2ObjHashMap<TOP,TOP> auxAddr2fsa, Consumer_T_int_withIOException<TOP> setter)
Called 3 times to process non-compressed binary deserialization of aux array modifications - once for byte/boolean, short, and long/doubleprivate void
BinaryCasSerDes. updateHeapSlot(BinaryCasSerDes.BinDeserSupport bds, int slotAddr, int slotValue, Int2ObjHashMap<TOP,TOP> addr2fs)
Doing updates for delta cas for existing objects. -
Uses of Int2ObjHashMap in org.apache.uima.internal.util
Methods in org.apache.uima.internal.util that return Int2ObjHashMap Modifier and Type Method Description Int2ObjHashMap<T,E>
Int2ObjHashMap. copy()
Constructors in org.apache.uima.internal.util with parameters of type Int2ObjHashMap Constructor Description Int2ObjHashMap(Int2ObjHashMap orig)
for use by copy -
Uses of Int2ObjHashMap in org.apache.uima.jcas.cas
Fields in org.apache.uima.jcas.cas declared as Int2ObjHashMap Modifier and Type Field Description private Int2ObjHashMap<TOP,T>
Int2FS. int2FS
Methods in org.apache.uima.jcas.cas with parameters of type Int2ObjHashMap Modifier and Type Method Description private java.lang.String
Int2FS. toString(Int2ObjHashMap<TOP,T> collection, int maxLen)
To string.
-