public final class IntegerComparator extends Object implements Comparator<Integer>, Serializable
Constructor and Description |
---|
IntegerComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Integer obj1,
Integer obj2)
Compare two objects.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public int compare(Integer obj1, Integer obj2)
compare
in interface Comparator<Integer>
obj1
- First objectobj2
- Second objectCopyright © 2003–2014 The Apache Software Foundation. All rights reserved.