Package org.apache.uima.cas.impl
Class CasCompare.ScsKey
- java.lang.Object
-
- org.apache.uima.cas.impl.CasCompare.ScsKey
-
- Enclosing class:
- CasCompare
private static class CasCompare.ScsKey extends java.lang.Objectkey for StringCongruenceSet
-
-
Field Summary
Fields Modifier and Type Field Description (package private) FeatureImplfeature(package private) intindex(package private) TypeImpltype
-
Constructor Summary
Constructors Constructor Description ScsKey(TypeImpl type, FeatureImpl feature, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()
-
-
-
Field Detail
-
type
final TypeImpl type
-
feature
final FeatureImpl feature
-
index
final int index
-
-
Constructor Detail
-
ScsKey
ScsKey(TypeImpl type, FeatureImpl feature, int index)
-
-