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

首頁 > 學院 > 開發設計 > 正文

非空判定工具類

2019-11-09 16:19:04
字體:
來源:轉載
供稿:網友
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));}}
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 利川市| 灯塔市| 藁城市| 邯郸市| 萍乡市| 西城区| 迭部县| 搜索| 岫岩| 林周县| 三门县| 鹤山市| 青河县| 灵璧县| 惠州市| 缙云县| 铜山县| 集贤县| 安宁市| 大厂| 曲沃县| 丰台区| 绥江县| 遂溪县| 霸州市| 宝丰县| 龙胜| 宜黄县| 榆中县| 阳江市| 苏州市| 文登市| 特克斯县| 天门市| 拜泉县| 南昌市| 元阳县| 翁牛特旗| 通道| 成武县| 寿宁县|