`
eimhee
  • 浏览: 2115791 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

BOOLEAN 和boolean 转换

 
阅读更多
Boolean---->boolean


  /**
     * Returns the value of this <tt>Boolean</tt> object as a boolean
     * primitive.
     *
     * @return  the primitive <code>boolean</code> value of this object.
     */
    public boolean booleanValue() {
return value;
    }
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics