minimum(o)¶
Definition¶
Comparable minimum(Comparable ... o)
Description¶
Finds and returns the minimum 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 |