public class UtilCheck extends Object
Constructor and Description |
---|
UtilCheck() |
Modifier and Type | Method and Description |
---|---|
static <T,V> V |
checkInstanceOf(T args,
Class<V> className,
String name) |
static String |
checkNotBlank(String args,
String name) |
static String[] |
checkNotEmpty(String[] args,
String name) |
static <T> T |
checkNotNull(T args,
String name) |
static int |
checkPositive(int args,
String name) |
Copyright © 2014–2023. All rights reserved.