public class ArgCheck extends Object
| Constructor and Description |
|---|
ArgCheck() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
checkNotNull(T o) |
static <T> T |
checkNotNull(T o,
String name) |
public static <T> T checkNotNull(T o,
String name)
T - typeo - oname - namepublic static <T> T checkNotNull(T o)
T - typeo - oCopyright © 2015 The University of Manchester. All Rights Reserved.