public final class ObjectUtils
A collection of useful object-related functions
static <T> T
as(Object object, Class<T> cls)
object
cls
static boolean
isNullOrEmpty(Array<byte> array)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@Nullable() static <T> T as(Object object, Class<T> cls)
Attempts to cast object to class cls. Returns null if cast is impossible.
null
static boolean isNullOrEmpty(Array<byte> array)