public final class ObjectSupport extends Object
| Modifier | Constructor and Description |
|---|---|
private |
ObjectSupport()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
hashCode(Object o)
Performs a safe (null-aware)
Object.hashCode(). |
public static int hashCode(@Nullable Object o)
Object.hashCode().o - object for which to get the hash code, may be nullCopyright © 1999–2021. All rights reserved.