[Java] Class NumberAwareComparator<T>
- org.codehaus.groovy.runtime.NumberAwareComparator
- All Implemented Interfaces and Traits:
- Comparator, Serializable
public class NumberAwareComparator<T> extends Object implements Comparator, Serializable
Compares two objects using Groovy's friendly comparison algorithm, i.e. handles nulls gracefully (nul being less than everything else) and performs numeric type coercion if required.
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public int |
compare(T o1, T o2) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail
public int compare(T o1, T o2)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/runtime/NumberAwareComparator.html