Class MutableByte


  • public class MutableByte
    extends Object
    • Constructor Detail

      • MutableByte

        public MutableByte()
      • MutableByte

        public MutableByte​(byte value)
    • Method Detail

      • setBitValue

        public void setBitValue​(byte bit,
                                boolean on)
      • setBit

        public void setBit​(byte bit)
      • unsetBit

        public void unsetBit​(byte bit)
      • getValue

        public byte getValue()
      • equals

        public boolean equals​(byte b)
      • isBitSet

        public boolean isBitSet​(byte bit)