]> git.mxchange.org Git - jcore-utils.git/blobdiff - src/org/mxchange/jcoreutils/bool/BooleanUtils.java
Continued:
[jcore-utils.git] / src / org / mxchange / jcoreutils / bool / BooleanUtils.java
index c1e041d3bdef581a66fd624c76933b28c368fede..d4547e0f038230b02747d1500fae6ad092860420 100644 (file)
@@ -19,14 +19,15 @@ package org.mxchange.jcoreutils.bool;
 import java.util.Objects;
 
 /**
- * Utilities class for Boolean instances (not primitive boolean)
+ * Utilities class for Boolean instances (not primitive boolean), most methods
+ * here are null-safe or throw an NPE at you.
  * <p>
  * @author Roland Häder<roland@mxchange.org>
  */
 public class BooleanUtils {
 
        /**
-        * Compares two Boolean instances with each other
+        * Compares two Boolean instances null-safe with each other
         * <p>
         * @param boolean1 Boolean instance 1
         * @param boolean2 Boolean instance 2