-
- Enclosing class:
- IntList
public static interface IntList.IntComparatorA comparator of primitive ints.- Since:
- 6.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intcompare(int first, int second)Compares the two int arguments for order.
-