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


A  B C E F G H I L M N P R S T U V TOP
AbstractExecutionThreadService
AbstractIdleService
AbstractNetwork
AbstractScheduledService
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 (Iterable<Range<C>>)
asList ()
AtomicDouble
AtomicDoubleArray
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)

B  A C E F G H I L M N P R S T U V TOP
BloomFilter

C  A B E F G H I L M N P R S T U V TOP
callUninterruptiblyWithTimeout (Callable<T>, Duration)
callWithTimeout (Callable<T>, Duration)
CharMatcher
com.google.common.base
com.google.common.collect
com.google.common.graph
com.google.common.hash
com.google.common.reflect
com.google.common.util.concurrent
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 B C F G H I L M N P R S T U V 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
enclosesAll (Iterable<Range<C>>)
entrySet ()
EnumMultiset
Equivalence

F  A B C E G H I L M N P R S T U V TOP
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
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
ForwardingNavigableMap.StandardDescendingMap
Function

G  A B C E F H I L M N P R S T U V 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 ()

H  A B C E F G I L M N P R S T U V TOP
HashBiMap

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

L  A B C E F G H I M N P R S T U V TOP
ListeningExecutorService
ListeningScheduledExecutorService

M  A B C E F G H I L N P R S T U V 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
Multimap
Multiset

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

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

R  A B C E F G H I L M N P S T U V TOP
Range
RangeMap
RangeSet
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 E F G H I L M N P R T U V 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)
Service
Sets.SetView
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 ()
Supplier

T  A B C E F G H I L M N P R S U V 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
TimeLimiter
TreeMultiset
TreeRangeMap

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

V  A B C E F G H I L M N P R S T U TOP
ValueGraph