Object BooleanUtils

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Integer toZeroOrOneInt(Boolean $self) Converts a Boolean to an Int using the convention that true is 1 and false is 0.
      final static String toZeroOrOneString(Boolean $self) Converts a Boolean to an String using the convention that true is "1" and false is "0".
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait