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


A  B C D E F G H I J L M N O P Q R S T U V W TOP
AbstractExecutionThreadService
AbstractIdleService
AbstractNetwork
AbstractScheduledService
AbstractScheduledService.CustomScheduler.Schedule
  com.google.common.util.concurrent
  AbstractScheduledService.CustomScheduler.Schedule (Duration) constructor
AbstractScheduledService.Scheduler
AbstractService
AbstractValueGraph
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
addAll
  type  (Iterable<Range<C>>) in com.google.common.collect.RangeSet
  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)
asList ()
AtomicDouble
AtomicDoubleArray
AtomicLongMap
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
awaitTermination (Duration)
awaitTerminationUninterruptibly (ExecutorService, Duration)
awaitUninterruptibly
  type  (CountDownLatch, Duration) in com.google.common.util.concurrent.Uninterruptibles
  type  (Condition, Duration) in com.google.common.util.concurrent.Uninterruptibles

B  A C D E F G H I J L M N O P Q R S T U V W TOP
BloomFilter

C  A B D E F G H I J L M N O P Q R S T U V W TOP
callUninterruptiblyWithTimeout (Callable<T>, Duration)
callWithTimeout (Callable<T>, Duration)
CharSink
CharSource
com.google.common.base
com.google.common.collect
com.google.common.graph
com.google.common.hash
com.google.common.io
com.google.common.math
com.google.common.primitives
com.google.common.reflect
com.google.common.util.concurrent
Comparators
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 B C E F G H I J L M N O P Q R S T U V W TOP
drain (BlockingQueue<E>, Collection<? super E>, int, Duration)
drainUninterruptibly (BlockingQueue<E>, Collection<? super E>, int, Duration)

E  A B C D F G H I J L M N O P Q R S T U V 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>)
enclosesAll (Iterable<Range<C>>)
enter (Duration)
enterIf (Guard, Duration)
enterIfInterruptibly (Guard, Duration)
enterInterruptibly (Duration)
enterWhen (Guard, Duration)
enterWhenUninterruptibly (Guard, Duration)
entrySet ()
EnumMultiset
Equivalence

F  A B C D E G H I J L M N O P Q R S T U V W TOP
FluentFuture
FluentIterable
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>)
ForwardingNavigableMap.StandardDescendingMap
fromJavaUtil (Optional<T>)
Function
Futures

G  A B C D E F H I J L M N O P Q R S T U V W 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 ()
getChecked (Future<V>, Class<X>, Duration)
getExitingExecutorService (ThreadPoolExecutor, Duration)
getExitingScheduledExecutorService (ScheduledThreadPoolExecutor, Duration)
getUninterruptibly (Future<V>, Duration)

H  A B C D E F G I J L M N O P Q R S T U V W TOP
HashBiMap

I  A B C D E F G H J L M N O P Q R S T U V W TOP
ImmutableCollection
ImmutableDoubleArray
ImmutableDoubleArray.Builder
ImmutableIntArray
ImmutableIntArray.Builder
ImmutableList
ImmutableList.Builder
ImmutableLongArray
ImmutableLongArray.Builder
ImmutableMap
ImmutableMultimap
ImmutableRangeMap
ImmutableSet
ImmutableSet.Builder
ImmutableSortedMap
ImmutableSortedSet
InsecureRecursiveDeleteException
Invokable
invokeAll (Collection<? extends Callable<T>>, Duration)
invokeAny (Collection<? extends Callable<T>>, Duration)

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

L  A B C D E F G H I J M N O P Q R S T U V W TOP
lines ()
ListeningExecutorService
ListeningScheduledExecutorService

M  A B C D E F G H I J L N O P Q R S T U V 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
Monitor
MoreExecutors
MoreFiles
Multimap
Multiset

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

O  A B C D E F G H I J L M N P Q R S T U V 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
Optional

P  A B C D E F G H I J L M N O Q R S T U V W TOP
Parameter
Predicate
putIfAbsent (K, V)

Q  A B C D E F G H I J L M N O P R S T U V W TOP
Queues

R  A B C D E F G H I J L M N O P Q S T U V W TOP
RangeMap
RangeSet
RateLimiter
RecursiveDeleteOption
remove (Object, Object)
removeAll (Iterable<Range<C>>)
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 B C D E F G H I J L M N O P Q R T U V 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)
Service
ServiceManager
Sets.SetView
shutdownAndAwaitTermination (ExecutorService, Duration)
sleepUninterruptibly (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
Splitter
splitToStream (CharSequence)
startupDurations ()
Stats
StatsAccumulator
Stopwatch
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
Supplier

T  A B C D E F G H I J L M N O P Q R S U V W TOP
test
  type  (T, T) in com.google.common.base.Equivalence
  type  (T extends Object) in com.google.common.base.Predicate
TimeLimiter
toBloomFilter
  type  (Funnel<? super T>, long) in com.google.common.hash.BloomFilter
  type  (Funnel<? super T>, long, double) in com.google.common.hash.BloomFilter
toJavaUtil
  type  () in com.google.common.base.Optional
  type  (Optional<T>) in com.google.common.base.Optional
toStats ()
TreeMultiset
TreeRangeMap
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 B C D E F G H I J L M N O P Q R S T V W TOP
Uninterruptibles
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

V  A B C D E F G H I J L M N O P Q R S T U W TOP
ValueGraph

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