| Interface and Description | 
|---|
| com.google.common.util.concurrent.CheckedFuture CheckedFuturecannot properly support the chained operations that are the
     primary goal ofListenableFuture.CheckedFuturealso encourages users to
     rethrow exceptions from one thread in another thread, producing misleading stack traces.
     Additionally, it has a surprising policy about which exceptions to map and which to leave
     untouched. Guava users who want aCheckedFuturecan fork the classes for their own
     use, possibly specializing them to the particular exception type they use. We recommend that
     most people useListenableFutureand perform any exception wrapping themselves. This
     class is scheduled for removal from Guava in February 2018. | 
| Class and Description | 
|---|
| com.google.common.util.concurrent.AbstractCheckedFuture CheckedFuturecannot properly support the chained operations that are the
     primary goal ofListenableFuture.CheckedFuturealso encourages users to
     rethrow exceptions from one thread in another thread, producing misleading stack traces.
     Additionally, it has a surprising policy about which exceptions to map and which to leave
     untouched. Guava users who want aCheckedFuturecan fork the classes for their own
     use, possibly specializing them to the particular exception type they use. We recommend that
     most people useListenableFutureand perform any exception wrapping themselves. This
     class is scheduled for removal from Guava in February 2018. | 
| com.google.common.collect.ForwardingBlockingDeque This class has moved to  com.google.common.util.concurrent. Please useForwardingBlockingDequeinstead. This class is scheduled
     for deletion in January 2019. | 
| com.google.common.util.concurrent.ForwardingCheckedFuture CheckedFuturecannot properly support the chained operations that are the
     primary goal ofListenableFuture.CheckedFuturealso encourages users to
     rethrow exceptions from one thread in another thread, producing misleading stack traces.
     Additionally, it has a surprising policy about which exceptions to map and which to leave
     untouched. Guava users who want aCheckedFuturecan fork the classes for their own
     use, possibly specializing them to the particular exception type they use. We recommend that
     most people useListenableFutureand perform any exception wrapping themselves. This
     class is scheduled for removal from Guava in February 2018. | 
| com.google.common.util.concurrent.ForwardingCheckedFuture.SimpleForwardingCheckedFuture CheckedFuturecannot properly support the chained operations that are the
     primary goal ofListenableFuture.CheckedFuturealso encourages users to
     rethrow exceptions from one thread in another thread, producing misleading stack traces.
     Additionally, it has a surprising policy about which exceptions to map and which to leave
     untouched. Guava users who want aCheckedFuturecan fork the classes for their own
     use, possibly specializing them to the particular exception type they use. We recommend
     that most people useListenableFutureand perform any exception wrapping
     themselves. This class is scheduled for removal from Guava in February 2018. | 
| Field and Description | 
|---|
| com.google.common.base.CharMatcher.ANY Use  CharMatcher.any()instead. This constant is scheduled to be
     removed in June 2018. | 
| com.google.common.base.CharMatcher.ASCII Use  CharMatcher.ascii()instead. This constant is scheduled to be
     removed in June 2018. | 
| com.google.common.base.CharMatcher.BREAKING_WHITESPACE Use  CharMatcher.breakingWhitespace()instead. This constant is scheduled
     to be removed in June 2018. | 
| com.google.common.base.CharMatcher.DIGIT Use  CharMatcher.digit()instead. This constant is scheduled to be
     removed in June 2018. | 
| com.google.common.base.CharMatcher.INVISIBLE Use  CharMatcher.invisible()instead. This constant is scheduled to be
     removed in June 2018. | 
| com.google.common.base.CharMatcher.JAVA_DIGIT Use  CharMatcher.javaDigit()instead. This constant is scheduled to be
     removed in June 2018. | 
| com.google.common.base.CharMatcher.JAVA_ISO_CONTROL Use  CharMatcher.javaIsoControl()instead. This constant is scheduled to
     be removed in June 2018. | 
| com.google.common.base.CharMatcher.JAVA_LETTER Use  CharMatcher.javaLetter()instead. This constant is scheduled to be
     removed in June 2018. | 
| com.google.common.base.CharMatcher.JAVA_LETTER_OR_DIGIT Use  CharMatcher.javaLetterOrDigit()instead. This constant is scheduled
     to be removed in June 2018. | 
| com.google.common.base.CharMatcher.JAVA_LOWER_CASE Use  CharMatcher.javaLowerCase()instead. This constant is scheduled to
     be removed in June 2018. | 
| com.google.common.base.CharMatcher.JAVA_UPPER_CASE Use  CharMatcher.javaUpperCase()instead. This constant is scheduled to
     be removed in June 2018. | 
| com.google.common.base.CharMatcher.NONE Use  CharMatcher.none()instead. This constant is scheduled to be
     removed in June 2018. | 
| com.google.common.base.CharMatcher.SINGLE_WIDTH Use  CharMatcher.singleWidth()instead. This constant is scheduled to be
     removed in June 2018. | 
| com.google.common.base.CharMatcher.WHITESPACE Use  CharMatcher.whitespace()instead. This constant is scheduled to be
     removed in June 2018. | 
Copyright © 2010–2017. All rights reserved.