public final class FloatComparator extends Object implements Comparator<byte[]>, Serializable
| Constructor and Description |
|---|
FloatComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(byte[] obj1,
byte[] obj2)
Compares its two arguments for order.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic int compare(byte[] obj1,
byte[] obj2)
compare in interface Comparator<byte[]>obj1 - - The first Float to compareobj2 - - The second Float to compareCopyright © 2014. All Rights Reserved.