public class IntComparator extends Object implements Comparator<Integer>
Constructor and Description |
---|
IntComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Integer integer1,
Integer integer2)
Compare two integers.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public int compare(Integer integer1, Integer integer2)
compare
in interface Comparator<Integer>
integer1
- First integerinteger2
- Second integerCopyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.