Package org.infinispan.server.hotrod
Class BitShift
- java.lang.Object
-
- org.infinispan.server.hotrod.BitShift
-
public class BitShift extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BitShift()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte
mask(byte value, int mask)
static byte
right(byte value, int num)
-