public class NullCheck extends Object
| Constructor and Description |
|---|
NullCheck() |
| Modifier and Type | Method and Description |
|---|---|
static void |
check(Object obj,
String name)
Throws
IllegalArgumentException if obj == null. |
public static void check(Object obj, String name)
IllegalArgumentException if obj == null. Used during the construction of the objects.obj - name - Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.