国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學(xué)院 > 開發(fā)設(shè)計(jì) > 正文

非空判定工具類

2019-11-09 15:04:03
字體:
供稿:網(wǎng)友
package com.lyt.base.util;import java.util.Collection;public class NullUtil {public static boolean isEmpty(Object objs) {return (objs == null);}public static boolean isEmpty(Object[] objs) {return ((objs == null) || (objs.length == 0));}public static boolean isEmpty(Collection<?> objs) {return ((objs == null) || (objs.size() <= 0));}public static boolean isEmpty(byte[] objs) {return ((objs == null) || (objs.length == 0));}public static boolean isEmpty(String str) {return ((str == null) || (str.trim().length() == 0));}public static boolean isEmpty(Long l) {return ((l == null) || (l.longValue() == 0L));}}
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 历史| 赤壁市| 孝昌县| 玛纳斯县| 开原市| 扎赉特旗| 常山县| 乌苏市| 新丰县| 吐鲁番市| 南汇区| 蓬安县| 元朗区| 驻马店市| 武冈市| 水城县| 忻城县| 邵东县| 定远县| 柞水县| 怀化市| 普陀区| 都匀市| 颍上县| 柘城县| 博客| 孟津县| 滦南县| 武城县| 米易县| 蓝田县| 彩票| 通州市| 潍坊市| 韶关市| 遂昌县| 荔波县| 屯留县| 佛冈县| 鄂尔多斯市| 光泽县|