public interface IntComparator
int
compare(int i, int j)
int compare(int i, int j)
i
j
-1
i < j
1
i > j
0
i == j
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.