@FunctionalInterface public interface FloatComparator
A comparator of two float values.
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | public int | compare(float v1, float v2)Compares its two arguments for order. |