Searched refs:byteToDoubleToInt (Results 1 – 1 of 1) sorted by relevance
1342 public static int byteToDoubleToInt(byte value) { in byteToDoubleToInt() method in Main1760 assertIntEquals(12, byteToDoubleToInt((byte) 12)); in main()1761 assertIntEquals(Byte.MIN_VALUE, byteToDoubleToInt(Byte.MIN_VALUE)); in main()1762 assertIntEquals(Byte.MAX_VALUE, byteToDoubleToInt(Byte.MAX_VALUE)); in main()