Generated by
JDiff

Class com.google.common.primitives.Ints

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