Searched refs:longAnd0xffToByte (Results 1 – 1 of 1) sorted by relevance
1578 public static byte longAnd0xffToByte(long value) { in longAnd0xffToByte() method in Main1796 assertIntEquals(0x21, longAnd0xffToByte(0x1234432112344321L)); in main()1797 assertIntEquals(0, longAnd0xffToByte(Long.MIN_VALUE)); in main()1798 assertIntEquals(-1, longAnd0xffToByte(Long.MAX_VALUE)); in main()