All Methods
Removals
Additions
Changes
Bold is New, strike is deleted


A  G M R T TOP
awaitTerminationUninterruptibly
  type  (ExecutorService, long, TimeUnit) in com.google.common.util.concurrent.Uninterruptibles
  type  (ExecutorService) in com.google.common.util.concurrent.Uninterruptibles

G  A M R T TOP
get (long, TimeUnit)

M  A G R T TOP
max
  type  (T, T, Comparator<T>) in com.google.common.collect.Comparators
  type  (T extends Comparable<? super T>, T extends Comparable<? super T>) in com.google.common.collect.Comparators
min
  type  (T, T, Comparator<T>) in com.google.common.collect.Comparators
  type  (T extends Comparable<? super T>, T extends Comparable<? super T>) in com.google.common.collect.Comparators

R  A G M T TOP
roundToDouble
  type  (BigInteger, RoundingMode) in com.google.common.math.BigIntegerMath
  type  (long, RoundingMode) in com.google.common.math.LongMath

T  A G M R TOP
tryLockUninterruptibly (Lock, long, TimeUnit)