Class BitBool


  • public class BitBool
    extends java.lang.Object
    Author:
    Loc Ha
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int FALSE  
      static int TRUE  
    • Constructor Summary

      Constructors 
      Constructor Description
      BitBool()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int not​(int value)  
      static boolean toBool​(int value)  
      static int valueOf​(boolean value)  
      • Methods inherited from class java.lang.Object

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

      • BitBool

        public BitBool()
    • Method Detail

      • valueOf

        public static int valueOf​(boolean value)
      • not

        public static int not​(int value)
      • toBool

        public static boolean toBool​(int value)