public final class X_Util extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equal(Object one,
Object two) |
static <T> T |
firstNotNull(T first,
T... rest) |
static <T> T |
firstNotNull(T first,
T second) |
static <T> T |
firstNotNull(T first,
T second,
T third) |
static String |
getCaller() |
public static String getCaller()
public static <T> T firstNotNull(T first,
T second)
public static <T> T firstNotNull(T first,
T second,
T third)
public static <T> T firstNotNull(T first,
T... rest)
Copyright © 2012-2013 The Internet Party. All Rights Reserved.