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.Object
key for StringCongruenceSet
-
-
Field Summary
Fields Modifier and Type Field Description (package private) FeatureImpl
feature
(package private) int
index
(package private) TypeImpl
type
-
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 boolean
equals(java.lang.Object obj)
int
hashCode()
-
-
-
Field Detail
-
type
final TypeImpl type
-
feature
final FeatureImpl feature
-
index
final int index
-
-
Constructor Detail
-
ScsKey
ScsKey(TypeImpl type, FeatureImpl feature, int index)
-
-