エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Should I use Java8/Guava Optional for every method that may return null?
Optional is used to represent nullable object, Some uses of this class include As a method return... Optional is used to represent nullable object, Some uses of this class include As a method return type, as an alternative to returning null to indicate that no value was available To distinguish between "unknown" (for example, not present in a map) and "known to have no value" (present in the map, with value Optional.absent()) To wrap nullable references for storage in a collection that does not s
2014/05/28 リンク