@FunctionalInterface public interface IntComparator
A comparator of two int values.
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | public int | compare(int v1, int v2)Compares its two arguments for order. |