`
bd2007
  • 浏览: 385916 次
  • 性别: Icon_minigender_2
  • 来自: 上海
社区版块
存档分类
最新评论

Return zero length collections or arrays as opposed to returning null

    博客分类:
  • java
阅读更多

    Returning null instead of zerolength collection (use Collections.EMPTY_SET, Collections.EMPTY_LIST, Collections.EMPTY_MAP) is moreerror prone, since the programmer writing the calling method might forget to handle a return value of null.
 
0
0
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics