-
Interfaces Interface Description com.google.common.collect.MapConstraint UsePreconditions
for basic checks. In place of constrained maps, we encourage you to check your preconditions explicitly instead of leaving that work to the map implementation. For the specific case of rejecting null, considerImmutableMap
. This class is scheduled for removal in Guava 21.0.
-
Classes Class Description com.google.common.base.Objects.ToStringHelper UseMoreObjects.ToStringHelper
instead. This class is scheduled for removal in Guava 21.0.com.google.common.collect.MapConstraints UsePreconditions
for basic checks. In place of constrained maps, we encourage you to check your preconditions explicitly instead of leaving that work to the map implementation. For the specific case of rejecting null, considerImmutableMap
. This class is scheduled for removal in Guava 21.0.
-
Fields Field Description com.google.common.base.CharMatcher.ANY UseCharMatcher.any()
instead. This constant is scheduled to be removed in June 2018.com.google.common.base.CharMatcher.ASCII UseCharMatcher.ascii()
instead. This constant is scheduled to be removed in June 2018.com.google.common.base.CharMatcher.BREAKING_WHITESPACE UseCharMatcher.breakingWhitespace()
instead. This constant is scheduled to be removed in June 2018.com.google.common.base.CharMatcher.DIGIT UseCharMatcher.digit()
instead. This constant is scheduled to be removed in June 2018.com.google.common.base.CharMatcher.INVISIBLE UseCharMatcher.invisible()
instead. This constant is scheduled to be removed in June 2018.com.google.common.base.CharMatcher.JAVA_DIGIT UseCharMatcher.javaDigit()
instead. This constant is scheduled to be removed in June 2018.com.google.common.base.CharMatcher.JAVA_ISO_CONTROL UseCharMatcher.javaIsoControl()
instead. This constant is scheduled to be removed in June 2018.com.google.common.base.CharMatcher.JAVA_LETTER UseCharMatcher.javaLetter()
instead. This constant is scheduled to be removed in June 2018.com.google.common.base.CharMatcher.JAVA_LETTER_OR_DIGIT UseCharMatcher.javaLetterOrDigit()
instead. This constant is scheduled to be removed in June 2018.com.google.common.base.CharMatcher.JAVA_LOWER_CASE UseCharMatcher.javaLowerCase()
instead. This constant is scheduled to be removed in June 2018.com.google.common.base.CharMatcher.JAVA_UPPER_CASE UseCharMatcher.javaUpperCase()
instead. This constant is scheduled to be removed in June 2018.com.google.common.base.CharMatcher.NONE UseCharMatcher.none()
instead. This constant is scheduled to be removed in June 2018.com.google.common.base.CharMatcher.SINGLE_WIDTH UseCharMatcher.singleWidth()
instead. This constant is scheduled to be removed in June 2018.com.google.common.base.CharMatcher.WHITESPACE UseCharMatcher.whitespace()
instead. This constant is scheduled to be removed in June 2018.