Generated by
JDiff

Class com.google.common.primitives.UnsignedLong

Removed Methods
UnsignedLong add(UnsignedLong) Returns the result of adding this and {@code val}.
UnsignedLong asUnsigned(long) Returns an {@code UnsignedLong} that, when treated as signed, is equal to {@code value}.
UnsignedLong divide(UnsignedLong) Returns the result of dividing this by {@code val}.
UnsignedLong multiply(UnsignedLong) Returns the result of multiplying this and {@code val}.
UnsignedLong remainder(UnsignedLong) Returns the remainder of dividing this by {@code val}.
UnsignedLong subtract(UnsignedLong) Returns the result of subtracting this and {@code val}.