maximum(o)¶
Definition¶
Comparable maximum(Comparable ... o)
Description¶
Finds and returns the maximum value, skipping nulls. Returns null if all arguments are null. Note the return type will be the widest of input values.
Parameter Definition¶
Name | Type | Description |
---|---|---|
o | Comparable... | values to compare |