Generated by
JDiff

Class com.google.common.primitives.UnsignedInts

Added Methods
int checkedCast(long) Returns the {@code int} value that, when treated as unsigned, is equal to {@code value}, if possible.
int saturatedCast(long) Returns the {@code int} value that, when treated as unsigned, is nearest in value to {@code value}.