public class LongComparator extends Object implements Comparator<Long>
Constructor and Description |
---|
LongComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Long long1,
Long long2)
Compare two longs.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public int compare(Long long1, Long long2)
compare
in interface Comparator<Long>
long1
- First longlong2
- Second longCopyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.