public class IntegerComparator extends Object implements Comparator<Integer>
| Modifier and Type | Field and Description |
|---|---|
static Comparator<Integer> |
INSTANCE |
| Constructor and Description |
|---|
IntegerComparator() |
public static final Comparator<Integer> INSTANCE
public int compare(Integer o1, Integer o2)
compare in interface Comparator<Integer>Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.