Generated by
JDiff

Class com.google.common.primitives.Longs

Changed Methods
Long tryParse(String) Change in return type from Long to java.lang.Long.
Parses the specified string as a signed decimal long value.
Long tryParse(String, int) Change in return type from Long to java.lang.Long.
Parses the specified string as a signed long value using the specified radix.