类 BitOpCommand

    • 构造器详细资料

      • BitOpCommand

        public BitOpCommand()
      • BitOpCommand

        public BitOpCommand​(Op op,
                            byte[] destkey,
                            byte[][] keys)
    • 方法详细资料

      • getOp

        public Op getOp()
      • setOp

        public void setOp​(Op op)
      • getDestkey

        public byte[] getDestkey()
      • setDestkey

        public void setDestkey​(byte[] destkey)
      • getKeys

        public byte[][] getKeys()
      • setKeys

        public void setKeys​(byte[][] keys)