Package org.apache.uima.internal.util
Interface IntComparator
-
- All Known Implementing Classes:
FSBagIndex
,FSIntArrayIndex
,FSLeafIndexImpl
,FSRBTSetIndex
public interface IntComparator
Compare two integers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
compare(int i, int j)
Compare two ints.
-