重複の可能性:
文字列からブール値への変換で最高のパフォーマンス
どちらがより良いプラクティスと見なされ、さらに重要なことに、パフォーマンスが向上しますか?
ブールコンストラクターのドキュメントには、次のように記載されています。
* <p><b>Note: It is rarely appropriate to use this constructor.
* Unless a <i>new</i> instance is required, the static factory
* {@link #valueOf(boolean)} is generally a better choice. It is
* likely to yield significantly better space and time performance.</b>
valueOf
新しいオブジェクトが作成されないように、定数値への参照を返します。