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


A  C E F G I M N P R S T U TOP
accumulateAndGet
  type  (double, DoubleBinaryOperator) in com.google.common.util.concurrent.AtomicDouble
  type  (int, double, DoubleBinaryOperator) in com.google.common.util.concurrent.AtomicDoubleArray
  type  (K, long, LongBinaryOperator) in com.google.common.util.concurrent.AtomicLongMap
awaitRunning
  type  (Duration) in com.google.common.util.concurrent.AbstractExecutionThreadService
  type  (Duration) in com.google.common.util.concurrent.AbstractIdleService
  type  (Duration) in com.google.common.util.concurrent.AbstractScheduledService
  type  (Duration) in com.google.common.util.concurrent.AbstractService
  type  (Duration) in com.google.common.util.concurrent.Service
awaitTerminated
  type  (Duration) in com.google.common.util.concurrent.AbstractExecutionThreadService
  type  (Duration) in com.google.common.util.concurrent.AbstractIdleService
  type  (Duration) in com.google.common.util.concurrent.AbstractScheduledService
  type  (Duration) in com.google.common.util.concurrent.AbstractService
  type  (Duration) in com.google.common.util.concurrent.Service
awaitTermination (Duration)

C  A E F G I M N P R S T U TOP
callUninterruptiblyWithTimeout (Callable<T>, Duration)
callWithTimeout (Callable<T>, Duration)
compute (K, BiFunction<? super K, ? super V, ? extends V>)
computeIfAbsent (K, Function<? super K, ? extends V>)
computeIfPresent (K, BiFunction<? super K, ? super V, ? extends V>)

E  A C F G I M N P R S T U TOP
edgeConnecting
  type  (N, N) in com.google.common.graph.AbstractNetwork
  type  (EndpointPair<N>) in com.google.common.graph.AbstractNetwork
  type  (N, N) in com.google.common.graph.Network
  type  (EndpointPair<N>) in com.google.common.graph.Network
edgeValue
  type  (N, N) in com.google.common.graph.AbstractValueGraph
  type  (EndpointPair<N>) in com.google.common.graph.AbstractValueGraph
  type  (N, N) in com.google.common.graph.ValueGraph
  type  (EndpointPair<N>) in com.google.common.graph.ValueGraph

F  A C E G I M N P R S T U TOP
forEach
  type  (BiConsumer<? super K, ? super V>) in com.google.common.collect.HashBiMap
  type  (Consumer<? super E>) in com.google.common.collect.ImmutableList
  type  (BiConsumer<? super K, ? super V>) in com.google.common.collect.ImmutableMultimap
  type  (BiConsumer<? super K, ? super V>) in com.google.common.collect.ImmutableSortedMap
  type  (BiConsumer<? super K, ? super V>) in com.google.common.collect.Multimap
  type  (Consumer<? super E>) in com.google.common.collect.Multiset
forEachEntry
  type  (ObjIntConsumer<? super E>) in com.google.common.collect.EnumMultiset
  type  (ObjIntConsumer<? super E>) in com.google.common.collect.Multiset
  type  (ObjIntConsumer<? super E>) in com.google.common.collect.TreeMultiset

G  A C E F I M N P R S T U TOP
getAndAccumulate
  type  (double, DoubleBinaryOperator) in com.google.common.util.concurrent.AtomicDouble
  type  (int, double, DoubleBinaryOperator) in com.google.common.util.concurrent.AtomicDoubleArray
  type  (K, long, LongBinaryOperator) in com.google.common.util.concurrent.AtomicLongMap
getAndUpdate
  type  (DoubleUnaryOperator) in com.google.common.util.concurrent.AtomicDouble
  type  (int, DoubleUnaryOperator) in com.google.common.util.concurrent.AtomicDoubleArray
  type  (K, LongUnaryOperator) in com.google.common.util.concurrent.AtomicLongMap
getAnnotatedReturnType ()
getAnnotatedType ()

I  A C E F G M N P R S T U TOP
invokeAll (Collection<? extends Callable<T>>, Duration)
invokeAny (Collection<? extends Callable<T>>, Duration)

M  A C E F G I N P R S T U TOP
merge
  type  (K, V, BiFunction<? super V, ? super V, ? extends V>) in com.google.common.collect.ImmutableMap
  type  (Range<K>, V, BiFunction<? super V, ? super V, ? extends V>) in com.google.common.collect.ImmutableRangeMap
  type  (Range<K>, V, BiFunction<? super V, ? super V, ? extends V>) in com.google.common.collect.RangeMap
  type  (Range<K>, V, BiFunction<? super V, ? super V, ? extends V>) in com.google.common.collect.TreeRangeMap

N  A C E F G I M P R S T U TOP
newProxy (T, Class<T>, Duration)

P  A C E F G I M N R S T U TOP
putIfAbsent (K, V)

R  A C E F G I M N P S T U TOP
remove (Object, Object)
removeIf
  type  (Predicate<? super E>) in com.google.common.collect.ImmutableCollection
  type  (Predicate<? super E>) in com.google.common.collect.Sets.SetView
replace
  type  (K, V) in com.google.common.collect.ImmutableMap
  type  (K, V, V) in com.google.common.collect.ImmutableMap
replaceAll
  type  (BiFunction<? super K, ? super V, ? extends V>) in com.google.common.collect.ForwardingNavigableMap.StandardDescendingMap
  type  (BiFunction<? super K, ? super V, ? extends V>) in com.google.common.collect.HashBiMap
  type  (UnaryOperator<E>) in com.google.common.collect.ImmutableList
  type  (BiFunction<? super K, ? super V, ? extends V>) in com.google.common.collect.ImmutableMap
runUninterruptiblyWithTimeout (Runnable, Duration)
runWithTimeout (Runnable, Duration)

S  A C E F G I M N P R T U TOP
schedule
  type  (Runnable, Duration) in com.google.common.util.concurrent.ListeningScheduledExecutorService
  type  (Callable<V>, Duration) in com.google.common.util.concurrent.ListeningScheduledExecutorService
scheduleAtFixedRate (Runnable, Duration, Duration)
scheduleWithFixedDelay (Runnable, Duration, Duration)
sort (Comparator)
spliterator
  type  () in com.google.common.collect.ImmutableList
  type  () in com.google.common.collect.ImmutableSortedSet
  type  () in com.google.common.collect.Multiset
stream ()

T  A C E F G I M N P R S U TOP
test
  type  (Character) in com.google.common.base.CharMatcher
  type  (T, T) in com.google.common.base.Equivalence
  type  (T extends Object) in com.google.common.base.Predicate
  type  (C extends Comparable) in com.google.common.collect.Range
  type  (T extends Object) in com.google.common.hash.BloomFilter

U  A C E F G I M N P R S T TOP
updateAndGet
  type  (DoubleUnaryOperator) in com.google.common.util.concurrent.AtomicDouble
  type  (int, DoubleUnaryOperator) in com.google.common.util.concurrent.AtomicDoubleArray
  type  (K, LongUnaryOperator) in com.google.common.util.concurrent.AtomicLongMap