Package org.joni

Class BitStatus


  • final class BitStatus
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BitStatus()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int bsAll()  
      static boolean bsAt​(int stats, int n)  
      static int bsClear()  
      static int bsOnAt​(int stats, int n)  
      static int bsOnAtSimple​(int stats, int n)  
      static int bsOnOff​(int v, int f, boolean negative)  
      • Methods inherited from class java.lang.Object

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

      • BitStatus

        BitStatus()
    • Method Detail

      • bsClear

        public static int bsClear()
      • bsAll

        public static int bsAll()
      • bsAt

        public static boolean bsAt​(int stats,
                                   int n)
      • bsOnAt

        public static int bsOnAt​(int stats,
                                 int n)
      • bsOnAtSimple

        public static int bsOnAtSimple​(int stats,
                                       int n)
      • bsOnOff

        public static int bsOnOff​(int v,
                                  int f,
                                  boolean negative)