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


A  C D E F G I J L M N O P R S T U W TOP
accumulateAndGet (K, long, LongBinaryOperator)
addAll
  type  (DoubleStream) in com.google.common.math.StatsAccumulator
  type  (IntStream) in com.google.common.math.StatsAccumulator
  type  (LongStream) in com.google.common.math.StatsAccumulator
  type  (DoubleStream) in com.google.common.primitives.ImmutableDoubleArray.Builder
  type  (IntStream) in com.google.common.primitives.ImmutableIntArray.Builder
  type  (LongStream) in com.google.common.primitives.ImmutableLongArray.Builder
addDelayedShutdownHook (ExecutorService, Duration)
awaitHealthy (Duration)
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
awaitStopped (Duration)
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
awaitTerminationUninterruptibly (ExecutorService, Duration)
awaitUninterruptibly
  type  (CountDownLatch, Duration) in com.google.common.util.concurrent.Uninterruptibles
  type  (Condition, Duration) in com.google.common.util.concurrent.Uninterruptibles

C  A D E F G I J L M N O P R S T U W 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>)
copyOf
  type  (DoubleStream) in com.google.common.primitives.ImmutableDoubleArray
  type  (IntStream) in com.google.common.primitives.ImmutableIntArray
  type  (LongStream) in com.google.common.primitives.ImmutableLongArray
create (double, Duration)

D  A C E F G I J L M N O P R S T U W TOP
drain (BlockingQueue<E>, Collection<? super E>, int, Duration)
drainUninterruptibly (BlockingQueue<E>, Collection<? super E>, int, Duration)

E  A C D F G I J L M N O P R S T U W 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
elapsed ()
emptiesFirst (Comparator<? super T>)
emptiesLast (Comparator<? super T>)
enter (Duration)
enterIf (Guard, Duration)
enterIfInterruptibly (Guard, Duration)
enterInterruptibly (Duration)
enterWhen (Guard, Duration)
enterWhenUninterruptibly (Guard, Duration)
expireAfterAccess (Duration)
expireAfterWrite (Duration)

F  A C D E G I J L M N O P R S T U W TOP
flatteningToImmutableListMultimap (Function<? super T, ? extends K>, Function<? super T, ? extends Stream<? extends V>>)
flatteningToImmutableSetMultimap (Function<? super T, ? extends K>, Function<? super T, ? extends Stream<? extends V>>)
flatteningToMultimap (Function<? super T, ? extends K>, Function<? super T, ? extends Stream<? extends V>>, Supplier<M>)
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
  type  (DoubleConsumer) in com.google.common.primitives.ImmutableDoubleArray
  type  (IntConsumer) in com.google.common.primitives.ImmutableIntArray
  type  (LongConsumer) in com.google.common.primitives.ImmutableLongArray
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
forEachLine (Consumer<? super String>)
fromJavaUtil (Optional<T>)

G  A C D E F I J L M N O P R S T U W TOP
getAndAccumulate (K, long, LongBinaryOperator)
getAndUpdate (K, LongUnaryOperator)
getAnnotatedReturnType ()
getAnnotatedType ()
getChecked (Future<V>, Class<X>, Duration)
getExitingExecutorService (ThreadPoolExecutor, Duration)
getExitingScheduledExecutorService (ScheduledThreadPoolExecutor, Duration)
getUninterruptibly (Future<V>, Duration)
greatest (int, Comparator<? super T>)

I  A C D E F G J L M N O P R S T U W TOP
InsecureRecursiveDeleteException

J  A C D E F G I L M N O P R S T U W TOP
joinUninterruptibly (Thread, Duration)

L  A C D E F G I J M N O P R S T U W TOP
least (int, Comparator<? super T>)
lines ()

M  A C D E F G I J L N O P R S T U W 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
MoreCollectors
MoreFiles

N  A C D E F G I J L M O P R S T U W TOP
newFixedDelaySchedule (Duration, Duration)
newFixedRateSchedule (Duration, Duration)
newGuard (BooleanSupplier)
newProxy (T, Class<T>, Duration)

O  A C D E F G I J L M N P R S T U W TOP
of
  type  (DoubleStream) in com.google.common.math.Stats
  type  (IntStream) in com.google.common.math.Stats
  type  (LongStream) in com.google.common.math.Stats

P  A C D E F G I J L M N O R S T U W TOP
putIfAbsent (K, V)
putInstance
  type  (TypeToken<T>, T) in com.google.common.reflect.MutableTypeToInstanceMap
  type  (Class<T>, T) in com.google.common.reflect.MutableTypeToInstanceMap
  type  (TypeToken<T>, T) in com.google.common.reflect.TypeToInstanceMap
  type  (Class<T>, T) in com.google.common.reflect.TypeToInstanceMap

R  A C D E F G I J L M N O P S T U W TOP
RecursiveDeleteOption
refreshAfterWrite (Duration)
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 D E F G I J L M N O P R T U W TOP
schedule
  type  (Runnable, Duration) in com.google.common.util.concurrent.ListeningScheduledExecutorService
  type  (Callable<V>, Duration) in com.google.common.util.concurrent.ListeningScheduledExecutorService
scheduleAsync (AsyncCallable<O>, Duration, ScheduledExecutorService)
scheduleAtFixedRate (Runnable, Duration, Duration)
scheduleWithFixedDelay (Runnable, Duration, Duration)
shutdownAndAwaitTermination (ExecutorService, Duration)
sleepUninterruptibly (Duration)
sort (Comparator<? super E>)
spliterator
  type  () in com.google.common.collect.ImmutableCollection
  type  () in com.google.common.collect.ImmutableList
  type  () in com.google.common.collect.ImmutableSortedSet
  type  () in com.google.common.collect.Multiset
splitToStream (CharSequence)
startupDurations ()
stream
  type  () in com.google.common.collect.FluentIterable
  type  () in com.google.common.primitives.ImmutableDoubleArray
  type  () in com.google.common.primitives.ImmutableIntArray
  type  () in com.google.common.primitives.ImmutableLongArray
Streams
Streams.DoubleFunctionWithIndex
Streams.FunctionWithIndex
Streams.IntFunctionWithIndex
Streams.LongFunctionWithIndex

T  A C D E F G I J L M N O P R S U W TOP
test
  type  (T, T) in com.google.common.base.Equivalence
  type  (T extends Object) in com.google.common.base.Predicate
toBloomFilter
  type  (Funnel<? super T>, long) in com.google.common.hash.BloomFilter
  type  (Funnel<? super T>, long, double) in com.google.common.hash.BloomFilter
toImmutableBiMap (Function<? super T, ? extends K>, Function<? super T, ? extends V>)
toImmutableEnumMap
  type  (Function<? super T, ? extends K>, Function<? super T, ? extends V>) in com.google.common.collect.Maps
  type  (Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>) in com.google.common.collect.Maps
toImmutableEnumSet ()
toImmutableList ()
toImmutableListMultimap (Function<? super T, ? extends K>, Function<? super T, ? extends V>)
toImmutableMap
  type  (Function<? super T, ? extends K>, Function<? super T, ? extends V>) in com.google.common.collect.ImmutableMap
  type  (Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>) in com.google.common.collect.ImmutableMap
toImmutableMultiset
  type  () in com.google.common.collect.ImmutableMultiset
  type  (Function<? super T, ? extends E>, ToIntFunction<? super T>) in com.google.common.collect.ImmutableMultiset
toImmutableRangeMap (Function<? super T, Range<K>>, Function<? super T, ? extends V>)
toImmutableRangeSet ()
toImmutableSet ()
toImmutableSetMultimap (Function<? super T, ? extends K>, Function<? super T, ? extends V>)
toImmutableSortedMap
  type  (Comparator<? super K>, Function<? super T, ? extends K>, Function<? super T, ? extends V>) in com.google.common.collect.ImmutableSortedMap
  type  (Comparator<? super K>, Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>) in com.google.common.collect.ImmutableSortedMap
toImmutableSortedMultiset
  type  (Comparator<? super E>) in com.google.common.collect.ImmutableSortedMultiset
  type  (Comparator<? super E>, Function<? super T, ? extends E>, ToIntFunction<? super T>) in com.google.common.collect.ImmutableSortedMultiset
toImmutableSortedSet (Comparator<? super E>)
toImmutableTable
  type  (Function<? super T, ? extends R>, Function<? super T, ? extends C>, Function<? super T, ? extends V>) in com.google.common.collect.ImmutableTable
  type  (Function<? super T, ? extends R>, Function<? super T, ? extends C>, Function<? super T, ? extends V>, BinaryOperator<V>) in com.google.common.collect.ImmutableTable
toJavaUtil
  type  () in com.google.common.base.Optional
  type  (Optional<T>) in com.google.common.base.Optional
toMultimap (Function<? super T, ? extends K>, Function<? super T, ? extends V>, Supplier<M>)
toMultiset (Function<? super T, E>, ToIntFunction<? super T>, Supplier<M>)
toStats ()
toTable
  type  (Function<? super T, ? extends R>, Function<? super T, ? extends C>, Function<? super T, ? extends V>, BinaryOperator<V>, Supplier<I>) in com.google.common.collect.Tables
  type  (Function<? super T, ? extends R>, Function<? super T, ? extends C>, Function<? super T, ? extends V>, Supplier<I>) in com.google.common.collect.Tables
tryAcquire
  type  (int, Duration) in com.google.common.util.concurrent.RateLimiter
  type  (Duration) in com.google.common.util.concurrent.RateLimiter
tryAcquireUninterruptibly
  type  (Semaphore, int, Duration) in com.google.common.util.concurrent.Uninterruptibles
  type  (Semaphore, Duration) in com.google.common.util.concurrent.Uninterruptibles
tryLockUninterruptibly (Lock, Duration)

U  A C D E F G I J L M N O P R S T W TOP
updateAndGet (K, LongUnaryOperator)

W  A C D E F G I J L M N O P R S T U TOP
waitFor (Guard, Duration)
waitForUninterruptibly (Guard, Duration)
withTimeout
  type  (Duration, ScheduledExecutorService) in com.google.common.util.concurrent.FluentFuture
  type  (ListenableFuture<V>, Duration, ScheduledExecutorService) in com.google.common.util.concurrent.Futures
writeLines
  type  (Stream<? extends CharSequence>) in com.google.common.io.CharSink
  type  (Stream<? extends CharSequence>, String) in com.google.common.io.CharSink