docs/javadoc/reference/com/facebook/common/internal/Ints.html
|
|
ImmutableMap<K, V>
ImmutableSet<E>
Summary: Methods | Inherited Methods | [Expand All]
public class
extends Object
| java.lang.Object | | ↳ | com.facebook.common.internal.Ints |
Static utility methods pertaining to int primitives, that are not already found in either Integer or Arrays.
| Public Methods |
|---|
| static int |
Returns the greatest value present in array. |
| [Expand] Inherited Methods | | --- | | From class java.lang.Object
| Object | clone() | | boolean | equals(Object arg0) | | void | finalize() | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |
|
Returns the greatest value present in array.
| array | a nonempty array of int values |
array that is greater than or equal to every other value in the array| IllegalArgumentException | if array is empty |
+Generated by Doclava. +