-
- All Implemented Interfaces:
public class UtilsInternal use only.
-
-
Field Summary
Fields Modifier and Type Field Description public static CharsetCHARSET_UTF8
-
Method Summary
Modifier and Type Method Description static <T> TcheckNotNull(T reference)Ensures that an object reference passed as a parameter to the calling method is not null. -
-
Method Detail
-
checkNotNull
static <T> T checkNotNull(T reference)
Ensures that an object reference passed as a parameter to the calling method is not null.
- Parameters:
reference- an object reference
-
-
-
-