码迷,mamicode.com
首页 > 其他好文 > 详细

Salesforce 记录

时间:2019-01-15 22:04:18      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:sem   empty   blank   null   判断   col   判断字符串   str   color   

String.isNotBlank(str) //判断字符串不为空
String.isBlank(str)//判断字符串为空

//判断List,Map,Set等不为空
if(null != list && !list.isEmpty()){
    //code
}

Salesforce 记录

标签:sem   empty   blank   null   判断   col   判断字符串   str   color   

原文地址:https://www.cnblogs.com/d-yw/p/10274418.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!