Package org.apache.uima.internal.util
Interface IntComparator
-
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.
-