(long aBoundValue)
| 1563 | public static int bind24 (long aBoundValue) {return (int) Math.max(0, Math.min( 16777215, aBoundValue));} |
| 1564 | public static int bind31 (long aBoundValue) {return (int) Math.max(0, Math.min(2147483647, aBoundValue));} |
| 1565 | public static int bindInt (long aBoundValue) {return (int) Math.max(Integer.MIN_VALUE, Math.min(Integer.MAX_VALUE, aBoundValue));} |
| 1566 | public static short bindShort(long aBoundValue) {return (short)Math.max(Short.MIN_VALUE, Math.min(Short.MAX_VALUE, aBoundValue));} |
| 1567 | public static byte bindByte (long aBoundValue) {return (byte) Math.max(Byte.MIN_VALUE, Math.min(Byte.MAX_VALUE, aBoundValue));} |
| 1568 | public static byte bindStack(long aBoundValue) {return (byte) Math.max(1, Math.min(64, aBoundValue));} |
no outgoing calls
no test coverage detected