Uses of Class
org.apache.uima.internal.util.Pair
-
Packages that use Pair Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of Pair in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as Pair Modifier and Type Field Description private Pair<TOP,TOP>
CasCompare. leafErrorReported
Fields in org.apache.uima.cas.impl with type parameters of type Pair Modifier and Type Field Description (package private) java.util.Map<TOP,java.util.List<Pair<java.lang.String,java.lang.Object>>>
OutOfTypeSystemData. extraFeatureValues
Map from Feature Structure to List of String arrays holding feature names and values for out-of-typesystem features on in-typesystem FSs.private java.util.Map<Pair<TOP,TOP>,java.lang.Integer>
CasCompare. prevCompare
This is used - to speed up the compare - avoid comparing the same things multiple times, instead just use previous result - when doing the comparison to break recursion if asked to compare the same two things while comparing them.private java.util.Set<Pair<TOP,TOP>>
CasCompare. prevReport
-