Package org.apache.uima.cas.impl
Interface FSImplComparator
-
public interface FSImplComparator
UNUSED V3, backwards compat only Interface to compare two feature structures, represented by their addresses.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
compare(int addr1, int addr2)
Compare two FSs.
-