public class ShortArrayComparator extends Object implements Comparator<short[]>
Constructor and Description |
---|
ShortArrayComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(short[] shortArray1,
short[] shortArray2)
Compare two short arrays.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public int compare(short[] shortArray1, short[] shortArray2)
compare
in interface Comparator<short[]>
shortArray1
- First short arrayshortArray2
- Second short arrayCopyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.