Searched refs:unsignedByteRight (Results 1 – 1 of 1) sorted by relevance
356 int unsignedByteRight = Byte.toUnsignedInt(rightAddrBytes[i]); in compareInetAddressTo() local358 int result = Integer.compare(unsignedByteLeft, unsignedByteRight); in compareInetAddressTo()