(long aBoundValue)
| 1554 | public static byte bind2 (long aBoundValue) {return (byte) Math.max(0, Math.min( 3, aBoundValue));} |
| 1555 | public static byte bind3 (long aBoundValue) {return (byte) Math.max(0, Math.min( 7, aBoundValue));} |
| 1556 | public static byte bind4 (long aBoundValue) {return (byte) Math.max(0, Math.min( 15, aBoundValue));} |
| 1557 | public static byte bind5 (long aBoundValue) {return (byte) Math.max(0, Math.min( 31, aBoundValue));} |
| 1558 | public static byte bind6 (long aBoundValue) {return (byte) Math.max(0, Math.min( 63, aBoundValue));} |
| 1559 | public static byte bind7 (long aBoundValue) {return (byte) Math.max(0, Math.min( 127, aBoundValue));} |
no outgoing calls
no test coverage detected