Class BooleanUtils


  • public class BooleanUtils
    extends java.lang.Object
    Miscellaneous Boolean utility methods.
    Author:
    Juho Jeong
    • Constructor Summary

      Constructors 
      Constructor Description
      BooleanUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean toBoolean​(java.lang.Boolean bool)  
      static boolean toBoolean​(java.lang.Boolean bool, boolean defaultValue)  
      static java.lang.Boolean toBooleanObject​(java.lang.String booleanString)  
      static java.lang.Boolean toNullableBooleanObject​(java.lang.String booleanString)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BooleanUtils

        public BooleanUtils()
    • Method Detail

      • toBooleanObject

        public static java.lang.Boolean toBooleanObject​(java.lang.String booleanString)
      • toNullableBooleanObject

        public static java.lang.Boolean toNullableBooleanObject​(java.lang.String booleanString)
      • toBoolean

        public static boolean toBoolean​(java.lang.Boolean bool)
      • toBoolean

        public static boolean toBoolean​(java.lang.Boolean bool,
                                        boolean defaultValue)