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