| com.google.common.collect.UnmodifiableListIterator.add(E) | 
| com.google.common.collect.Sets.SetView.add(E) | 
| com.google.common.collect.ImmutableCollection.add(E) | 
| com.google.common.collect.ImmutableMultiset.add(E, int) | 
| com.google.common.collect.ImmutableList.add(int, E) | 
| com.google.common.collect.ImmutableRangeSet.add(Range<C>) | 
| com.google.common.collect.Sets.SetView.addAll(Collection<? extends E>) | 
| com.google.common.collect.ImmutableCollection.addAll(Collection<? extends E>) | 
| com.google.common.collect.ImmutableList.addAll(int, Collection<? extends E>) | 
| com.google.common.collect.ImmutableRangeSet.addAll(Iterable<Range<C>>) | 
| com.google.common.collect.ImmutableRangeSet.addAll(RangeSet<C>) | 
| com.google.common.util.concurrent.ServiceManager.addListener(ServiceManager.Listener) | 
| com.google.common.io.Files.append(CharSequence, File, Charset) | 
| com.google.common.base.Converter.apply(A) | 
| com.google.common.collect.Range.apply(C) | 
| com.google.common.base.CharMatcher.apply(Character) | 
| com.google.common.cache.LoadingCache.apply(K) | 
| com.google.common.hash.BloomFilter.apply(T) | 
| com.google.common.collect.Ordering.binarySearch(List<? extends T>, T) | 
| com.google.common.collect.TreeTraverser.breadthFirstTraversal(T) | 
| com.google.common.collect.ContiguousSet.builder() | 
| com.google.common.collect.ArrayTable.clear() | 
| com.google.common.collect.Sets.SetView.clear() | 
| com.google.common.collect.ImmutableCollection.clear() | 
| com.google.common.collect.ImmutableRangeMap.clear() | 
| com.google.common.collect.ImmutableMap.clear() | 
| com.google.common.collect.ImmutableMultimap.clear() | 
| com.google.common.collect.ImmutableTable.clear() | 
| com.google.common.collect.TreeBasedTable.columnComparator() | 
| com.google.common.collect.ComparisonChain.compare(Boolean, Boolean) | 
| com.google.common.collect.ImmutableMap.compute(K, BiFunction<? super K, ? super V, ? extends V>) | 
| com.google.common.collect.ImmutableMap.computeIfAbsent(K, Function<? super K, ? extends V>) | 
| com.google.common.collect.ImmutableMap.computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) | 
| com.google.common.io.Files.copy(File, Charset, Appendable) | 
| com.google.common.graph.ImmutableGraph.copyOf(ImmutableGraph<N>) | 
| com.google.common.graph.ImmutableNetwork.copyOf(ImmutableNetwork<N, E>) | 
| com.google.common.graph.ImmutableValueGraph.copyOf(ImmutableValueGraph<N, V>) | 
| com.google.common.collect.ConcurrentHashMultiset.createEntrySet() | 
| com.google.common.base.CharMatcher.digit() | 
| com.google.common.collect.ImmutableBiMap.forcePut(K, V) | 
| com.google.common.util.concurrent.FluentFuture.from(FluentFuture<V>) | 
| com.google.common.collect.FluentIterable.from(FluentIterable<E>) | 
| com.google.common.collect.Ordering.from(Ordering<T>) | 
| com.google.common.io.Files.hash(File, HashFunction) | 
| com.google.common.hash.Hasher.hashCode() | 
| com.google.common.base.CharMatcher.invisible() | 
| com.google.common.base.CharMatcher.javaDigit() | 
| com.google.common.base.CharMatcher.javaLetter() | 
| com.google.common.base.CharMatcher.javaLetterOrDigit() | 
| com.google.common.base.CharMatcher.javaLowerCase() | 
| com.google.common.base.CharMatcher.javaUpperCase() | 
| com.google.common.collect.TreeMultimap.keyComparator() | 
| com.google.common.hash.Hashing.md5() | 
| com.google.common.math.DoubleMath.mean(double...) | 
| com.google.common.math.DoubleMath.mean(int...) | 
| com.google.common.math.DoubleMath.mean(Iterable<? extends Number>) | 
| com.google.common.math.DoubleMath.mean(Iterator<? extends Number>) | 
| com.google.common.math.DoubleMath.mean(long...) | 
| com.google.common.collect.ImmutableMap.merge(K, V, BiFunction<? super V, ? super V, ? extends V>) | 
| com.google.common.collect.ImmutableRangeMap.merge(Range<K>, V, BiFunction<? super V, ? super V, ? extends V>) | 
| com.google.common.collect.Sets.newSetFromMap(Map<E, Boolean>) | 
| com.google.common.collect.ImmutableSortedMap.Builder.orderEntriesByValue(Comparator<? super V>) | 
| com.google.common.collect.Iterators.peekingIterator(PeekingIterator<T>) | 
| com.google.common.collect.ImmutableSortedSet.pollFirst() | 
| com.google.common.collect.ImmutableSortedMultiset.pollFirstEntry() | 
| com.google.common.collect.ImmutableSortedMap.pollFirstEntry() | 
| com.google.common.collect.ImmutableSortedSet.pollLast() | 
| com.google.common.collect.ImmutableSortedMultiset.pollLastEntry() | 
| com.google.common.collect.ImmutableSortedMap.pollLastEntry() | 
| com.google.common.collect.TreeTraverser.postOrderTraversal(T) | 
| com.google.common.collect.TreeTraverser.preOrderTraversal(T) | 
| com.google.common.base.Throwables.propagate(Throwable) | 
| com.google.common.base.Throwables.propagateIfInstanceOf(Throwable, Class<X>) | 
| com.google.common.base.Throwables.propagateIfPossible(Throwable) | 
| com.google.common.collect.ImmutableMap.put(K, V) | 
| com.google.common.collect.ImmutableMultimap.put(K, V) | 
| com.google.common.collect.ImmutableRangeMap.put(Range<K>, V) | 
| com.google.common.collect.ImmutableTable.put(R, C, V) | 
| com.google.common.reflect.MutableTypeToInstanceMap.put(TypeToken<? extends B>, B) | 
| com.google.common.reflect.ImmutableTypeToInstanceMap.put(TypeToken<? extends B>, B) | 
| com.google.common.collect.ImmutableMultimap.putAll(K, Iterable<? extends V>) | 
| com.google.common.collect.ImmutableMap.putAll(Map<? extends K, ? extends V>) | 
| com.google.common.reflect.MutableTypeToInstanceMap.putAll(Map<? extends TypeToken<? extends B>, ? extends B>) | 
| com.google.common.reflect.ImmutableTypeToInstanceMap.putAll(Map<? extends TypeToken<? extends B>, ? extends B>) | 
| com.google.common.collect.ImmutableMultimap.putAll(Multimap<? extends K, ? extends V>) | 
| com.google.common.collect.ImmutableRangeMap.putAll(RangeMap<K, V>) | 
| com.google.common.collect.ImmutableTable.putAll(Table<? extends R, ? extends C, ? extends V>) | 
| com.google.common.collect.ImmutableRangeMap.putCoalescing(Range<K>, V) | 
| com.google.common.collect.ImmutableMap.putIfAbsent(K, V) | 
| com.google.common.reflect.ImmutableTypeToInstanceMap.putInstance(Class<T>, T) | 
| com.google.common.collect.ImmutableClassToInstanceMap.putInstance(Class<T>, T) | 
| com.google.common.reflect.ImmutableTypeToInstanceMap.putInstance(TypeToken<T>, T) | 
| com.google.common.io.Files.readBytes(File, ByteProcessor<T>) | 
| com.google.common.io.Files.readFirstLine(File, Charset) | 
| com.google.common.io.Files.readLines(File, Charset, LineProcessor<T>) | 
| com.google.common.collect.UnmodifiableIterator.remove() | 
| com.google.common.collect.ImmutableList.remove(int) | 
| com.google.common.collect.Sets.SetView.remove(Object) | 
| com.google.common.collect.ImmutableCollection.remove(Object) | 
| com.google.common.collect.ImmutableMap.remove(Object) | 
| com.google.common.collect.ImmutableMultiset.remove(Object, int) | 
| com.google.common.collect.ArrayTable.remove(Object, Object) | 
| com.google.common.collect.ImmutableMap.remove(Object, Object) | 
| com.google.common.collect.ImmutableMultimap.remove(Object, Object) | 
| com.google.common.collect.ImmutableTable.remove(Object, Object) | 
| com.google.common.collect.ImmutableRangeSet.remove(Range<C>) | 
| com.google.common.collect.ImmutableRangeMap.remove(Range<K>) | 
| com.google.common.collect.Sets.SetView.removeAll(Collection<?>) | 
| com.google.common.collect.ImmutableCollection.removeAll(Collection<?>) | 
| com.google.common.collect.ImmutableRangeSet.removeAll(Iterable<Range<C>>) | 
| com.google.common.collect.ImmutableSetMultimap.removeAll(Object) | 
| com.google.common.collect.ImmutableListMultimap.removeAll(Object) | 
| com.google.common.collect.ImmutableMultimap.removeAll(Object) | 
| com.google.common.collect.ImmutableRangeSet.removeAll(RangeSet<C>) | 
| com.google.common.collect.Sets.SetView.removeIf(Predicate<? super E>) | 
| com.google.common.collect.ImmutableCollection.removeIf(Predicate<? super E>) | 
| com.google.common.collect.ImmutableMap.replace(K, V) | 
| com.google.common.collect.ImmutableMap.replace(K, V, V) | 
| com.google.common.collect.ImmutableMap.replaceAll(BiFunction<? super K, ? super V, ? extends V>) | 
| com.google.common.collect.ImmutableList.replaceAll(UnaryOperator<E>) | 
| com.google.common.collect.ImmutableSetMultimap.replaceValues(K, Iterable<? extends V>) | 
| com.google.common.collect.ImmutableListMultimap.replaceValues(K, Iterable<? extends V>) | 
| com.google.common.collect.ImmutableMultimap.replaceValues(K, Iterable<? extends V>) | 
| com.google.common.collect.Sets.SetView.retainAll(Collection<?>) | 
| com.google.common.collect.ImmutableCollection.retainAll(Collection<?>) | 
| com.google.common.collect.TreeBasedTable.rowComparator() | 
| com.google.common.collect.UnmodifiableListIterator.set(E) | 
| com.google.common.collect.ImmutableList.set(int, E) | 
| com.google.common.collect.ImmutableMultiset.setCount(E, int) | 
| com.google.common.collect.ImmutableMultiset.setCount(E, int, int) | 
| com.google.common.hash.Hashing.sha1() | 
| com.google.common.base.CharMatcher.singleWidth() | 
| com.google.common.collect.ImmutableList.sort(Comparator<? super E>) | 
| com.google.common.collect.Streams.stream(Collection<T>) | 
| com.google.common.base.Equivalence.test(T, T) | 
| com.google.common.io.Files.toString(File, Charset) | 
| com.google.common.collect.ArrayListMultimap.trimToSize() | 
| com.google.common.collect.Iterables.unmodifiableIterable(ImmutableCollection<E>) | 
| com.google.common.collect.Iterators.unmodifiableIterator(UnmodifiableIterator<T>) | 
| com.google.common.collect.Multimaps.unmodifiableListMultimap(ImmutableListMultimap<K, V>) | 
| com.google.common.collect.Multimaps.unmodifiableMultimap(ImmutableMultimap<K, V>) | 
| com.google.common.collect.Multisets.unmodifiableMultiset(ImmutableMultiset<E>) | 
| com.google.common.collect.Multimaps.unmodifiableSetMultimap(ImmutableSetMultimap<K, V>) | 
| com.google.common.collect.TreeTraverser.using(Function<T, ? extends Iterable<T>>) | 
| com.google.common.io.Files.write(CharSequence, File, Charset) | 
| com.google.common.io.LittleEndianDataOutputStream.writeBytes(String) | 
| com.google.common.io.ByteArrayDataOutput.writeBytes(String) |