Package org.marid.racks.basic
Interface BasicConstants
public interface BasicConstants
-
Method Summary
Static Methods Modifier and Type Method Description static bytebyteConstant(byte value)static bytebyteUnsigned(short value)static charcharConstant(char value)static intintConstant(int value)static intintUnsigned(long value)static longlongConstant(long value)static longlongUnsigned(String value)static shortshortConstant(short value)static shortshortUnsigned(int value)
-
Method Details
-
intConstant
static int intConstant(int value) -
intUnsigned
static int intUnsigned(long value) -
longConstant
static long longConstant(long value) -
longUnsigned
-
shortConstant
static short shortConstant(short value) -
shortUnsigned
static short shortUnsigned(int value) -
charConstant
static char charConstant(char value) -
byteConstant
static byte byteConstant(byte value) -
byteUnsigned
static byte byteUnsigned(short value)
-