public class Preconditions extends Object
| Constructor and Description |
|---|
Preconditions() |
public static <T> T checkNotNull(T value,
String param)
NullPointerException if it
is, using the supplied `param` string to include an informative error message.Copyright © 2013. All Rights Reserved.