public final class ObjectUtils extends Object
| Constructor and Description |
|---|
ObjectUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
defaultIfNull(T value,
T defaultValue) |
static boolean |
equals(Object obj1,
Object obj2) |
static boolean |
equalsOrNull(Object obj1,
Object obj2) |
static int |
hashCode(Object obj) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.