| java.lang.Object | ||
| android.util.Objects | ||
Object utility methods.
| Objects() |
| static | T | nonNull(T t) | |||
Ensures the given object isn't null. |
|||||
| static | T | nonNull(T t, String message) | |||
Ensures the given object isn't null. |
|||||
Methods inherited
from class
java.lang.Object
null.
| NullPointerException | if the object is null |
|---|
null.
| NullPointerException | if the object is null |
|---|