/**
*<html>
*<body>
* <P> Copyright ● JasonInternational </p>
* <p> All rights reserved.</p>
* <p> Created by Jason see https://github.com/Jasonandy/springboot-wx </p>
*</body>
*</html>
*/
package cn.ucaner.skeleton.common.utils.base;
import java.lang.reflect.Array;
import java.util.Collection;
import java.util.Date;
import java.util.Map;
/**
* @Package:cn.ucaner.wx.app.core.utils.base
* @ClassName:ValidateHelper
* @Description: <p> 判斷對(duì)象柠衅、字符串奇适、集合是否為空、不為空 </p>
* @Author: - Jason
* @CreatTime:2018年10月23日 下午7:46:52
* @Modify By:
* @ModifyTime: 2018年10月23日
* @Modify marker:
* @version V1.0
*/
public final class ValidateHelper {
/**
* 判斷數(shù)組是否為空
* @param array
* @return
*/
@SuppressWarnings("unused")
private static <T> boolean isEmptyArray(T[] array){
if (array == null || array.length == 0){
return true;
}
else{
return false;
}
}
/**
* 判斷數(shù)組是否不為空
* @param array
* @return
*/
public static <T> boolean isNotEmptyArray(T[] array){
if (array != null && array.length > 0){
return true;
}
else{
return false;
}
}
/**
* 判斷字符串是否為空
* @param string
* @return
*/
public static boolean isEmptyString(String string){
if (string == null || string.length() == 0){
return true;
}
else{
return false;
}
}
/**
* 判斷字符串是否不為空
* @param string
* @return
*/
public static boolean isNotEmptyString(String string){
if (string != null && string.length() > 0){
return true;
}
else{
return false;
}
}
/**
* 判斷集合是否為空
* @param collection
* @return
*/
public static boolean isEmptyCollection(Collection<?> collection){
if (collection == null || collection.isEmpty()){
return true;
}
else{
return false;
}
}
/**
* 判斷集合是否不為空
* @param collection
* @return
*/
public static boolean isNotEmptyCollection(Collection<?> collection){
if (collection != null && !collection.isEmpty()){
return true;
}
else{
return false;
}
}
/**
* 判斷map集合是否不為空
* @param map
* @return
*/
@SuppressWarnings("rawtypes")
public static boolean isNotEmptyMap(Map map){
if (map != null && !map.isEmpty()){
return true;
}
else{
return false;
}
}
/**
* 判斷map集合是否為空
* @param map
* @return
*/
@SuppressWarnings("rawtypes")
public static boolean isEmptyMap(Map map){
if (map == null || map.isEmpty()){
return true;
}
else{
return false;
}
}
/**
* 檢驗(yàn)對(duì)象是否為空,String 中只有空格在對(duì)象中也算空.
* @param object
* @return
*/
@SuppressWarnings("rawtypes")
public static boolean isEmpty(Object object) {
if (null == object)
return true;
else if (object instanceof String)
return "".equals(object.toString().trim());
else if (object instanceof Iterable)
return !((Iterable) object).iterator().hasNext();
else if (object.getClass().isArray())
return Array.getLength(object) == 0;
else if (object instanceof Map)
return ((Map) object).size() == 0;
else if (Number.class.isAssignableFrom(object.getClass()))
return false;
else if (Date.class.isAssignableFrom(object.getClass()))
return false;
else
return false;
}
/**
* @Description: Just for test
* @Autor: Jason
*/
public static void main(String[] args) {
}
}
08Java為空判斷工具
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
- 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來(lái)北救,“玉大人荐操,你說(shuō)我怎么就攤上這事∨で悖” “怎么了淀零?”我有些...
- 文/不壞的土叔 我叫張陵,是天一觀的道長(zhǎng)膛壹。 經(jīng)常有香客問(wèn)我驾中,道長(zhǎng),這世上最難降的妖魔是什么模聋? 我笑而不...
- 正文 為了忘掉前任肩民,我火速辦了婚禮,結(jié)果婚禮上链方,老公的妹妹穿的比我還像新娘持痰。我一直安慰自己,他們只是感情好祟蚀,可當(dāng)我...
- 文/花漫 我一把揭開白布工窍。 她就那樣靜靜地躺著割卖,像睡著了一般。 火紅的嫁衣襯著肌膚如雪患雏。 梳的紋絲不亂的頭發(fā)上鹏溯,一...
- 那天,我揣著相機(jī)與錄音淹仑,去河邊找鬼丙挽。 笑死,一個(gè)胖子當(dāng)著我的面吹牛匀借,可吹牛的內(nèi)容都是我干的颜阐。 我是一名探鬼主播,決...
- 文/蒼蘭香墨 我猛地睜開眼吓肋,長(zhǎng)吁一口氣:“原來(lái)是場(chǎng)噩夢(mèng)啊……” “哼凳怨!你這毒婦竟也來(lái)了?” 一聲冷哼從身側(cè)響起是鬼,我...
- 序言:老撾萬(wàn)榮一對(duì)情侶失蹤猿棉,失蹤者是張志新(化名)和其女友劉穎,沒想到半個(gè)月后屑咳,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
- 正文 獨(dú)居荒郊野嶺守林人離奇死亡弊琴,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
- 正文 我和宋清朗相戀三年兆龙,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片敲董。...
- 正文 年R本政府宣布萄窜,位于F島的核電站铃剔,受9級(jí)特大地震影響,放射性物質(zhì)發(fā)生泄漏查刻。R本人自食惡果不足惜键兜,卻給世界環(huán)境...
- 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望穗泵。 院中可真熱鬧普气,春花似錦、人聲如沸佃延。這莊子的主人今日做“春日...
- 文/蒼蘭香墨 我抬頭看了看天上的太陽(yáng)。三九已至仔沿,卻和暖如春坐桩,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背于未。 一陣腳步聲響...
- 正文 我出身青樓抖坪,卻偏偏與公主長(zhǎng)得像,于是被迫代替她去往敵國(guó)和親闷叉。 傳聞我的和親對(duì)象是個(gè)殘疾皇子擦俐,可洞房花燭夜當(dāng)晚...
推薦閱讀更多精彩內(nèi)容
- 如何優(yōu)雅的判斷對(duì)象的字段屬性值呢? 直接上代碼(工具類,拿去就能用) ... ... 參數(shù) 1.source:需要...
- #pragma mark判斷字符串是否為空 +(BOOL) isBlankString:(NSString*)st...
- 1./**判斷輸入框輸入的內(nèi)容是否為空 yes 表示為空 no 表示有內(nèi)容**/ + (BOOL) isBlank...
- Django的ORM中如何判斷查詢結(jié)果是否為空蚯瞧,判斷django中的orm為空 result= Booking.o...
- if (array != nil && ![array isKindOfClass:[NSNull class]]...