Uses of Class
org.apache.uima.internal.util.Int2IntHashMap
Packages that use Int2IntHashMap
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
Utility classes and interfaces used by UIMA components.
-
Uses of Int2IntHashMap in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as Int2IntHashMapModifier and TypeFieldDescriptionprivate Int2IntHashMap
XmiSerializationSharedData.fsAddrToXmiIdMap
A map from FeatureStructure address to xmi:id.(package private) Int2IntHashMap
XmiSerializationSharedData.nonsharedfeatureIdToFSId
Map from FS address of a non-shared multi-valued (Array/List) FS to the FS address of the encompassing FS which has a feature whose value is this multi-valued FS.private Int2IntHashMap
XmiSerializationSharedData.xmiIdToFsAddrMap
A map from xmi:id to FeatureStructure address. -
Uses of Int2IntHashMap in org.apache.uima.util
Fields in org.apache.uima.util declared as Int2IntHashMapModifier and TypeFieldDescriptionprivate final Int2IntHashMap
CasCopier.mFsMap
key is source FS, value is target FS Target not set for DocumentAnnotation or SofaFSs Target not set if lenient specified and src type isn't in target