博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

3.Optional

Posted on 2017-05-21 16:08  huiGod  阅读(84)  评论(0)    收藏  举报

The Optional class encapsulate the object type.To avoid some exception (ex.NullPointException...)

Plz go http://docs.oracle.com/javase/8/docs/api/ to see specific methos.