@Internal
public final class Objects
extends Object
-
Method Summary
static boolean
static int
static <T> T
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
requireNonNull
public static <T> T requireNonNull(@Nullable
T obj,
@NotNull
@NotNull String message)
-
equals
public static boolean equals(@Nullable
@Nullable Object a,
@Nullable
@Nullable Object b)
-
hash
public static int hash(@Nullable
@Nullable Object... values)