Class BooleanUtils


  • public final class BooleanUtils
    extends Object
    • Method Detail

      • toString

        public static String toString​(boolean value,
                                      String onTrue,
                                      String onFalse)
      • toInteger

        public static int toInteger​(boolean value)