public static interface Sort.CompareInt
CompareInt interface is for comparing
pairs of integers.| Modifier and Type | Method and Description |
|---|---|
boolean |
lessThan(int a,
int b)
Return
true if the first argument is strictly
less than the secon under this comparator's sorting. |
Copyright © 2019 Alias-i, Inc.. All rights reserved.