Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

a - Variable in class com.google.common.collect.Streams.TemporaryPair
 
a - Variable in class com.google.common.collect.testing.google.MultisetNavigationTester
 
a - Variable in class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
a - Variable in class com.google.common.collect.testing.testers.NavigableSetNavigationTester
 
a - Variable in class com.google.common.collect.testing.testers.SortedMapNavigationTester
 
a - Variable in class com.google.common.collect.testing.testers.SortedSetNavigationTester
 
A - Enum constant in enum class com.google.common.collect.testing.AnEnum
 
AAC_AUDIO - Static variable in class com.google.common.net.MediaType
Advanced Audio Coding.
abbreviate(TimeUnit) - Static method in class com.google.common.base.Stopwatch
 
About all Immutable- collections - Search tag in class com.google.common.collect.ImmutableCollection
Section
aboutToAcquire(CycleDetectingLockFactory.CycleDetectingLock) - Method in class com.google.common.util.concurrent.CycleDetectingLockFactory
CycleDetectingLock implementations must call this method before attempting to acquire the lock.
aboveAll() - Static method in class com.google.common.collect.Cut
 
AboveAll() - Constructor for class com.google.common.collect.Cut.AboveAll
 
aboveSamplesGreater() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapSortedKeySetGenerator
 
aboveSamplesGreater() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator
 
aboveSamplesGreater() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator
 
aboveSamplesGreater() - Method in class com.google.common.collect.testing.NavigableMapTestSuiteBuilder.DescendingTestMapGenerator
 
aboveSamplesGreater() - Method in interface com.google.common.collect.testing.TestSortedMapGenerator
Returns an entry with a key greater than the keys of the TestContainerGenerator.samples() and greater than the key of TestSortedMapGenerator.aboveSamplesLesser().
aboveSamplesGreater() - Method in interface com.google.common.collect.testing.TestSortedSetGenerator
Returns an element greater than the TestContainerGenerator.samples() and greater than TestSortedSetGenerator.aboveSamplesLesser().
aboveSamplesGreater() - Method in class com.google.common.collect.testing.TestStringSortedMapGenerator
 
aboveSamplesGreater() - Method in class com.google.common.collect.testing.TestStringSortedSetGenerator
 
aboveSamplesLesser() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapSortedKeySetGenerator
 
aboveSamplesLesser() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator
 
aboveSamplesLesser() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator
 
aboveSamplesLesser() - Method in class com.google.common.collect.testing.NavigableMapTestSuiteBuilder.DescendingTestMapGenerator
 
aboveSamplesLesser() - Method in interface com.google.common.collect.testing.TestSortedMapGenerator
Returns an entry with a key greater than the keys of the TestContainerGenerator.samples() but less than the key of TestSortedMapGenerator.aboveSamplesGreater().
aboveSamplesLesser() - Method in interface com.google.common.collect.testing.TestSortedSetGenerator
Returns an element greater than the TestContainerGenerator.samples() but less than TestSortedSetGenerator.aboveSamplesGreater().
aboveSamplesLesser() - Method in class com.google.common.collect.testing.TestStringSortedMapGenerator
 
aboveSamplesLesser() - Method in class com.google.common.collect.testing.TestStringSortedSetGenerator
 
aboveValue(C) - Static method in class com.google.common.collect.Cut
 
AboveValue(C) - Constructor for class com.google.common.collect.Cut.AboveValue
 
absent() - Static method in class com.google.common.base.Optional
Returns an Optional instance with no contained reference.
absent() - Element in annotation interface com.google.common.collect.testing.features.CollectionFeature.Require
 
absent() - Element in annotation interface com.google.common.collect.testing.features.CollectionSize.Require
 
absent() - Element in annotation interface com.google.common.collect.testing.features.ListFeature.Require
 
absent() - Element in annotation interface com.google.common.collect.testing.features.MapFeature.Require
 
absent() - Element in annotation interface com.google.common.collect.testing.features.SetFeature.Require
 
absent() - Element in annotation interface com.google.common.collect.testing.google.MultimapFeature.Require
 
absent() - Element in annotation interface com.google.common.collect.testing.google.MultisetFeature.Require
 
Absent<T> - Class in com.google.common.base
Implementation of an Optional not containing a reference.
Absent() - Constructor for class com.google.common.base.Absent
 
absentFeatures - Variable in class com.google.common.collect.testing.features.TesterRequirements
 
ABSTRACT_HASH_FUNCTION - Enum constant in enum class com.google.common.hash.Hashing.Crc32CSupplier
 
AbstractBaseGraph<N> - Class in com.google.common.graph
This class provides a skeletal implementation of BaseGraph.
AbstractBaseGraph() - Constructor for class com.google.common.graph.AbstractBaseGraph
 
AbstractBiMap<K,V> - Class in com.google.common.collect
A general-purpose bimap implementation using any two backing Map instances.
AbstractBiMap(Map<K, V>, AbstractBiMap<V, K>) - Constructor for class com.google.common.collect.AbstractBiMap
Private constructor for inverse bimap.
AbstractBiMap(Map<K, V>, Map<V, K>) - Constructor for class com.google.common.collect.AbstractBiMap
Package-private constructor for creating a map-backed bimap.
AbstractBiMap.BiMapEntry - Class in com.google.common.collect
 
AbstractBiMap.EntrySet - Class in com.google.common.collect
 
AbstractBiMap.Inverse<K,V> - Class in com.google.common.collect
The inverse of any other AbstractBiMap subclass.
AbstractBiMap.KeySet - Class in com.google.common.collect
 
AbstractBiMap.ValueSet - Class in com.google.common.collect
 
AbstractBiMapTester<K,V> - Class in com.google.common.collect.testing.google
Skeleton for a tester of a BiMap.
AbstractBiMapTester() - Constructor for class com.google.common.collect.testing.google.AbstractBiMapTester
 
AbstractByteHasher - Class in com.google.common.hash
Abstract Hasher that handles converting primitives to bytes using a scratch ByteBuffer and streams all bytes to a sink to compute the hash.
AbstractByteHasher() - Constructor for class com.google.common.hash.AbstractByteHasher
 
AbstractCache<K,V> - Class in com.google.common.cache
This class provides a skeletal implementation of the Cache interface to minimize the effort required to implement this interface.
AbstractCache() - Constructor for class com.google.common.cache.AbstractCache
Constructor for use by subclasses.
AbstractCache.SimpleStatsCounter - Class in com.google.common.cache
A thread-safe AbstractCache.StatsCounter implementation for use by Cache implementors.
AbstractCache.StatsCounter - Interface in com.google.common.cache
Accumulates statistics during the operation of a Cache for presentation by Cache.stats().
AbstractCacheSet() - Constructor for class com.google.common.cache.LocalCache.AbstractCacheSet
 
AbstractCatchingFuture<V,X,F,T> - Class in com.google.common.util.concurrent
Implementations of Futures.catching*.
AbstractCatchingFuture(ListenableFuture<? extends V>, Class<X>, F) - Constructor for class com.google.common.util.concurrent.AbstractCatchingFuture
 
AbstractCatchingFuture.AsyncCatchingFuture<V,X> - Class in com.google.common.util.concurrent
AbstractCatchingFuture.CatchingFuture<V,X> - Class in com.google.common.util.concurrent
AbstractCell() - Constructor for class com.google.common.collect.Tables.AbstractCell
 
AbstractCollectionTester<E> - Class in com.google.common.collect.testing
Base class for collection testers.
AbstractCollectionTester() - Constructor for class com.google.common.collect.testing.AbstractCollectionTester
 
AbstractCollectionTestSuiteBuilder<B,E> - Class in com.google.common.collect.testing
Abstract superclass of all test-suite builders for collection interfaces.
AbstractCollectionTestSuiteBuilder() - Constructor for class com.google.common.collect.testing.AbstractCollectionTestSuiteBuilder
 
AbstractCompositeHashFunction - Class in com.google.common.hash
An abstract composition of multiple hash functions.
AbstractCompositeHashFunction(HashFunction...) - Constructor for class com.google.common.hash.AbstractCompositeHashFunction
 
AbstractContainerTester<C,E> - Class in com.google.common.collect.testing
Base class for testers of classes (including Collection and Map) that contain elements.
AbstractContainerTester() - Constructor for class com.google.common.collect.testing.AbstractContainerTester
 
AbstractContainerTester.ArrayWithDuplicate<E> - Class in com.google.common.collect.testing
 
AbstractContiguousSetGenerator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.AbstractContiguousSetGenerator
 
AbstractDirectedNetworkConnections<N,E> - Class in com.google.common.graph
A base implementation of NetworkConnections for directed networks.
AbstractDirectedNetworkConnections(Map<E, N>, Map<E, N>, int) - Constructor for class com.google.common.graph.AbstractDirectedNetworkConnections
 
AbstractEntry() - Constructor for class com.google.common.collect.Multisets.AbstractEntry
 
AbstractExecutionThreadService - Class in com.google.common.util.concurrent
AbstractExecutionThreadService() - Constructor for class com.google.common.util.concurrent.AbstractExecutionThreadService
Constructor for use by subclasses.
AbstractFilteredMap(Map<K, V>, Predicate<? super Map.Entry<K, V>>) - Constructor for class com.google.common.collect.Maps.AbstractFilteredMap
 
AbstractFuture<V> - Class in com.google.common.util.concurrent
An abstract implementation of ListenableFuture, intended for advanced users only.
AbstractFuture() - Constructor for class com.google.common.util.concurrent.AbstractFuture
Constructor for use by subclasses.
AbstractFuture.AtomicHelper - Class in com.google.common.util.concurrent
 
AbstractFuture.Cancellation - Class in com.google.common.util.concurrent
A special value to represent cancellation and the 'wasInterrupted' bit.
AbstractFuture.Failure - Class in com.google.common.util.concurrent
A special value to represent failure, when AbstractFuture.setException(java.lang.Throwable) is called successfully.
AbstractFuture.Listener - Class in com.google.common.util.concurrent
Listeners also form a stack through the AbstractFuture.listeners field.
AbstractFuture.SafeAtomicHelper - Class in com.google.common.util.concurrent
AbstractFuture.SetFuture<V> - Class in com.google.common.util.concurrent
A special value that encodes the 'setFuture' state.
AbstractFuture.SynchronizedHelper - Class in com.google.common.util.concurrent
AbstractFuture.AtomicHelper based on synchronized and volatile writes.
AbstractFuture.Trusted<V> - Interface in com.google.common.util.concurrent
Tag interface marking trusted subclasses.
AbstractFuture.TrustedFuture<V> - Class in com.google.common.util.concurrent
A less abstract subclass of AbstractFuture.
AbstractFuture.UnsafeAtomicHelper - Class in com.google.common.util.concurrent
AbstractFuture.Waiter - Class in com.google.common.util.concurrent
Waiter links form a Treiber stack, in the AbstractFuture.waiters field.
AbstractGraph<N> - Class in com.google.common.graph
This class provides a skeletal implementation of Graph.
AbstractGraph() - Constructor for class com.google.common.graph.AbstractGraph
 
AbstractGraphBuilder<N> - Class in com.google.common.graph
A base class for builders that construct graphs with user-defined properties.
AbstractGraphBuilder(boolean) - Constructor for class com.google.common.graph.AbstractGraphBuilder
Creates a new instance with the specified edge directionality.
AbstractHasher - Class in com.google.common.hash
An abstract implementation of Hasher, which only requires subtypes to implement Hasher.putByte(byte).
AbstractHasher() - Constructor for class com.google.common.hash.AbstractHasher
 
AbstractHashFunction - Class in com.google.common.hash
Skeleton implementation of HashFunction in terms of HashFunction.newHasher().
AbstractHashFunction() - Constructor for class com.google.common.hash.AbstractHashFunction
 
AbstractIdleService - Class in com.google.common.util.concurrent
Base class for services that do not need a thread while "running" but may need one during startup and shutdown.
AbstractIdleService() - Constructor for class com.google.common.util.concurrent.AbstractIdleService
Constructor for use by subclasses.
AbstractIdleService.DelegateService - Class in com.google.common.util.concurrent
 
AbstractIdleService.ThreadNameSupplier - Class in com.google.common.util.concurrent
 
Abstract implementations - Search tag in package com.google.common.collect
Section
AbstractIndexedListIterator<E> - Class in com.google.common.collect
This class provides a skeletal implementation of the ListIterator interface across a fixed number of elements that may be retrieved by position.
AbstractIndexedListIterator(int) - Constructor for class com.google.common.collect.AbstractIndexedListIterator
Constructs an iterator across a sequence of the given size whose initial position is 0.
AbstractIndexedListIterator(int, int) - Constructor for class com.google.common.collect.AbstractIndexedListIterator
Constructs an iterator across a sequence of the given size with the given initial position.
AbstractInvocationHandler - Class in com.google.common.reflect
AbstractInvocationHandler() - Constructor for class com.google.common.reflect.AbstractInvocationHandler
 
AbstractIterator<T> - Class in com.google.common.base
Note this class is a copy of AbstractIterator (for dependency reasons).
AbstractIterator<T> - Class in com.google.common.collect
This class provides a skeletal implementation of the Iterator interface, to make this interface easier to implement for certain types of data sources.
AbstractIterator() - Constructor for class com.google.common.base.AbstractIterator
 
AbstractIterator() - Constructor for class com.google.common.collect.AbstractIterator
Constructor for use by subclasses.
AbstractIterator.State - Enum Class in com.google.common.base
 
AbstractIterator.State - Enum Class in com.google.common.collect
 
AbstractIteratorTester<E,I> - Class in com.google.common.collect.testing
Most of the logic for IteratorTester and ListIteratorTester.
AbstractIteratorTester(int, Iterable<E>, Iterable<? extends IteratorFeature>, Iterable<E>, AbstractIteratorTester.KnownOrder, int) - Constructor for class com.google.common.collect.testing.AbstractIteratorTester
 
AbstractIteratorTester.IteratorOperation - Interface in com.google.common.collect.testing
 
AbstractIteratorTester.KnownOrder - Enum Class in com.google.common.collect.testing
 
AbstractIteratorTester.MultiExceptionListIterator - Class in com.google.common.collect.testing
Quasi-implementation of ListIterator that works from a list of elements and a set of features to support (from the enclosing AbstractIteratorTester instance).
AbstractIteratorTester.PermittedMetaException - Exception Class in com.google.common.collect.testing
Meta-exception thrown by AbstractIteratorTester.MultiExceptionListIterator instead of throwing any particular exception type.
AbstractIteratorTester.Stimulus<E,T> - Class in com.google.common.collect.testing
 
AbstractIteratorTester.UnknownElementException - Exception Class in com.google.common.collect.testing
 
AbstractListenableFutureTest - Class in com.google.common.util.concurrent.testing
Abstract test case parent for anything implementing ListenableFuture.
AbstractListenableFutureTest() - Constructor for class com.google.common.util.concurrent.testing.AbstractListenableFutureTest
 
AbstractListeningExecutorService - Class in com.google.common.util.concurrent
Abstract ListeningExecutorService implementation that creates ListenableFuture instances for each Runnable and Callable submitted to it.
AbstractListeningExecutorService() - Constructor for class com.google.common.util.concurrent.AbstractListeningExecutorService
 
AbstractListIndexOfTester<E> - Class in com.google.common.collect.testing.testers
Common parent class for ListIndexOfTester and ListLastIndexOfTester.
AbstractListIndexOfTester() - Constructor for class com.google.common.collect.testing.testers.AbstractListIndexOfTester
 
AbstractListMultimap<K,V> - Class in com.google.common.collect
Basic implementation of the ListMultimap interface.
AbstractListMultimap(Map<K, Collection<V>>) - Constructor for class com.google.common.collect.AbstractListMultimap
Creates a new multimap that uses the provided map.
AbstractListMultimapTester<K,V> - Class in com.google.common.collect.testing.google
Superclass for all ListMultimap testers.
AbstractListMultimapTester() - Constructor for class com.google.common.collect.testing.google.AbstractListMultimapTester
 
AbstractListTester<E> - Class in com.google.common.collect.testing.testers
Base class for list testers.
AbstractListTester() - Constructor for class com.google.common.collect.testing.testers.AbstractListTester
 
AbstractListWrapper(List<E>) - Constructor for class com.google.common.collect.Lists.AbstractListWrapper
 
AbstractLoadingCache<K,V> - Class in com.google.common.cache
This class provides a skeletal implementation of the Cache interface to minimize the effort required to implement this interface.
AbstractLoadingCache() - Constructor for class com.google.common.cache.AbstractLoadingCache
Constructor for use by subclasses.
AbstractMapBasedMultimap<K,V> - Class in com.google.common.collect
Basic implementation of the Multimap interface.
AbstractMapBasedMultimap(Map<K, Collection<V>>) - Constructor for class com.google.common.collect.AbstractMapBasedMultimap
Creates a new multimap that uses the provided map.
AbstractMapBasedMultimap.AsMap - Class in com.google.common.collect
 
AbstractMapBasedMultimap.AsMap.AsMapEntries - Class in com.google.common.collect
 
AbstractMapBasedMultimap.AsMap.AsMapIterator - Class in com.google.common.collect
Iterator across all keys and value collections.
AbstractMapBasedMultimap.Itr<T> - Class in com.google.common.collect
 
AbstractMapBasedMultimap.KeySet - Class in com.google.common.collect
 
AbstractMapBasedMultimap.NavigableAsMap - Class in com.google.common.collect
 
AbstractMapBasedMultimap.NavigableKeySet - Class in com.google.common.collect
 
AbstractMapBasedMultimap.RandomAccessWrappedList - Class in com.google.common.collect
List decorator that stays in sync with the multimap values for a key and supports rapid random access.
AbstractMapBasedMultimap.SortedAsMap - Class in com.google.common.collect
 
AbstractMapBasedMultimap.SortedKeySet - Class in com.google.common.collect
 
AbstractMapBasedMultimap.WrappedCollection - Class in com.google.common.collect
Collection decorator that stays in sync with the multimap values for a key.
AbstractMapBasedMultimap.WrappedCollection.WrappedIterator - Class in com.google.common.collect
Collection iterator for WrappedCollection.
AbstractMapBasedMultimap.WrappedList - Class in com.google.common.collect
List decorator that stays in sync with the multimap values for a key.
AbstractMapBasedMultimap.WrappedList.WrappedListIterator - Class in com.google.common.collect
ListIterator decorator.
AbstractMapBasedMultimap.WrappedNavigableSet - Class in com.google.common.collect
 
AbstractMapBasedMultimap.WrappedSet - Class in com.google.common.collect
Set decorator that stays in sync with the multimap values for a key.
AbstractMapBasedMultimap.WrappedSortedSet - Class in com.google.common.collect
SortedSet decorator that stays in sync with the multimap values for a key.
AbstractMapBasedMultiset<E> - Class in com.google.common.collect
Basic implementation of Multiset<E> backed by an instance of Map<E, Count>.
AbstractMapBasedMultiset(Map<E, Count>) - Constructor for class com.google.common.collect.AbstractMapBasedMultiset
Standard constructor.
AbstractMapBasedMultiset.MapBasedMultisetIterator - Class in com.google.common.collect
 
AbstractMapEntry<K,V> - Class in com.google.common.collect
Implementation of the equals, hashCode, and toString methods of Entry.
AbstractMapEntry() - Constructor for class com.google.common.collect.AbstractMapEntry
 
AbstractMapTester<K,V> - Class in com.google.common.collect.testing
Base class for map testers.
AbstractMapTester() - Constructor for class com.google.common.collect.testing.AbstractMapTester
 
AbstractMultimap<K,V> - Class in com.google.common.collect
A skeleton Multimap implementation, not necessarily in terms of a Map.
AbstractMultimap() - Constructor for class com.google.common.collect.AbstractMultimap
 
AbstractMultimap.Entries - Class in com.google.common.collect
 
AbstractMultimap.EntrySet - Class in com.google.common.collect
 
AbstractMultimap.Values - Class in com.google.common.collect
 
AbstractMultimapTester<K,V,M> - Class in com.google.common.collect.testing.google
Superclass for all Multimap testers.
AbstractMultimapTester() - Constructor for class com.google.common.collect.testing.google.AbstractMultimapTester
 
AbstractMultiset<E> - Class in com.google.common.collect
This class provides a skeletal implementation of the Multiset interface.
AbstractMultiset() - Constructor for class com.google.common.collect.AbstractMultiset
 
AbstractMultiset.ElementSet - Class in com.google.common.collect
 
AbstractMultiset.EntrySet - Class in com.google.common.collect
 
AbstractMultisetSetCountTester<E> - Class in com.google.common.collect.testing.google
AbstractMultisetSetCountTester() - Constructor for class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
AbstractMultisetTester<E> - Class in com.google.common.collect.testing.google
Base class for multiset collection tests.
AbstractMultisetTester() - Constructor for class com.google.common.collect.testing.google.AbstractMultisetTester
 
AbstractNavigableMap<K,V> - Class in com.google.common.collect
Skeletal implementation of NavigableMap.
AbstractNavigableMap() - Constructor for class com.google.common.collect.AbstractNavigableMap
 
AbstractNavigableMap.DescendingMap - Class in com.google.common.collect
 
AbstractNetwork<N,E> - Class in com.google.common.graph
This class provides a skeletal implementation of Network.
AbstractNetwork() - Constructor for class com.google.common.graph.AbstractNetwork
 
AbstractNonStreamingHashFunction - Class in com.google.common.hash
Skeleton implementation of HashFunction, appropriate for non-streaming algorithms.
AbstractNonStreamingHashFunction() - Constructor for class com.google.common.hash.AbstractNonStreamingHashFunction
 
AbstractNonStreamingHashFunction.BufferingHasher - Class in com.google.common.hash
In-memory stream-based implementation of Hasher.
AbstractNonStreamingHashFunction.ExposedByteArrayOutputStream - Class in com.google.common.hash
 
AbstractPackageSanityTests - Class in com.google.common.testing
Automatically runs sanity checks against top level classes in the same package of the test that extends AbstractPackageSanityTests.
AbstractPackageSanityTests() - Constructor for class com.google.common.testing.AbstractPackageSanityTests
 
AbstractPackageSanityTests.Chopper - Class in com.google.common.testing
 
AbstractQueueTester<E> - Class in com.google.common.collect.testing.testers
Base class for queue collection tests.
AbstractQueueTester() - Constructor for class com.google.common.collect.testing.testers.AbstractQueueTester
 
AbstractRangeSet<C> - Class in com.google.common.collect
A skeletal implementation of RangeSet.
AbstractRangeSet() - Constructor for class com.google.common.collect.AbstractRangeSet
 
AbstractReferenceEntry() - Constructor for class com.google.common.cache.LocalCache.AbstractReferenceEntry
 
AbstractScheduledService - Class in com.google.common.util.concurrent
Base class for services that can implement AbstractScheduledService.startUp() and AbstractScheduledService.shutDown() but while in the "running" state need to perform a periodic task.
AbstractScheduledService() - Constructor for class com.google.common.util.concurrent.AbstractScheduledService
Constructor for use by subclasses.
AbstractScheduledService.Cancellable - Interface in com.google.common.util.concurrent
 
AbstractScheduledService.CustomScheduler - Class in com.google.common.util.concurrent
A AbstractScheduledService.Scheduler that provides a convenient way for the AbstractScheduledService to use a dynamically changing schedule.
AbstractScheduledService.CustomScheduler.ReschedulableCallable - Class in com.google.common.util.concurrent
A callable class that can reschedule itself using a AbstractScheduledService.CustomScheduler.
AbstractScheduledService.CustomScheduler.Schedule - Class in com.google.common.util.concurrent
A value object that represents an absolute delay until a task should be invoked.
AbstractScheduledService.CustomScheduler.SupplantableFuture - Class in com.google.common.util.concurrent
Contains the most recently submitted Future, which may be cancelled or updated, always under a lock.
AbstractScheduledService.FutureAsCancellable - Class in com.google.common.util.concurrent
 
AbstractScheduledService.Scheduler - Class in com.google.common.util.concurrent
A scheduler defines the policy for how the AbstractScheduledService should run its task.
AbstractScheduledService.ServiceDelegate - Class in com.google.common.util.concurrent
 
AbstractScheduledService.ServiceDelegate.Task - Class in com.google.common.util.concurrent
 
AbstractSequentialIterator<T> - Class in com.google.common.collect
This class provides a skeletal implementation of the Iterator interface for sequences whose next element can always be derived from the previous element.
AbstractSequentialIterator(T) - Constructor for class com.google.common.collect.AbstractSequentialIterator
Creates a new iterator with the given first element, or, if firstOrNull is null, creates a new empty iterator.
AbstractSerializationProxy(MapMakerInternalMap.Strength, MapMakerInternalMap.Strength, Equivalence<Object>, Equivalence<Object>, int, ConcurrentMap<K, V>) - Constructor for class com.google.common.collect.MapMakerInternalMap.AbstractSerializationProxy
 
AbstractService - Class in com.google.common.util.concurrent
Base class for implementing services that can handle AbstractService.doStart() and AbstractService.doStop() requests, responding to them with AbstractService.notifyStarted() and AbstractService.notifyStopped() callbacks.
AbstractService() - Constructor for class com.google.common.util.concurrent.AbstractService
Constructor for use by subclasses.
AbstractService.HasReachedRunningGuard - Class in com.google.common.util.concurrent
 
AbstractService.IsStartableGuard - Class in com.google.common.util.concurrent
 
AbstractService.IsStoppableGuard - Class in com.google.common.util.concurrent
 
AbstractService.IsStoppedGuard - Class in com.google.common.util.concurrent
 
AbstractService.StateSnapshot - Class in com.google.common.util.concurrent
An immutable snapshot of the current state of the service.
AbstractSetMultimap<K,V> - Class in com.google.common.collect
Basic implementation of the SetMultimap interface.
AbstractSetMultimap(Map<K, Collection<V>>) - Constructor for class com.google.common.collect.AbstractSetMultimap
Creates a new multimap that uses the provided map.
AbstractSetTester<E> - Class in com.google.common.collect.testing.testers
 
AbstractSetTester() - Constructor for class com.google.common.collect.testing.testers.AbstractSetTester
 
AbstractSortedKeySortedSetMultimap<K,V> - Class in com.google.common.collect
Basic implementation of a SortedSetMultimap with a sorted key set.
AbstractSortedKeySortedSetMultimap(SortedMap<K, Collection<V>>) - Constructor for class com.google.common.collect.AbstractSortedKeySortedSetMultimap
 
AbstractSortedMultiset<E> - Class in com.google.common.collect
This class provides a skeletal implementation of the SortedMultiset interface.
AbstractSortedMultiset() - Constructor for class com.google.common.collect.AbstractSortedMultiset
 
AbstractSortedMultiset(Comparator<? super E>) - Constructor for class com.google.common.collect.AbstractSortedMultiset
 
AbstractSortedSetMultimap<K,V> - Class in com.google.common.collect
Basic implementation of the SortedSetMultimap interface.
AbstractSortedSetMultimap(Map<K, Collection<V>>) - Constructor for class com.google.common.collect.AbstractSortedSetMultimap
Creates a new multimap that uses the provided map.
AbstractStreamingHasher - Class in com.google.common.hash
A convenience base class for implementors of Hasher; handles accumulating data until an entire "chunk" (of implementation-dependent length) is ready to be hashed.
AbstractStreamingHasher(int) - Constructor for class com.google.common.hash.AbstractStreamingHasher
Constructor for use by subclasses.
AbstractStreamingHasher(int, int) - Constructor for class com.google.common.hash.AbstractStreamingHasher
Constructor for use by subclasses.
AbstractStrongKeyEntry(K, int) - Constructor for class com.google.common.collect.MapMakerInternalMap.AbstractStrongKeyEntry
 
AbstractTable<R,C,V> - Class in com.google.common.collect
Skeletal, implementation-agnostic implementation of the Table interface.
AbstractTable() - Constructor for class com.google.common.collect.AbstractTable
 
AbstractTable.CellSet - Class in com.google.common.collect
 
AbstractTable.Values - Class in com.google.common.collect
 
AbstractTester<G> - Class in com.google.common.collect.testing
This abstract base class for testers allows the framework to inject needed information after JUnit constructs the instances.
AbstractTester() - Constructor for class com.google.common.collect.testing.AbstractTester
 
AbstractTransformFuture<I,O,F,T> - Class in com.google.common.util.concurrent
Implementations of Futures.transform*.
AbstractTransformFuture(ListenableFuture<? extends I>, F) - Constructor for class com.google.common.util.concurrent.AbstractTransformFuture
 
AbstractTransformFuture.AsyncTransformFuture<I,O> - Class in com.google.common.util.concurrent
AbstractTransformFuture.TransformFuture<I,O> - Class in com.google.common.util.concurrent
AbstractUndirectedNetworkConnections<N,E> - Class in com.google.common.graph
A base implementation of NetworkConnections for undirected networks.
AbstractUndirectedNetworkConnections(Map<E, N>) - Constructor for class com.google.common.graph.AbstractUndirectedNetworkConnections
 
AbstractValueGraph<N,V> - Class in com.google.common.graph
This class provides a skeletal implementation of ValueGraph.
AbstractValueGraph() - Constructor for class com.google.common.graph.AbstractValueGraph
 
AbstractWeakKeyEntry(ReferenceQueue<K>, K, int) - Constructor for class com.google.common.collect.MapMakerInternalMap.AbstractWeakKeyEntry
 
accept(ClosingFuture.ValueAndCloser<V>) - Method in interface com.google.common.util.concurrent.ClosingFuture.ValueAndCloserConsumer
Accepts a ClosingFuture.ValueAndCloser for the last step in a ClosingFuture pipeline.
accept(File, String) - Method in class com.google.common.io.PatternFilenameFilter
 
ACCEPT - Static variable in class com.google.common.net.HttpHeaders
The HTTP Accept header field name.
ACCEPT_CH - Static variable in class com.google.common.net.HttpHeaders
The HTTP Accept-CH header field name.
ACCEPT_CHARSET - Static variable in class com.google.common.net.HttpHeaders
The HTTP Accept-Charset header field name.
ACCEPT_ENCODING - Static variable in class com.google.common.net.HttpHeaders
The HTTP Accept-Encoding header field name.
ACCEPT_LANGUAGE - Static variable in class com.google.common.net.HttpHeaders
The HTTP Accept-Language header field name.
ACCEPT_RANGES - Static variable in class com.google.common.net.HttpHeaders
The HTTP Accept-Ranges header field name.
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class com.google.common.net.HttpHeaders
The HTTP Access-Control-Allow-Credentials header field name.
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class com.google.common.net.HttpHeaders
The HTTP Access-Control-Allow-Headers header field name.
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class com.google.common.net.HttpHeaders
The HTTP Access-Control-Allow-Methods header field name.
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class com.google.common.net.HttpHeaders
The HTTP Access-Control-Allow-Origin header field name.
ACCESS_CONTROL_ALLOW_PRIVATE_NETWORK - Static variable in class com.google.common.net.HttpHeaders
The HTTP Access-Control-Allow-Private-Network header field name.
ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class com.google.common.net.HttpHeaders
The HTTP Access-Control-Expose-Headers header field name.
ACCESS_CONTROL_MAX_AGE - Static variable in class com.google.common.net.HttpHeaders
The HTTP Access-Control-Max-Age header field name.
ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class com.google.common.net.HttpHeaders
The HTTP Access-Control-Request-Headers header field name.
ACCESS_CONTROL_REQUEST_METHOD - Static variable in class com.google.common.net.HttpHeaders
The HTTP Access-Control-Request-Method header field name.
ACCESS_MASK - Static variable in enum class com.google.common.cache.LocalCache.EntryFactory
 
AccessDurationParser() - Constructor for class com.google.common.cache.CacheBuilderSpec.AccessDurationParser
 
accessEntry(int) - Method in class com.google.common.collect.CompactHashMap
Mark an access of the specified entry.
accessEntry(int) - Method in class com.google.common.collect.CompactLinkedHashMap
 
accessExpirationDuration - Variable in class com.google.common.cache.CacheBuilderSpec
 
accessExpirationTimeUnit - Variable in class com.google.common.cache.CacheBuilderSpec
 
accessibleObject - Variable in class com.google.common.reflect.Invokable
 
accessOrder - Variable in class com.google.common.collect.CompactLinkedHashMap
 
accessQueue - Variable in class com.google.common.cache.LocalCache.Segment
A queue of elements currently in the map, ordered by access time.
AccessQueue() - Constructor for class com.google.common.cache.LocalCache.AccessQueue
 
accessTime - Variable in class com.google.common.cache.LocalCache.StrongAccessEntry
 
accessTime - Variable in class com.google.common.cache.LocalCache.StrongAccessWriteEntry
 
accessTime - Variable in class com.google.common.cache.LocalCache.WeakAccessEntry
 
accessTime - Variable in class com.google.common.cache.LocalCache.WeakAccessWriteEntry
 
accumulateAndGet(double, DoubleBinaryOperator) - Method in class com.google.common.util.concurrent.AtomicDouble
Atomically updates the current value with the results of applying the given function to the current and given values.
accumulateAndGet(int, double, DoubleBinaryOperator) - Method in class com.google.common.util.concurrent.AtomicDoubleArray
Atomically updates the element at index i with the results of applying the given function to the current and given values.
accumulateAndGet(K, long, LongBinaryOperator) - Method in class com.google.common.util.concurrent.AtomicLongMap
Updates the value currently associated with key by combining it with x via the specified accumulator function, returning the new value.
ACK - Static variable in class com.google.common.base.Ascii
Acknowledge: A communication control character transmitted by a receiver as an affirmative response to a sender.
acquire() - Method in class com.google.common.util.concurrent.RateLimiter
Acquires a single permit from this RateLimiter, blocking until the request can be granted.
acquire(int) - Method in class com.google.common.util.concurrent.RateLimiter
Acquires the given number of permits from this RateLimiter, blocking until the request can be granted.
acquiredLocks - Static variable in class com.google.common.util.concurrent.CycleDetectingLockFactory
Tracks the currently acquired locks for each Thread, kept up to date by calls to CycleDetectingLockFactory.aboutToAcquire(CycleDetectingLock) and CycleDetectingLockFactory.lockStateChanged(CycleDetectingLock).
Acquiring - Search tag in class com.google.common.collect.Ordering
Section
ACTIVE - Static variable in class com.google.common.collect.ComparisonChain
 
activeGuards - Variable in class com.google.common.util.concurrent.Monitor
The guards associated with this monitor that currently have waiters (waiterCount > 0).
actualContents() - Method in class com.google.common.collect.testing.AbstractCollectionTester
 
actualContents() - Method in class com.google.common.collect.testing.AbstractContainerTester
 
actualContents() - Method in class com.google.common.collect.testing.AbstractMapTester
 
actualContents() - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
AD_AUCTION_ALLOWED - Static variable in class com.google.common.net.HttpHeaders
The HTTP Ad-Auction-Allowed header field name.
AD_AUCTION_SIGNALS - Static variable in class com.google.common.net.HttpHeaders
The HTTP Ad-Auction-Signals header field name.
adapterExecutor - Variable in class com.google.common.util.concurrent.JdkFutureAdapters.ListenableFutureAdapter
 
add - Variable in class com.google.common.collect.testing.AbstractIteratorTester
 
add(char[], int, int) - Method in class com.google.common.io.LineBuffer
Process additional characters from the stream.
add(double) - Method in class com.google.common.math.StatsAccumulator
Adds the given value to the dataset.
add(double) - Method in class com.google.common.primitives.ImmutableDoubleArray.Builder
Appends value to the end of the values the built ImmutableDoubleArray will contain.
add(double, double) - Method in class com.google.common.math.PairedStatsAccumulator
Adds the given pair of values to the dataset.
add(int) - Method in class com.google.common.collect.Count
 
add(int) - Method in class com.google.common.primitives.ImmutableIntArray.Builder
Appends value to the end of the values the built ImmutableIntArray will contain.
add(int, E) - Method in class com.google.common.collect.ForwardingList
 
add(int, E) - Method in class com.google.common.collect.ImmutableList
Deprecated.
Unsupported operation.
add(int, E) - Method in class com.google.common.collect.Lists.AbstractListWrapper
 
add(int, E) - Method in class com.google.common.collect.Synchronized.SynchronizedList
 
add(int, T) - Method in class com.google.common.collect.Lists.ReverseList
 
add(int, V) - Method in class com.google.common.collect.AbstractMapBasedMultimap.WrappedList
 
add(int, V) - Method in class com.google.common.collect.FilteredKeyMultimap.AddRejectingList
 
add(long) - Method in interface com.google.common.cache.LongAddable
 
add(long) - Method in class com.google.common.cache.LongAddables.PureJavaLongAddable
 
add(long) - Method in class com.google.common.cache.LongAdder
Adds the given value.
add(long) - Method in interface com.google.common.hash.LongAddable
 
add(long) - Method in class com.google.common.hash.LongAddables.PureJavaLongAddable
 
add(long) - Method in class com.google.common.hash.LongAdder
Adds the given value.
add(long) - Method in class com.google.common.primitives.ImmutableLongArray.Builder
Appends value to the end of the values the built ImmutableLongArray will contain.
add(Range<C>) - Method in class com.google.common.collect.AbstractRangeSet
 
add(Range<C>) - Method in class com.google.common.collect.ImmutableRangeSet
Deprecated.
Unsupported operation.
add(Range<C>) - Method in class com.google.common.collect.ImmutableRangeSet.Builder
Add the specified range to this builder.
add(Range<C>) - Method in interface com.google.common.collect.RangeSet
Adds the specified range to this RangeSet (optional operation).
add(Range<C>) - Method in class com.google.common.collect.TreeRangeSet
 
add(Range<C>) - Method in class com.google.common.collect.TreeRangeSet.Complement
 
add(Range<C>) - Method in class com.google.common.collect.TreeRangeSet.SubRangeSet
 
add(ListenerCallQueue.Event<L>, Object) - Method in class com.google.common.util.concurrent.ListenerCallQueue.PerListenerQueue
Enqueues an event to be run.
add(E) - Method in class com.google.common.collect.AbstractMultiset
 
add(E) - Method in class com.google.common.collect.CollectCollectors.EnumSetAccumulator
 
add(E) - Method in class com.google.common.collect.Collections2.FilteredCollection
 
add(E) - Method in class com.google.common.collect.CompactHashSet
 
add(E) - Method in class com.google.common.collect.EvictingQueue
Adds the given element to this queue.
add(E) - Method in class com.google.common.collect.ForwardingCollection
 
add(E) - Method in class com.google.common.collect.ForwardingListIterator
 
add(E) - Method in class com.google.common.collect.ImmutableCollection
Deprecated.
Unsupported operation.
add(E) - Method in class com.google.common.collect.ImmutableCollection.Builder
Adds element to the ImmutableCollection being built.
add(E) - Method in class com.google.common.collect.ImmutableList.Builder
Adds element to the ImmutableList.
add(E) - Method in class com.google.common.collect.ImmutableMultiset.Builder
Adds element to the ImmutableMultiset.
add(E) - Method in class com.google.common.collect.ImmutableSet.Builder
 
add(E) - Method in class com.google.common.collect.ImmutableSet.EmptySetBuilderImpl
 
add(E) - Method in class com.google.common.collect.ImmutableSet.JdkBackedSetBuilderImpl
 
add(E) - Method in class com.google.common.collect.ImmutableSet.RegularSetBuilderImpl
 
add(E) - Method in class com.google.common.collect.ImmutableSet.SetBuilderImpl
Adds e to this SetBuilderImpl, returning the updated result.
add(E) - Method in class com.google.common.collect.ImmutableSortedMultiset.Builder
Adds element to the ImmutableSortedMultiset.
add(E) - Method in class com.google.common.collect.ImmutableSortedSet.Builder
Adds element to the ImmutableSortedSet.
add(E) - Method in class com.google.common.collect.MinMaxPriorityQueue
Adds the given element to this queue.
add(E) - Method in interface com.google.common.collect.Multiset
Adds a single occurrence of the specified element to this multiset.
add(E) - Method in class com.google.common.collect.Multisets.UnmodifiableMultiset
 
add(E) - Method in class com.google.common.collect.Sets.SetView
Deprecated.
Unsupported operation.
add(E) - Method in class com.google.common.collect.Synchronized.SynchronizedCollection
 
add(E) - Method in class com.google.common.collect.testing.AbstractIteratorTester.MultiExceptionListIterator
 
add(E) - Method in class com.google.common.collect.testing.SafeTreeSet
 
add(E) - Method in class com.google.common.collect.UnmodifiableListIterator
Deprecated.
Unsupported operation.
add(E...) - Method in class com.google.common.collect.ImmutableCollection.Builder
Adds each element of elements to the ImmutableCollection being built.
add(E...) - Method in class com.google.common.collect.ImmutableList.Builder
Adds each element of elements to the ImmutableList.
add(E...) - Method in class com.google.common.collect.ImmutableMultiset.Builder
Adds each element of elements to the ImmutableMultiset.
add(E...) - Method in class com.google.common.collect.ImmutableSet.Builder
 
add(E...) - Method in class com.google.common.collect.ImmutableSortedMultiset.Builder
Adds each element of elements to the ImmutableSortedMultiset.
add(E...) - Method in class com.google.common.collect.ImmutableSortedSet.Builder
Adds each element of elements to the ImmutableSortedSet, ignoring duplicate elements (only the first duplicate element is added).
add(E, int) - Method in class com.google.common.collect.AbstractMapBasedMultiset
Adds a number of occurrences of an element to this multiset.
add(E, int) - Method in class com.google.common.collect.AbstractMultiset
 
add(E, int) - Method in class com.google.common.collect.ConcurrentHashMultiset
Adds a number of occurrences of the specified element to this multiset.
add(E, int) - Method in class com.google.common.collect.EnumMultiset
 
add(E, int) - Method in class com.google.common.collect.ForwardingMultiset
 
add(E, int) - Method in class com.google.common.collect.ImmutableMultiset
Deprecated.
Unsupported operation.
add(E, int) - Method in interface com.google.common.collect.Multiset
Adds a number of occurrences of an element to this multiset.
add(E, int) - Method in class com.google.common.collect.Multisets.FilteredMultiset
 
add(E, int) - Method in class com.google.common.collect.Multisets.UnmodifiableMultiset
 
add(E, int) - Method in class com.google.common.collect.Synchronized.SynchronizedMultiset
 
add(E, int) - Method in class com.google.common.collect.TreeMultiset
 
add(AutoCloseable, Executor) - Method in class com.google.common.util.concurrent.ClosingFuture.CloseableList
 
add(Object) - Method in class com.google.common.collect.MoreCollectors.ToOptionalState
 
add(Object[], int) - Method in class com.google.common.collect.ImmutableList.Builder
 
add(Runnable, Executor) - Method in class com.google.common.util.concurrent.ExecutionList
Adds the Runnable and accompanying Executor to the list of listeners to execute.
add(String, boolean) - Method in class com.google.common.base.MoreObjects.ToStringHelper
Adds a name/value pair to the formatted output in name=value format.
add(String, char) - Method in class com.google.common.base.MoreObjects.ToStringHelper
Adds a name/value pair to the formatted output in name=value format.
add(String, double) - Method in class com.google.common.base.MoreObjects.ToStringHelper
Adds a name/value pair to the formatted output in name=value format.
add(String, float) - Method in class com.google.common.base.MoreObjects.ToStringHelper
Adds a name/value pair to the formatted output in name=value format.
add(String, int) - Method in class com.google.common.base.MoreObjects.ToStringHelper
Adds a name/value pair to the formatted output in name=value format.
add(String, long) - Method in class com.google.common.base.MoreObjects.ToStringHelper
Adds a name/value pair to the formatted output in name=value format.
add(String, Object) - Method in class com.google.common.base.MoreObjects.ToStringHelper
Adds a name/value pair to the formatted output in name=value format.
add(Comparator<? super E>, E, int, int[]) - Method in class com.google.common.collect.TreeMultiset.AvlNode
 
add(Map.Entry<K, V>) - Method in class com.google.common.collect.LinkedListMultimap.NodeIterator
 
add(Map<Class<?>, Class<?>>, Map<Class<?>, Class<?>>, Class<?>, Class<?>) - Static method in class com.google.common.primitives.Primitives
 
add(T) - Method in class com.google.common.collect.TransformedListIterator
 
add(V) - Method in class com.google.common.collect.AbstractMapBasedMultimap.WrappedCollection
 
add(V) - Method in class com.google.common.collect.AbstractMapBasedMultimap.WrappedList.WrappedListIterator
 
add(V) - Method in class com.google.common.collect.FilteredKeyMultimap.AddRejectingList
 
add(V) - Method in class com.google.common.collect.FilteredKeyMultimap.AddRejectingSet
 
add(V) - Method in class com.google.common.collect.LinkedHashMultimap.ValueSet
 
add(V) - Method in class com.google.common.collect.LinkedListMultimap.ValueForKeyIterator
 
addAll(double...) - Method in class com.google.common.math.StatsAccumulator
Adds the given values to the dataset.
addAll(double[]) - Method in class com.google.common.primitives.ImmutableDoubleArray.Builder
Appends values, in order, to the end of the values the built ImmutableDoubleArray will contain.
addAll(int...) - Method in class com.google.common.math.StatsAccumulator
Adds the given values to the dataset.
addAll(int[]) - Method in class com.google.common.primitives.ImmutableIntArray.Builder
Appends values, in order, to the end of the values the built ImmutableIntArray will contain.
addAll(int, Collection<? extends E>) - Method in class com.google.common.collect.ForwardingList
 
addAll(int, Collection<? extends E>) - Method in class com.google.common.collect.ImmutableList
Deprecated.
Unsupported operation.
addAll(int, Collection<? extends E>) - Method in class com.google.common.collect.Lists.AbstractListWrapper
 
addAll(int, Collection<? extends E>) - Method in class com.google.common.collect.Synchronized.SynchronizedList
 
addAll(int, Collection<? extends V>) - Method in class com.google.common.collect.AbstractMapBasedMultimap.WrappedList
 
addAll(int, Collection<? extends V>) - Method in class com.google.common.collect.FilteredKeyMultimap.AddRejectingList
 
addAll(long...) - Method in class com.google.common.math.StatsAccumulator
Adds the given values to the dataset.
addAll(long[]) - Method in class com.google.common.primitives.ImmutableLongArray.Builder
Appends values, in order, to the end of the values the built ImmutableLongArray will contain.
addAll(RangeSet<C>) - Method in class com.google.common.collect.AbstractRangeSet
 
addAll(RangeSet<C>) - Method in class com.google.common.collect.ImmutableRangeSet
Deprecated.
Unsupported operation.
addAll(RangeSet<C>) - Method in class com.google.common.collect.ImmutableRangeSet.Builder
Add all ranges from the specified range set to this builder.
addAll(RangeSet<C>) - Method in interface com.google.common.collect.RangeSet
Adds all of the ranges from the specified range set to this range set (optional operation).
addAll(PairedStats) - Method in class com.google.common.math.PairedStatsAccumulator
Adds the given statistics to the dataset, as if the individual values used to compute the statistics had been added directly.
addAll(Stats) - Method in class com.google.common.math.StatsAccumulator
Adds the given statistics to the dataset, as if the individual values used to compute the statistics had been added directly.
addAll(StatsAccumulator) - Method in class com.google.common.math.StatsAccumulator
Adds the given statistics to the dataset, as if the individual values used to compute the statistics had been added directly.
addAll(ImmutableDoubleArray) - Method in class com.google.common.primitives.ImmutableDoubleArray.Builder
Appends values, in order, to the end of the values the built ImmutableDoubleArray will contain.
addAll(ImmutableIntArray) - Method in class com.google.common.primitives.ImmutableIntArray.Builder
Appends values, in order, to the end of the values the built ImmutableIntArray will contain.
addAll(ImmutableLongArray) - Method in class com.google.common.primitives.ImmutableLongArray.Builder
Appends values, in order, to the end of the values the built ImmutableLongArray will contain.
addAll(Iterable<? extends E>) - Method in class com.google.common.collect.ImmutableCollection.Builder
Adds each element of elements to the ImmutableCollection being built.
addAll(Iterable<? extends E>) - Method in class com.google.common.collect.ImmutableList.Builder
Adds each element of elements to the ImmutableList.
addAll(Iterable<? extends E>) - Method in class com.google.common.collect.ImmutableMultiset.Builder
Adds each element of elements to the ImmutableMultiset.
addAll(Iterable<? extends E>) - Method in class com.google.common.collect.ImmutableSet.Builder
Adds each element of elements to the ImmutableSet, ignoring duplicate elements (only the first duplicate element is added).
addAll(Iterable<? extends E>) - Method in class com.google.common.collect.ImmutableSortedMultiset.Builder
Adds each element of elements to the ImmutableSortedMultiset.
addAll(Iterable<? extends E>) - Method in class com.google.common.collect.ImmutableSortedSet.Builder
Adds each element of elements to the ImmutableSortedSet, ignoring duplicate elements (only the first duplicate element is added).
addAll(Iterable<? extends Number>) - Method in class com.google.common.math.StatsAccumulator
Adds the given values to the dataset.
addAll(Iterable<Range<C>>) - Method in class com.google.common.collect.ImmutableRangeSet
Deprecated.
Unsupported operation.
addAll(Iterable<Range<C>>) - Method in class com.google.common.collect.ImmutableRangeSet.Builder
Add all of the specified ranges to this builder.
addAll(Iterable<Range<C>>) - Method in interface com.google.common.collect.RangeSet
Adds all of the specified ranges to this range set (optional operation).
addAll(Iterable<Double>) - Method in class com.google.common.primitives.ImmutableDoubleArray.Builder
Appends values, in order, to the end of the values the built ImmutableDoubleArray will contain.
addAll(Iterable<Integer>) - Method in class com.google.common.primitives.ImmutableIntArray.Builder
Appends values, in order, to the end of the values the built ImmutableIntArray will contain.
addAll(Iterable<Long>) - Method in class com.google.common.primitives.ImmutableLongArray.Builder
Appends values, in order, to the end of the values the built ImmutableLongArray will contain.
addAll(Collection<? extends E>) - Method in class com.google.common.collect.AbstractMultiset
addAll(Collection<? extends E>) - Method in class com.google.common.collect.Collections2.FilteredCollection
 
addAll(Collection<? extends E>) - Method in class com.google.common.collect.EvictingQueue
 
addAll(Collection<? extends E>) - Method in class com.google.common.collect.ForwardingCollection
 
addAll(Collection<? extends E>) - Method in class com.google.common.collect.ImmutableCollection
Deprecated.
Unsupported operation.
addAll(Collection<? extends E>) - Method in class com.google.common.collect.MinMaxPriorityQueue
 
addAll(Collection<? extends E>) - Method in class com.google.common.collect.Multisets.UnmodifiableMultiset
 
addAll(Collection<? extends E>) - Method in class com.google.common.collect.Sets.SetView
Deprecated.
Unsupported operation.
addAll(Collection<? extends E>) - Method in class com.google.common.collect.Synchronized.SynchronizedCollection
 
addAll(Collection<? extends E>) - Method in class com.google.common.collect.testing.MinimalCollection
 
addAll(Collection<? extends E>) - Method in class com.google.common.collect.testing.SafeTreeSet
 
addAll(Collection<? extends V>) - Method in class com.google.common.collect.AbstractMapBasedMultimap.WrappedCollection
 
addAll(Collection<? extends V>) - Method in class com.google.common.collect.FilteredKeyMultimap.AddRejectingList
 
addAll(Collection<? extends V>) - Method in class com.google.common.collect.FilteredKeyMultimap.AddRejectingSet
 
addAll(Collection<E>, Iterable<? extends E>) - Static method in class com.google.common.collect.testing.Helpers
 
addAll(Collection<Double>) - Method in class com.google.common.primitives.ImmutableDoubleArray.Builder
Appends values, in order, to the end of the values the built ImmutableDoubleArray will contain.
addAll(Collection<Integer>) - Method in class com.google.common.primitives.ImmutableIntArray.Builder
Appends values, in order, to the end of the values the built ImmutableIntArray will contain.
addAll(Collection<Long>) - Method in class com.google.common.primitives.ImmutableLongArray.Builder
Appends values, in order, to the end of the values the built ImmutableLongArray will contain.
addAll(Collection<T>, Iterable<? extends T>) - Static method in class com.google.common.collect.Iterables
Adds all elements in iterable to collection.
addAll(Collection<T>, Iterator<? extends T>) - Static method in class com.google.common.collect.Iterators
Adds all elements in iterator to collection.
addAll(Iterator<? extends E>) - Method in class com.google.common.collect.ImmutableCollection.Builder
Adds each element of elements to the ImmutableCollection being built.
addAll(Iterator<? extends E>) - Method in class com.google.common.collect.ImmutableList.Builder
Adds each element of elements to the ImmutableList.
addAll(Iterator<? extends E>) - Method in class com.google.common.collect.ImmutableMultiset.Builder
Adds each element of elements to the ImmutableMultiset.
addAll(Iterator<? extends E>) - Method in class com.google.common.collect.ImmutableSet.Builder
 
addAll(Iterator<? extends E>) - Method in class com.google.common.collect.ImmutableSortedMultiset.Builder
Adds each element of elements to the ImmutableSortedMultiset.
addAll(Iterator<? extends E>) - Method in class com.google.common.collect.ImmutableSortedSet.Builder
Adds each element of elements to the ImmutableSortedSet, ignoring duplicate elements (only the first duplicate element is added).
addAll(Iterator<? extends Number>) - Method in class com.google.common.math.StatsAccumulator
Adds the given values to the dataset.
addAll(DoubleStream) - Method in class com.google.common.math.StatsAccumulator
Adds the given values to the dataset.
addAll(DoubleStream) - Method in class com.google.common.primitives.ImmutableDoubleArray.Builder
Appends all values from stream, in order, to the end of the values the built ImmutableDoubleArray will contain.
addAll(IntStream) - Method in class com.google.common.math.StatsAccumulator
Adds the given values to the dataset.
addAll(IntStream) - Method in class com.google.common.primitives.ImmutableIntArray.Builder
Appends all values from stream, in order, to the end of the values the built ImmutableIntArray will contain.
addAll(LongStream) - Method in class com.google.common.math.StatsAccumulator
Adds the given values to the dataset.
addAll(LongStream) - Method in class com.google.common.primitives.ImmutableLongArray.Builder
Appends all values from stream, in order, to the end of the values the built ImmutableLongArray will contain.
addAllImpl(Multiset<E>, Multiset<? extends E>) - Static method in class com.google.common.collect.Multisets
A specialization of addAllImpl for when elements is itself a Multiset.
addAllImpl(Multiset<E>, Collection<? extends E>) - Static method in class com.google.common.collect.Multisets
addAllImpl(List<E>, int, Iterable<? extends E>) - Static method in class com.google.common.collect.Lists
An implementation of List.addAll(int, Collection).
addAndGet(double) - Method in class com.google.common.util.concurrent.AtomicDouble
Atomically adds the given value to the current value.
addAndGet(int) - Method in class com.google.common.collect.Count
 
addAndGet(int, double) - Method in class com.google.common.util.concurrent.AtomicDoubleArray
Atomically adds the given value to the element at index i.
addAndGet(K, long) - Method in class com.google.common.util.concurrent.AtomicLongMap
Adds delta to the value currently associated with key, and returns the new value.
addCallback(FutureCallback<? super V>, Executor) - Method in class com.google.common.util.concurrent.FluentFuture
Registers separate success and failure callbacks to be run when this Future's computation is complete or, if the computation is already complete, immediately.
addCallback(ListenableFuture<V>, FutureCallback<? super V>, Executor) - Static method in class com.google.common.util.concurrent.Futures
Registers separate success and failure callbacks to be run when the Future's computation is complete or, if the computation is already complete, immediately.
addCausalChain(Set<Throwable>, Throwable) - Static method in class com.google.common.util.concurrent.AggregateFuture
Adds the chain to the seen set, and returns whether all the chain was new to us.
addCopies(E, int) - Method in class com.google.common.collect.ImmutableMultiset.Builder
Adds a number of occurrences of an element to this ImmutableMultiset.
addCopies(E, int) - Method in class com.google.common.collect.ImmutableSortedMultiset.Builder
Adds a number of occurrences of an element to this ImmutableSortedMultiset.
addDedupedElement(E) - Method in class com.google.common.collect.ImmutableSet.SetBuilderImpl
Adds e to the insertion-order array of deduplicated elements.
addDelayedShutdownHook(ExecutorService, long, TimeUnit) - Static method in class com.google.common.util.concurrent.MoreExecutors
Add a shutdown hook to wait for thread completion in the given service.
addDelayedShutdownHook(ExecutorService, long, TimeUnit) - Method in class com.google.common.util.concurrent.MoreExecutors.Application
 
addDelayedShutdownHook(ExecutorService, Duration) - Static method in class com.google.common.util.concurrent.MoreExecutors
Add a shutdown hook to wait for thread completion in the given service.
addDoneString(StringBuilder) - Method in class com.google.common.util.concurrent.AbstractFuture
 
addEdge(EndpointPair<N>, E) - Method in class com.google.common.graph.ImmutableNetwork.Builder
Adds edge connecting endpoints.
addEdge(EndpointPair<N>, E) - Method in interface com.google.common.graph.MutableNetwork
Adds edge connecting endpoints.
addEdge(EndpointPair<N>, E) - Method in class com.google.common.graph.StandardMutableNetwork
 
addEdge(N, N, E) - Method in class com.google.common.graph.ImmutableNetwork.Builder
Adds edge connecting nodeU to nodeV.
addEdge(N, N, E) - Method in interface com.google.common.graph.MutableNetwork
Adds edge connecting nodeU to nodeV.
addEdge(N, N, E) - Method in class com.google.common.graph.StandardMutableNetwork
 
addEqualityGroup(Object...) - Method in class com.google.common.testing.EqualsTester
Adds equalityGroup with objects that are supposed to be equal to each other and not equal to any other equality groups added to this tester.
addEquivalenceGroup(Iterable<T>) - Method in class com.google.common.testing.EquivalenceTester
 
addEquivalenceGroup(T, T...) - Method in class com.google.common.testing.EquivalenceTester
Adds a group of objects that are supposed to be equivalent to each other and not equivalent to objects in any other equivalence group added to this tester.
addEscape(char, String) - Method in class com.google.common.escape.CharEscaperBuilder
Add a new mapping from an index to an object to the escaping.
addEscape(char, String) - Method in class com.google.common.escape.Escapers.Builder
Adds a replacement string for the given input character.
addEscapes(char[], String) - Method in class com.google.common.escape.CharEscaperBuilder
Add multiple mappings at once for a particular index.
addException(Collection<IOException>, IOException) - Static method in class com.google.common.io.MoreFiles
Adds the given exception to the given collection, creating the collection if it's null.
addFirst(E) - Method in class com.google.common.collect.ForwardingDeque
 
addFirst(E) - Method in class com.google.common.collect.Synchronized.SynchronizedDeque
 
addHolder() - Method in class com.google.common.base.MoreObjects.ToStringHelper
 
addHolder(Object) - Method in class com.google.common.base.MoreObjects.ToStringHelper
 
addHolder(String, Object) - Method in class com.google.common.base.MoreObjects.ToStringHelper
 
addImpliedFeatures(Set<Feature<?>>) - Static method in class com.google.common.collect.testing.features.FeatureUtil
Given a set of features, add to it all the features directly or indirectly implied by any of them, and return it.
addInEdge(E, N, boolean) - Method in class com.google.common.graph.AbstractDirectedNetworkConnections
 
addInEdge(E, N, boolean) - Method in class com.google.common.graph.AbstractUndirectedNetworkConnections
 
addInEdge(E, N, boolean) - Method in class com.google.common.graph.DirectedMultiNetworkConnections
 
addInEdge(E, N, boolean) - Method in interface com.google.common.graph.NetworkConnections
Add edge to the set of incoming edges.
addInEdge(E, N, boolean) - Method in class com.google.common.graph.UndirectedMultiNetworkConnections
 
addInitialException(Set<Throwable>) - Method in class com.google.common.util.concurrent.AggregateFuture
 
addInitialException(Set<Throwable>) - Method in class com.google.common.util.concurrent.AggregateFutureState
Populates seen with the exception that was passed to setException.
Additional documentation - Search tag in interface com.google.common.graph.Graph
Section
Additional documentation - Search tag in interface com.google.common.graph.Network
Section
Additional documentation - Search tag in interface com.google.common.graph.PredecessorsFunction
Section
Additional documentation - Search tag in interface com.google.common.graph.SuccessorsFunction
Section
Additional documentation - Search tag in interface com.google.common.graph.ValueGraph
Section
Additional notes - Search tag in class com.google.common.collect.Ordering
Section
addKnownType(MediaType) - Static method in class com.google.common.net.MediaType
 
addLast(E) - Method in class com.google.common.collect.ForwardingDeque
 
addLast(E) - Method in class com.google.common.collect.Synchronized.SynchronizedDeque
 
addLeftChild(E, int) - Method in class com.google.common.collect.TreeMultiset.AvlNode
 
addListener(Service.Listener, Executor) - Method in class com.google.common.util.concurrent.AbstractExecutionThreadService
 
addListener(Service.Listener, Executor) - Method in class com.google.common.util.concurrent.AbstractIdleService
 
addListener(Service.Listener, Executor) - Method in class com.google.common.util.concurrent.AbstractScheduledService
 
addListener(Service.Listener, Executor) - Method in class com.google.common.util.concurrent.AbstractService
 
addListener(Service.Listener, Executor) - Method in interface com.google.common.util.concurrent.Service
Registers a Service.Listener to be executed on the given executor.
addListener(ServiceManager.Listener, Executor) - Method in class com.google.common.util.concurrent.ServiceManager
Registers a ServiceManager.Listener to be executed on the given executor.
addListener(ServiceManager.Listener, Executor) - Method in class com.google.common.util.concurrent.ServiceManager.ServiceManagerState
 
addListener(Runnable, Executor) - Method in class com.google.common.util.concurrent.AbstractFuture
Registers a listener to be run on the given executor.
addListener(Runnable, Executor) - Method in class com.google.common.util.concurrent.AbstractFuture.TrustedFuture
 
addListener(Runnable, Executor) - Method in class com.google.common.util.concurrent.FluentFuture.TrustedFuture
 
addListener(Runnable, Executor) - Method in class com.google.common.util.concurrent.ForwardingFluentFuture
 
addListener(Runnable, Executor) - Method in class com.google.common.util.concurrent.ForwardingListenableFuture
 
addListener(Runnable, Executor) - Method in class com.google.common.util.concurrent.ImmediateFuture
 
addListener(Runnable, Executor) - Method in class com.google.common.util.concurrent.JdkFutureAdapters.ListenableFutureAdapter
 
addListener(Runnable, Executor) - Method in interface com.google.common.util.concurrent.ListenableFuture
Registers a listener to be run on the given executor.
addListener(Runnable, Executor) - Method in class com.google.common.util.concurrent.ListenableFutureTask
 
addListener(L, Executor) - Method in class com.google.common.util.concurrent.ListenerCallQueue
Adds a listener that will be called using the given executor when events are later enqueued and dispatched.
addNode(K, V, LinkedListMultimap.Node<K, V>) - Method in class com.google.common.collect.LinkedListMultimap
Adds a new node for the specified key-value pair before the specified nextSibling element, or at the end of the list if nextSibling is null.
addNode(N) - Method in class com.google.common.graph.ImmutableGraph.Builder
Adds node if it is not already present.
addNode(N) - Method in class com.google.common.graph.ImmutableNetwork.Builder
Adds node if it is not already present.
addNode(N) - Method in class com.google.common.graph.ImmutableValueGraph.Builder
Adds node if it is not already present.
addNode(N) - Method in interface com.google.common.graph.MutableGraph
Adds node if it is not already present.
addNode(N) - Method in interface com.google.common.graph.MutableNetwork
Adds node if it is not already present.
addNode(N) - Method in interface com.google.common.graph.MutableValueGraph
Adds node if it is not already present.
addNode(N) - Method in class com.google.common.graph.StandardMutableGraph
 
addNode(N) - Method in class com.google.common.graph.StandardMutableNetwork
 
addNode(N) - Method in class com.google.common.graph.StandardMutableValueGraph
 
addNodeInternal(N) - Method in class com.google.common.graph.StandardMutableNetwork
Adds node to the graph and returns the associated NetworkConnections.
addNodeInternal(N) - Method in class com.google.common.graph.StandardMutableValueGraph
Adds node to the graph and returns the associated GraphConnections.
addOutEdge(E, N) - Method in class com.google.common.graph.AbstractDirectedNetworkConnections
 
addOutEdge(E, N) - Method in class com.google.common.graph.AbstractUndirectedNetworkConnections
 
addOutEdge(E, N) - Method in class com.google.common.graph.DirectedMultiNetworkConnections
 
addOutEdge(E, N) - Method in interface com.google.common.graph.NetworkConnections
Add edge to the set of outgoing edges.
addOutEdge(E, N) - Method in class com.google.common.graph.UndirectedMultiNetworkConnections
 
addPendingString(StringBuilder) - Method in class com.google.common.util.concurrent.AbstractFuture
 
addPredecessor(N, V) - Method in class com.google.common.graph.DirectedGraphConnections
 
addPredecessor(N, V) - Method in interface com.google.common.graph.GraphConnections
Add node as a predecessor to the origin node.
addPredecessor(N, V) - Method in class com.google.common.graph.UndirectedGraphConnections
 
AddRejectingList(K) - Constructor for class com.google.common.collect.FilteredKeyMultimap.AddRejectingList
 
AddRejectingSet(K) - Constructor for class com.google.common.collect.FilteredKeyMultimap.AddRejectingSet
 
addRelatedGroup(Iterable<? extends T>) - Method in class com.google.common.testing.RelationshipTester
 
addRightChild(E, int) - Method in class com.google.common.collect.TreeMultiset.AvlNode
 
addSampleInstances(Class<T>, Iterable<? extends T>) - Method in class com.google.common.testing.FreshValueGenerator
 
addShutdownHook(Thread) - Method in class com.google.common.util.concurrent.MoreExecutors.Application
 
addSuccessor(N, V) - Method in class com.google.common.graph.DirectedGraphConnections
 
addSuccessor(N, V) - Method in interface com.google.common.graph.GraphConnections
Add node as a successor to the origin node.
addSuccessor(N, V) - Method in class com.google.common.graph.UndirectedGraphConnections
 
addTearDown(TearDown) - Method in interface com.google.common.testing.TearDownAccepter
Registers a TearDown implementor which will be run after the test proper.
addTearDown(TearDown) - Method in class com.google.common.testing.TearDownStack
 
addToCache(MapRetrievalCache.CacheEntry<K, V>) - Method in class com.google.common.graph.MapRetrievalCache
 
addToCache(K, V) - Method in class com.google.common.graph.MapRetrievalCache
 
addToMap() - Method in class com.google.common.collect.AbstractMapBasedMultimap.WrappedCollection
Add the delegate to the map.
addUnconditionalHolder() - Method in class com.google.common.base.MoreObjects.ToStringHelper
 
addUnconditionalHolder(Object) - Method in class com.google.common.base.MoreObjects.ToStringHelper
 
addUnconditionalHolder(String, Object) - Method in class com.google.common.base.MoreObjects.ToStringHelper
 
addValue(boolean) - Method in class com.google.common.base.MoreObjects.ToStringHelper
Adds an unnamed value to the formatted output.
addValue(char) - Method in class com.google.common.base.MoreObjects.ToStringHelper
Adds an unnamed value to the formatted output.
addValue(double) - Method in class com.google.common.base.MoreObjects.ToStringHelper
Adds an unnamed value to the formatted output.
addValue(float) - Method in class com.google.common.base.MoreObjects.ToStringHelper
Adds an unnamed value to the formatted output.
addValue(int) - Method in class com.google.common.base.MoreObjects.ToStringHelper
Adds an unnamed value to the formatted output.
addValue(long) - Method in class com.google.common.base.MoreObjects.ToStringHelper
Adds an unnamed value to the formatted output.
addValue(Object) - Method in class com.google.common.base.MoreObjects.ToStringHelper
Adds an unnamed value to the formatted output.
adjacentEdges(E) - Method in class com.google.common.graph.AbstractNetwork
 
adjacentEdges(E) - Method in class com.google.common.graph.ForwardingNetwork
 
adjacentEdges(E) - Method in interface com.google.common.graph.Network
Returns a live view of the edges which have an incident node in common with edge.
adjacentNode(E) - Method in class com.google.common.graph.AbstractDirectedNetworkConnections
 
adjacentNode(E) - Method in class com.google.common.graph.AbstractUndirectedNetworkConnections
 
adjacentNode(E) - Method in interface com.google.common.graph.NetworkConnections
Returns the node that is adjacent to the origin node along edge.
adjacentNode(N) - Method in class com.google.common.graph.EndpointPair
Returns the node that is adjacent to node along the origin edge.
adjacentNodeFn(Network<N, E>, N) - Static method in class com.google.common.graph.ImmutableNetwork
 
adjacentNodes() - Method in class com.google.common.graph.AbstractDirectedNetworkConnections
 
adjacentNodes() - Method in class com.google.common.graph.DirectedGraphConnections
 
adjacentNodes() - Method in interface com.google.common.graph.GraphConnections
 
adjacentNodes() - Method in interface com.google.common.graph.NetworkConnections
 
adjacentNodes() - Method in class com.google.common.graph.UndirectedGraphConnections
 
adjacentNodes() - Method in class com.google.common.graph.UndirectedMultiNetworkConnections
 
adjacentNodes() - Method in class com.google.common.graph.UndirectedNetworkConnections
 
adjacentNodes(N) - Method in interface com.google.common.graph.BaseGraph
Returns a live view of the nodes which have an incident edge in common with node in this graph.
adjacentNodes(N) - Method in class com.google.common.graph.ForwardingGraph
 
adjacentNodes(N) - Method in class com.google.common.graph.ForwardingNetwork
 
adjacentNodes(N) - Method in class com.google.common.graph.ForwardingValueGraph
 
adjacentNodes(N) - Method in interface com.google.common.graph.Graph
Returns a live view of the nodes which have an incident edge in common with node in this graph.
adjacentNodes(N) - Method in interface com.google.common.graph.Network
Returns a live view of the nodes which have an incident edge in common with node in this graph.
adjacentNodes(N) - Method in class com.google.common.graph.StandardNetwork
 
adjacentNodes(N) - Method in class com.google.common.graph.StandardValueGraph
 
adjacentNodes(N) - Method in interface com.google.common.graph.ValueGraph
Returns a live view of the nodes which have an incident edge in common with node in this graph.
adjacentNodesMultiset() - Method in class com.google.common.graph.UndirectedMultiNetworkConnections
 
adjacentNodesReference - Variable in class com.google.common.graph.UndirectedMultiNetworkConnections
 
adjacentNodeValues - Variable in class com.google.common.graph.DirectedGraphConnections
 
adjacentNodeValues - Variable in class com.google.common.graph.UndirectedGraphConnections
 
adjustAfterRemove(int, int) - Method in class com.google.common.collect.CompactHashMap
Updates the index an iterator is pointing to after a call to remove: returns the index of the entry that should be looked at after a removal on indexRemoved, with indexBeforeRemove as the index that *was* the next entry that would be looked at.
adjustAfterRemove(int, int) - Method in class com.google.common.collect.CompactHashSet
Updates the index an iterator is pointing to after a call to remove: returns the index of the entry that should be looked at after a removal on indexRemoved, with indexBeforeRemove as the index that *was* the next entry that would be looked at.
adjustAfterRemove(int, int) - Method in class com.google.common.collect.CompactLinkedHashMap
 
adjustAfterRemove(int, int) - Method in class com.google.common.collect.CompactLinkedHashSet
 
ADLER_32 - Enum constant in enum class com.google.common.hash.Hashing.ChecksumType
 
adler32() - Static method in class com.google.common.hash.Hashing
Returns a hash function implementing the Adler-32 checksum algorithm (32 hash bits).
advance() - Method in class com.google.common.cache.LocalCache.HashIterator
 
advance() - Method in class com.google.common.collect.MapMakerInternalMap.HashIterator
 
advance() - Method in class com.google.common.graph.EndpointPairIterator
Called after EndpointPairIterator.successorIterator is exhausted.
advance() - Method in class com.google.common.io.MultiInputStream
Closes the current input stream and opens the next one, if any.
advance() - Method in class com.google.common.io.MultiReader
Closes the current reader and opens the next one, if any.
advance(long) - Method in class com.google.common.testing.FakeTicker
Advances the ticker value by nanoseconds.
advance(long, TimeUnit) - Method in class com.google.common.testing.FakeTicker
Advances the ticker value by time in timeUnit.
advance(Duration) - Method in class com.google.common.testing.FakeTicker
Advances the ticker value by duration.
advance(Iterator<?>, int) - Static method in class com.google.common.collect.Iterators
Calls next() on iterator, either numberToAdvance times or until hasNext() returns false, whichever comes first.
advanceTo(ReferenceEntry<K, V>) - Method in class com.google.common.cache.LocalCache.HashIterator
Advances to the given entry.
advanceTo(E) - Method in class com.google.common.collect.MapMakerInternalMap.HashIterator
Advances to the given entry.
AFTER_LAST - Static variable in class com.google.common.collect.testing.SampleElements.Strings
 
AFTER_LAST_2 - Static variable in class com.google.common.collect.testing.SampleElements.Strings
 
afterDone() - Method in class com.google.common.util.concurrent.AbstractCatchingFuture
 
afterDone() - Method in class com.google.common.util.concurrent.AbstractFuture
Callback method that is called exactly once after the future is completed.
afterDone() - Method in class com.google.common.util.concurrent.AbstractTransformFuture
 
afterDone() - Method in class com.google.common.util.concurrent.AggregateFuture
 
afterDone() - Method in class com.google.common.util.concurrent.Futures.InCompletionOrderFuture
 
afterDone() - Method in class com.google.common.util.concurrent.Futures.NonCancellationPropagatingFuture
 
afterDone() - Method in class com.google.common.util.concurrent.TimeoutFuture
 
afterDone() - Method in class com.google.common.util.concurrent.TrustedListenableFutureTask
 
afterEveryChars - Variable in class com.google.common.io.BaseEncoding.SeparatedBaseEncoding
 
afterRanInterruptiblyFailure(Throwable) - Method in class com.google.common.util.concurrent.CombinedFuture.CombinedFutureInterruptibleTask
 
afterRanInterruptiblyFailure(Throwable) - Method in class com.google.common.util.concurrent.InterruptibleTask
Any interruption that happens as a result of calling interruptTask will arrive before this method is called.
afterRanInterruptiblyFailure(Throwable) - Method in class com.google.common.util.concurrent.TrustedListenableFutureTask.TrustedFutureInterruptibleAsyncTask
 
afterRanInterruptiblyFailure(Throwable) - Method in class com.google.common.util.concurrent.TrustedListenableFutureTask.TrustedFutureInterruptibleTask
 
afterRanInterruptiblySuccess(ListenableFuture<V>) - Method in class com.google.common.util.concurrent.TrustedListenableFutureTask.TrustedFutureInterruptibleAsyncTask
 
afterRanInterruptiblySuccess(T) - Method in class com.google.common.util.concurrent.CombinedFuture.CombinedFutureInterruptibleTask
 
afterRanInterruptiblySuccess(T) - Method in class com.google.common.util.concurrent.InterruptibleTask
Any interruption that happens as a result of calling interruptTask will arrive before this method is called.
afterRanInterruptiblySuccess(V) - Method in class com.google.common.util.concurrent.TrustedListenableFutureTask.TrustedFutureInterruptibleTask
 
AGE - Static variable in class com.google.common.net.HttpHeaders
The HTTP Age header field name.
Aggregate() - Constructor for enum class com.google.common.collect.TreeMultiset.Aggregate
 
aggregateAboveRange(TreeMultiset.Aggregate, TreeMultiset.AvlNode<E>) - Method in class com.google.common.collect.TreeMultiset
 
aggregateBelowRange(TreeMultiset.Aggregate, TreeMultiset.AvlNode<E>) - Method in class com.google.common.collect.TreeMultiset
 
aggregateForEntries(TreeMultiset.Aggregate) - Method in class com.google.common.collect.TreeMultiset
 
AggregateFuture<InputT,OutputT> - Class in com.google.common.util.concurrent
A future whose value is derived from a collection of input futures.
AggregateFuture(ImmutableCollection<? extends ListenableFuture<? extends InputT>>, boolean, boolean) - Constructor for class com.google.common.util.concurrent.AggregateFuture
 
AggregateFuture.ReleaseResourcesReason - Enum Class in com.google.common.util.concurrent
 
AggregateFutureState<OutputT> - Class in com.google.common.util.concurrent
A helper which does some thread-safe operations for aggregate futures, which must be implemented differently in GWT.
AggregateFutureState(int) - Constructor for class com.google.common.util.concurrent.AggregateFutureState
 
AggregateFutureState.AtomicHelper - Class in com.google.common.util.concurrent
 
AggregateFutureState.SafeAtomicHelper - Class in com.google.common.util.concurrent
 
AggregateFutureState.SynchronizedAtomicHelper - Class in com.google.common.util.concurrent
 
algorithmName - Variable in class com.google.common.hash.MessageDigestHashFunction.SerializedForm
 
all() - Static method in class com.google.common.collect.ImmutableRangeSet
Returns an immutable range set containing the single range Range.all().
all() - Static method in class com.google.common.collect.Range
Returns a range that contains every value of type C.
all(Iterable<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterables
Returns true if every element in iterable satisfies the predicate.
all(Comparator<? super T>) - Static method in class com.google.common.collect.GeneralRange
Returns the whole range relative to the specified comparator.
all(Iterator<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterators
Returns true if every element returned by iterator satisfies the given predicate.
ALL - Static variable in class com.google.common.collect.ImmutableRangeSet
 
ALL - Static variable in class com.google.common.collect.Range
 
ALL_INPUT_FUTURES_PROCESSED - Enum constant in enum class com.google.common.util.concurrent.AggregateFuture.ReleaseResourcesReason
 
ALL_SET - Static variable in class com.google.common.util.concurrent.Striped
A bit mask were all bits are set.
ALL_STRATEGIES - Static variable in enum class com.google.common.collect.testing.SpliteratorTester.SpliteratorDecompositionStrategy
 
allAsList(ListenableFuture<? extends V>...) - Static method in class com.google.common.util.concurrent.Futures
Creates a new ListenableFuture whose value is a list containing the values of all its input futures, if all succeed.
allAsList(Iterable<? extends ListenableFuture<? extends V>>) - Static method in class com.google.common.util.concurrent.Futures
Creates a new ListenableFuture whose value is a list containing the values of all its input futures, if all succeed.
allEqual() - Static method in class com.google.common.collect.Ordering
Returns an ordering which treats all values as equal, indicating "no ordering." Passing this ordering to any stable sort algorithm results in no change to the order of elements.
AllEqualOrdering - Class in com.google.common.collect
An ordering that treats all references as equals, even nulls.
AllEqualOrdering() - Constructor for class com.google.common.collect.AllEqualOrdering
 
allMatch(Predicate<? super E>) - Method in class com.google.common.collect.FluentIterable
Returns true if every element in this fluent iterable satisfies the predicate.
allMustSucceed - Variable in class com.google.common.util.concurrent.AggregateFuture
 
allMustSucceed - Variable in class com.google.common.util.concurrent.ClosingFuture.Combiner
 
allMustSucceed - Variable in class com.google.common.util.concurrent.Futures.FutureCombiner
 
allocArrays() - Method in class com.google.common.collect.CompactHashMap
Handle lazy allocation of arrays.
allocArrays() - Method in class com.google.common.collect.CompactHashSet
Handle lazy allocation of arrays.
allocArrays() - Method in class com.google.common.collect.CompactLinkedHashMap
 
allocArrays() - Method in class com.google.common.collect.CompactLinkedHashSet
 
ALLOW - Static variable in class com.google.common.net.HttpHeaders
The HTTP Allow header field name.
ALLOW_INSECURE - Enum constant in enum class com.google.common.io.RecursiveDeleteOption
Specifies that the recursive delete should not throw an exception when it can't be guaranteed that it can be done securely, without vulnerability to race conditions (i.e.
AllowConcurrentEvents - Annotation Interface in com.google.common.eventbus
Marks an event subscriber method as being thread-safe.
allowedPriorLocks - Variable in class com.google.common.util.concurrent.CycleDetectingLockFactory.LockGraphNode
The map tracking the locks that are known to be acquired before this lock, each associated with an example stack trace.
allowNulls - Variable in class com.google.common.collect.testing.MinimalCollection
 
ALLOWS_ANY_NULL_QUERIES - Enum constant in enum class com.google.common.collect.testing.features.MapFeature
The map does not throw NullPointerException on any null queries.
ALLOWS_NULL_ENTRY_QUERIES - Enum constant in enum class com.google.common.collect.testing.features.MapFeature
The map does not throw NullPointerException on calls such as entrySet().contains(null) or entrySet().remove(null)
ALLOWS_NULL_KEY_QUERIES - Enum constant in enum class com.google.common.collect.testing.features.MapFeature
The map does not throw NullPointerException on calls such as containsKey(null), get(null), keySet().contains(null) or remove(null).
ALLOWS_NULL_KEYS - Enum constant in enum class com.google.common.collect.testing.features.MapFeature
 
ALLOWS_NULL_QUERIES - Enum constant in enum class com.google.common.collect.testing.features.CollectionFeature
The collection must not throw NullPointerException on calls such as contains(null) or remove(null), but instead must return a simple false.
ALLOWS_NULL_VALUE_QUERIES - Enum constant in enum class com.google.common.collect.testing.features.MapFeature
The map does not throw NullPointerException on calls such as containsValue(null), values().contains(null) or values().remove(null).
ALLOWS_NULL_VALUES - Enum constant in enum class com.google.common.collect.testing.features.CollectionFeature
 
ALLOWS_NULL_VALUES - Enum constant in enum class com.google.common.collect.testing.features.MapFeature
 
allowsNullKeys - Variable in class com.google.common.collect.testing.MapInterfaceTest
 
allowsNullValues - Variable in class com.google.common.collect.testing.MapInterfaceTest
 
allowsParallelEdges - Variable in class com.google.common.graph.NetworkBuilder
 
allowsParallelEdges - Variable in class com.google.common.graph.StandardNetwork
 
allowsParallelEdges() - Method in class com.google.common.graph.ForwardingNetwork
 
allowsParallelEdges() - Method in interface com.google.common.graph.Network
Returns true if this network allows parallel edges.
allowsParallelEdges() - Method in class com.google.common.graph.StandardNetwork
 
allowsParallelEdges(boolean) - Method in class com.google.common.graph.NetworkBuilder
Specifies whether the network will allow parallel edges.
allowsSelfLoops - Variable in class com.google.common.graph.AbstractGraphBuilder
 
allowsSelfLoops - Variable in class com.google.common.graph.StandardNetwork
 
allowsSelfLoops - Variable in class com.google.common.graph.StandardValueGraph
 
allowsSelfLoops() - Method in interface com.google.common.graph.BaseGraph
Returns true if this graph allows self-loops (edges that connect a node to itself).
allowsSelfLoops() - Method in class com.google.common.graph.ForwardingGraph
 
allowsSelfLoops() - Method in class com.google.common.graph.ForwardingNetwork
 
allowsSelfLoops() - Method in class com.google.common.graph.ForwardingValueGraph
 
allowsSelfLoops() - Method in interface com.google.common.graph.Graph
Returns true if this graph allows self-loops (edges that connect a node to itself).
allowsSelfLoops() - Method in interface com.google.common.graph.Network
Returns true if this network allows self-loops (edges that connect a node to itself).
allowsSelfLoops() - Method in class com.google.common.graph.StandardNetwork
 
allowsSelfLoops() - Method in class com.google.common.graph.StandardValueGraph
 
allowsSelfLoops() - Method in interface com.google.common.graph.ValueGraph
Returns true if this graph allows self-loops (edges that connect a node to itself).
allowsSelfLoops(boolean) - Method in class com.google.common.graph.GraphBuilder
Specifies whether the graph will allow self-loops (edges that connect a node to itself).
allowsSelfLoops(boolean) - Method in class com.google.common.graph.NetworkBuilder
Specifies whether the network will allow self-loops (edges that connect a node to itself).
allowsSelfLoops(boolean) - Method in class com.google.common.graph.ValueGraphBuilder
Specifies whether the graph will allow self-loops (edges that connect a node to itself).
allPrimitiveTypes() - Static method in class com.google.common.primitives.Primitives
Returns an immutable set of all nine primitive types (including void).
allTests() - Method in class com.google.common.collect.testing.TestsForListsInJavaUtil
 
allTests() - Method in class com.google.common.collect.testing.TestsForMapsInJavaUtil
 
allTests() - Method in class com.google.common.collect.testing.TestsForQueuesInJavaUtil
 
allTests() - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
allTypes - Variable in class com.google.common.reflect.TypeToken.InterfaceSet
 
allWrapperTypes() - Static method in class com.google.common.primitives.Primitives
Returns an immutable set of all nine primitive-wrapper types (including Void).
alphabet - Variable in class com.google.common.io.BaseEncoding.StandardBaseEncoding
 
Alphabet(String, char[]) - Constructor for class com.google.common.io.BaseEncoding.Alphabet
 
Alphabet(String, char[], byte[], boolean) - Constructor for class com.google.common.io.BaseEncoding.Alphabet
 
ALTERNATE_ADVANCE_AND_SPLIT - Enum constant in enum class com.google.common.collect.testing.SpliteratorTester.SpliteratorDecompositionStrategy
 
Alternatives - Search tag in class com.google.common.util.concurrent.FluentFuture
Section
ALWAYS_FALSE - Enum constant in enum class com.google.common.base.Predicates.ObjectPredicate
 
ALWAYS_TRUE - Enum constant in enum class com.google.common.base.Predicates.ObjectPredicate
 
AlwaysEqual() - Constructor for class com.google.common.testing.ArbitraryInstances.AlwaysEqual
 
alwaysFalse() - Static method in class com.google.common.base.Predicates
Returns a predicate that always evaluates to false.
alwaysTrue() - Static method in class com.google.common.base.Predicates
Returns a predicate that always evaluates to true.
ancestor - Variable in class com.google.common.collect.AbstractMapBasedMultimap.WrappedCollection
 
ancestor(int) - Method in class com.google.common.net.InternetDomainName
Returns the ancestor of the current domain at the given number of levels "higher" (rightward) in the subdomain list.
ancestorDelegate - Variable in class com.google.common.collect.AbstractMapBasedMultimap.WrappedCollection
 
and(double, double) - Method in class com.google.common.math.LinearTransformation.LinearTransformationBuilder
Finish building an instance which also maps x = x2 to y = y2.
and(CharMatcher) - Method in class com.google.common.base.CharMatcher
Returns a matcher that matches any character matched by both this matcher and other.
and(CharMatcher) - Method in class com.google.common.base.CharMatcher.Any
 
and(CharMatcher) - Method in class com.google.common.base.CharMatcher.Is
 
and(CharMatcher) - Method in class com.google.common.base.CharMatcher.IsNot
 
and(CharMatcher) - Method in class com.google.common.base.CharMatcher.None
 
and(Predicate<? super T>...) - Static method in class com.google.common.base.Predicates
Returns a predicate that evaluates to true if each of its components evaluates to true.
and(Predicate<? super T>, Predicate<? super T>) - Static method in class com.google.common.base.Predicates
Returns a predicate that evaluates to true if both of its components evaluate to true.
and(Iterable<? extends Predicate<? super T>>) - Static method in class com.google.common.base.Predicates
Returns a predicate that evaluates to true if each of its components evaluates to true.
And(CharMatcher, CharMatcher) - Constructor for class com.google.common.base.CharMatcher.And
 
AndPredicate(List<? extends Predicate<? super T>>) - Constructor for class com.google.common.base.Predicates.AndPredicate
 
andThen(Converter<B, C>) - Method in class com.google.common.base.Converter
Returns a converter whose convert method applies secondConverter to the result of this converter.
AnEnum - Enum Class in com.google.common.collect.testing
A sample enumerated type we use for testing.
AnEnum() - Constructor for enum class com.google.common.collect.testing.AnEnum
 
ANNOTATED_TYPE_EXISTS - Static variable in class com.google.common.reflect.Invokable
 
annotatedType - Variable in class com.google.common.reflect.Parameter
An AnnotatedType instance, or null under Android VMs (possible only when using the Android flavor of Guava).
annotatedTypeExists() - Static method in class com.google.common.testing.NullPointerTester
 
annotationCache - Static variable in class com.google.common.collect.testing.features.FeatureUtil
A cache of annotated objects (typically a Class or Method) to its set of annotations.
annotations - Variable in class com.google.common.reflect.Parameter
 
any() - Static method in class com.google.common.base.CharMatcher
Matches any character.
any(Iterable<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterables
Returns true if any element in iterable satisfies the predicate.
any(Type[]) - Static method in class com.google.common.reflect.TypeToken
 
any(Iterator<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterators
Returns true if one or more elements returned by iterator satisfy the given predicate.
Any() - Constructor for class com.google.common.base.CharMatcher.Any
 
ANY - Enum constant in enum class com.google.common.collect.testing.features.CollectionSize
 
ANY_APPLICATION_TYPE - Static variable in class com.google.common.net.MediaType
 
ANY_AUDIO_TYPE - Static variable in class com.google.common.net.MediaType
 
ANY_FONT_TYPE - Static variable in class com.google.common.net.MediaType
Wildcard matching any "font" top-level media type.
ANY_IMAGE_TYPE - Static variable in class com.google.common.net.MediaType
 
ANY_PRESENT - Enum constant in enum class com.google.common.collect.SortedLists.KeyPresentBehavior
Return the index of any list element that compares as equal to the key.
ANY_TEXT_TYPE - Static variable in class com.google.common.net.MediaType
 
ANY_TYPE - Static variable in class com.google.common.net.MediaType
 
ANY_VIDEO_TYPE - Static variable in class com.google.common.net.MediaType
 
ANY4 - Static variable in class com.google.common.net.InetAddresses
 
anyMatch(Predicate<? super E>) - Method in class com.google.common.collect.FluentIterable
Returns true if any element in this fluent iterable satisfies the predicate.
anyOf(CharSequence) - Static method in class com.google.common.base.CharMatcher
Returns a char matcher that matches any BMP character present in the given character sequence.
AnyOf(CharSequence) - Constructor for class com.google.common.base.CharMatcher.AnyOf
 
append(char) - Method in class com.google.common.io.AppendableWriter
 
append(char) - Method in class com.google.common.io.CharStreams.NullWriter
 
append(E...) - Method in class com.google.common.collect.FluentIterable
Returns a fluent iterable whose iterators traverse first the elements of this fluent iterable, followed by elements.
append(CharSequence) - Method in class com.google.common.io.AppendableWriter
 
append(CharSequence) - Method in class com.google.common.io.CharStreams.NullWriter
 
append(CharSequence, int, int) - Method in class com.google.common.io.AppendableWriter
 
append(CharSequence, int, int) - Method in class com.google.common.io.CharStreams.NullWriter
 
append(CharSequence, File, Charset) - Static method in class com.google.common.io.Files
Deprecated.
Prefer asCharSink(to, charset, FileWriteMode.APPEND).write(from). This method is scheduled to be removed in October 2019.
append(Iterable<? extends E>) - Method in class com.google.common.collect.FluentIterable
Returns a fluent iterable whose iterators traverse first the elements of this fluent iterable, followed by those of other.
APPEND - Enum constant in enum class com.google.common.io.FileWriteMode
Specifies that writes to the opened file should append to the end of the file.
AppendableWriter - Class in com.google.common.io
Writer that places all output on an Appendable target.
AppendableWriter(Appendable) - Constructor for class com.google.common.io.AppendableWriter
Creates a new writer that appends everything it writes to target.
appendResultObject(StringBuilder, Object) - Method in class com.google.common.util.concurrent.AbstractFuture
Any object can be the result of a Future, and not every object has a reasonable toString() implementation.
appendTo(A, Iterable<? extends Object>) - Method in class com.google.common.base.Joiner
Appends the string representation of each of parts, using the previously configured separator between each, to appendable.
appendTo(A, Iterable<? extends Map.Entry<?, ?>>) - Method in class com.google.common.base.Joiner.MapJoiner
Appends the string representation of each entry in entries, using the previously configured separator and key-value separator, to appendable.
appendTo(A, Object[]) - Method in class com.google.common.base.Joiner
Appends the string representation of each of parts, using the previously configured separator between each, to appendable.
appendTo(A, Object, Object, Object...) - Method in class com.google.common.base.Joiner
Appends to appendable the string representation of each of the remaining arguments.
appendTo(A, Iterator<? extends Object>) - Method in class com.google.common.base.Joiner
Appends the string representation of each of parts, using the previously configured separator between each, to appendable.
appendTo(A, Iterator<? extends Map.Entry<?, ?>>) - Method in class com.google.common.base.Joiner.MapJoiner
Appends the string representation of each entry in entries, using the previously configured separator and key-value separator, to appendable.
appendTo(A, Map<?, ?>) - Method in class com.google.common.base.Joiner.MapJoiner
Appends the string representation of each entry of map, using the previously configured separator and key-value separator, to appendable.
appendTo(StringBuilder, Iterable<? extends Object>) - Method in class com.google.common.base.Joiner
Appends the string representation of each of parts, using the previously configured separator between each, to builder.
appendTo(StringBuilder, Iterable<? extends Map.Entry<?, ?>>) - Method in class com.google.common.base.Joiner.MapJoiner
Appends the string representation of each entry in entries, using the previously configured separator and key-value separator, to builder.
appendTo(StringBuilder, Object[]) - Method in class com.google.common.base.Joiner
Appends the string representation of each of parts, using the previously configured separator between each, to builder.
appendTo(StringBuilder, Object, Object, Object...) - Method in class com.google.common.base.Joiner
Appends to builder the string representation of each of the remaining arguments.
appendTo(StringBuilder, Iterator<? extends Object>) - Method in class com.google.common.base.Joiner
Appends the string representation of each of parts, using the previously configured separator between each, to builder.
appendTo(StringBuilder, Iterator<? extends Map.Entry<?, ?>>) - Method in class com.google.common.base.Joiner.MapJoiner
Appends the string representation of each entry in entries, using the previously configured separator and key-value separator, to builder.
appendTo(StringBuilder, Map<?, ?>) - Method in class com.google.common.base.Joiner.MapJoiner
Appends the string representation of each entry of map, using the previously configured separator and key-value separator, to builder.
appendUserObject(StringBuilder, Object) - Method in class com.google.common.util.concurrent.AbstractFuture
Helper for printing user supplied objects into our toString method.
APPLE_MOBILE_CONFIG - Static variable in class com.google.common.net.MediaType
APPLE_PASSBOOK - Static variable in class com.google.common.net.MediaType
Application() - Constructor for class com.google.common.util.concurrent.MoreExecutors.Application
 
APPLICATION_BINARY - Static variable in class com.google.common.net.MediaType
This is a non-standard media type, but is commonly used in serving hosted binary files as it is known not to trigger content sniffing in current browsers.
APPLICATION_TYPE - Static variable in class com.google.common.net.MediaType
 
APPLICATION_XML_UTF_8 - Static variable in class com.google.common.net.MediaType
As described in RFC 3023, this constant (application/xml) is used for XML documents that are "unreadable by casual users." MediaType.XML_UTF_8 is provided for documents that may be read by users.
apply(double, long) - Method in interface com.google.common.collect.Streams.DoubleFunctionWithIndex
Applies this function to the given argument and its index within a stream.
apply(int, long) - Method in interface com.google.common.collect.Streams.IntFunctionWithIndex
Applies this function to the given argument and its index within a stream.
apply(long, long) - Method in interface com.google.common.collect.Streams.LongFunctionWithIndex
Applies this function to the given argument and its index within a stream.
apply(A) - Method in class com.google.common.base.Converter
Deprecated.
Provided to satisfy the Function interface; use Converter.convert(A) instead.
apply(A) - Method in class com.google.common.base.Functions.FunctionComposition
 
apply(A) - Method in class com.google.common.base.Predicates.CompositionPredicate
 
apply(C) - Method in class com.google.common.collect.Range
Deprecated.
Provided only to satisfy the Predicate interface; use Range.contains(C) instead.
apply(Supplier<Object>) - Method in enum class com.google.common.base.Suppliers.SupplierFunctionImpl
 
apply(ClosingFuture.DeferredCloser, T) - Method in interface com.google.common.util.concurrent.ClosingFuture.AsyncClosingFunction
Applies this function to an input, or throws an exception if unable to do so.
apply(ClosingFuture.DeferredCloser, T) - Method in interface com.google.common.util.concurrent.ClosingFuture.ClosingFunction
Applies this function to an input, or throws an exception if unable to do so.
apply(ClosingFuture.DeferredCloser, V1, V2) - Method in interface com.google.common.util.concurrent.ClosingFuture.Combiner2.AsyncClosingFunction2
Applies this function to two inputs, or throws an exception if unable to do so.
apply(ClosingFuture.DeferredCloser, V1, V2) - Method in interface com.google.common.util.concurrent.ClosingFuture.Combiner2.ClosingFunction2
Applies this function to two inputs, or throws an exception if unable to do so.
apply(ClosingFuture.DeferredCloser, V1, V2, V3) - Method in interface com.google.common.util.concurrent.ClosingFuture.Combiner3.AsyncClosingFunction3
Applies this function to three inputs, or throws an exception if unable to do so.
apply(ClosingFuture.DeferredCloser, V1, V2, V3) - Method in interface com.google.common.util.concurrent.ClosingFuture.Combiner3.ClosingFunction3
Applies this function to three inputs, or throws an exception if unable to do so.
apply(ClosingFuture.DeferredCloser, V1, V2, V3, V4) - Method in interface com.google.common.util.concurrent.ClosingFuture.Combiner4.AsyncClosingFunction4
Applies this function to four inputs, or throws an exception if unable to do so.
apply(ClosingFuture.DeferredCloser, V1, V2, V3, V4) - Method in interface com.google.common.util.concurrent.ClosingFuture.Combiner4.ClosingFunction4
Applies this function to four inputs, or throws an exception if unable to do so.
apply(ClosingFuture.DeferredCloser, V1, V2, V3, V4, V5) - Method in interface com.google.common.util.concurrent.ClosingFuture.Combiner5.AsyncClosingFunction5
Applies this function to five inputs, or throws an exception if unable to do so.
apply(ClosingFuture.DeferredCloser, V1, V2, V3, V4, V5) - Method in interface com.google.common.util.concurrent.ClosingFuture.Combiner5.ClosingFunction5
Applies this function to five inputs, or throws an exception if unable to do so.
apply(E) - Method in class com.google.common.collect.Interners.InternerFunction
 
apply(F) - Method in interface com.google.common.base.Function
 
apply(F) - Method in class com.google.common.base.Functions.SupplierFunction
 
apply(I) - Method in interface com.google.common.util.concurrent.AsyncFunction
Returns an output Future to use in place of the given input.
apply(Character) - Method in class com.google.common.base.CharMatcher
Deprecated.
Provided only to satisfy the Predicate interface; use CharMatcher.matches(char) instead.
apply(Character) - Method in class com.google.common.base.CharMatcher.ForPredicate
 
apply(CharSequence) - Method in class com.google.common.base.Predicates.ContainsPatternPredicate
 
apply(Class<?>) - Method in class com.google.common.base.Predicates.SubtypeOfPredicate
 
apply(Iterable<E>) - Method in class com.google.common.collect.FluentIterable.FromIterableFunction
 
apply(Object) - Method in class com.google.common.base.Functions.ConstantFunction
 
apply(Object) - Method in enum class com.google.common.base.Functions.IdentityFunction
 
apply(Object) - Method in enum class com.google.common.base.Functions.ToStringFunction
 
apply(Object) - Method in class com.google.common.base.Predicates.IsEqualToPredicate
 
apply(Object, V) - Method in class com.google.common.collect.Maps.AbstractFilteredMap
 
apply(K) - Method in class com.google.common.base.Functions.ForMapWithDefault
 
apply(K) - Method in class com.google.common.base.Functions.FunctionForMapNoDefault
 
apply(K) - Method in class com.google.common.cache.AbstractLoadingCache
 
apply(K) - Method in class com.google.common.cache.ForwardingLoadingCache
 
apply(K) - Method in interface com.google.common.cache.LoadingCache
Deprecated.
Provided to satisfy the Function interface; use LoadingCache.get(K) or LoadingCache.getUnchecked(K) instead.
apply(K) - Method in class com.google.common.cache.LocalCache.LoadingSerializationProxy
 
apply(K) - Method in class com.google.common.cache.LocalCache.LocalLoadingCache
 
apply(T) - Method in class com.google.common.base.Equivalence.EquivalentToPredicate
 
apply(T) - Method in class com.google.common.base.Functions.PredicateFunction
 
apply(T) - Method in interface com.google.common.base.Predicate
Returns the result of applying this predicate to input (Java 8+ users, see notes in the class documentation above).
apply(T) - Method in class com.google.common.base.Predicates.AndPredicate
 
apply(T) - Method in class com.google.common.base.Predicates.InPredicate
 
apply(T) - Method in class com.google.common.base.Predicates.InstanceOfPredicate
 
apply(T) - Method in class com.google.common.base.Predicates.NotPredicate
 
apply(T) - Method in class com.google.common.base.Predicates.OrPredicate
 
apply(T) - Method in class com.google.common.hash.BloomFilter
Deprecated.
Provided only to satisfy the Predicate interface; use BloomFilter.mightContain(T) instead.
apply(T, long) - Method in interface com.google.common.collect.Streams.FunctionWithIndex
Applies this function to the given argument and its index within a stream.
apply(V) - Method in class com.google.common.collect.FilteredEntryMultimap.ValuePredicate
 
applyAsyncClosingFunction(ClosingFuture.AsyncClosingFunction<V, U>, V) - Method in class com.google.common.util.concurrent.ClosingFuture.CloseableList
 
applyClosingFunction(ClosingFuture.ClosingFunction<? super V, U>, V) - Method in class com.google.common.util.concurrent.ClosingFuture.CloseableList
 
approximateElementCount() - Method in class com.google.common.hash.BloomFilter
Returns an estimate for the total number of distinct elements that have been added to this Bloom filter.
arbitrary() - Static method in class com.google.common.collect.Ordering
Returns an arbitrary ordering over all objects, for which compare(a, b) == 0 implies a == b (identity equality).
ARBITRARY_ORDERING - Static variable in class com.google.common.collect.Ordering.ArbitraryOrderingHolder
 
arbitraryConstantInstanceOrNull(Class<T>) - Static method in class com.google.common.testing.ArbitraryInstances
 
ArbitraryInstances - Class in com.google.common.testing
Supplies an arbitrary "default" instance for a wide range of types, often useful in testing utilities.
ArbitraryInstances() - Constructor for class com.google.common.testing.ArbitraryInstances
 
ArbitraryInstances.AlwaysEqual - Class in com.google.common.testing
 
ArbitraryInstances.ByToString - Class in com.google.common.testing
 
ArbitraryInstances.Dummies - Class in com.google.common.testing
 
ArbitraryInstances.Dummies.DeterministicRandom - Class in com.google.common.testing
 
ArbitraryInstances.Dummies.DummyCountDownLatch - Class in com.google.common.testing
 
ArbitraryInstances.Dummies.DummyExecutor - Class in com.google.common.testing
 
ArbitraryInstances.Dummies.DummyRunnable - Class in com.google.common.testing
 
ArbitraryInstances.Dummies.DummyScheduledThreadPoolExecutor - Class in com.google.common.testing
 
ArbitraryInstances.Dummies.DummyThreadFactory - Class in com.google.common.testing
 
ArbitraryInstances.Dummies.InMemoryPrintStream - Class in com.google.common.testing
 
ArbitraryInstances.Dummies.InMemoryPrintWriter - Class in com.google.common.testing
 
ArbitraryInstances.NullByteSink - Class in com.google.common.testing
 
arbitraryNullFriendlyComparator() - Static method in class com.google.common.collect.testing.TestsForMapsInJavaUtil
 
arbitraryNullFriendlyComparator() - Static method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
ArbitraryOrdering() - Constructor for class com.google.common.collect.Ordering.ArbitraryOrdering
 
ArbitraryOrderingHolder() - Constructor for class com.google.common.collect.Ordering.ArbitraryOrderingHolder
 
areEqual() - Method in interface com.google.common.collect.MapDifference
Returns true if there are no differences between the two maps; that is, if the maps are equal.
areEqual() - Method in class com.google.common.collect.Maps.MapDifferenceImpl
 
areEqual(double, double) - Static method in class com.google.common.primitives.ImmutableDoubleArray
 
argumentsList - Variable in class com.google.common.reflect.Types.ParameterizedTypeImpl
 
array - Variable in class com.google.common.collect.ArrayTable
 
array - Variable in class com.google.common.collect.Iterators.ArrayItr
 
array - Variable in class com.google.common.collect.RegularImmutableList
 
array - Variable in class com.google.common.primitives.Booleans.BooleanArrayAsList
 
array - Variable in class com.google.common.primitives.Bytes.ByteArrayAsList
 
array - Variable in class com.google.common.primitives.Chars.CharArrayAsList
 
array - Variable in class com.google.common.primitives.Doubles.DoubleArrayAsList
 
array - Variable in class com.google.common.primitives.Floats.FloatArrayAsList
 
array - Variable in class com.google.common.primitives.ImmutableDoubleArray
 
array - Variable in class com.google.common.primitives.ImmutableDoubleArray.Builder
 
array - Variable in class com.google.common.primitives.ImmutableIntArray
 
array - Variable in class com.google.common.primitives.ImmutableIntArray.Builder
 
array - Variable in class com.google.common.primitives.ImmutableLongArray
 
array - Variable in class com.google.common.primitives.ImmutableLongArray.Builder
 
array - Variable in class com.google.common.primitives.Ints.IntArrayAsList
 
array - Variable in class com.google.common.primitives.Longs.LongArrayAsList
 
array - Variable in class com.google.common.primitives.Shorts.ShortArrayAsList
 
array - Variable in class com.google.common.util.concurrent.Striped.CompactStriped
Size is a power of two.
ArrayBasedCharEscaper - Class in com.google.common.escape
A CharEscaper that uses an array to quickly look up replacement characters for a given char value.
ArrayBasedCharEscaper(ArrayBasedEscaperMap, char, char) - Constructor for class com.google.common.escape.ArrayBasedCharEscaper
Creates a new ArrayBasedCharEscaper instance with the given replacement map and specified safe range.
ArrayBasedCharEscaper(Map<Character, String>, char, char) - Constructor for class com.google.common.escape.ArrayBasedCharEscaper
Creates a new ArrayBasedCharEscaper instance with the given replacement map and specified safe range.
ArrayBasedEscaperMap - Class in com.google.common.escape
An implementation-specific parameter class suitable for initializing ArrayBasedCharEscaper or ArrayBasedUnicodeEscaper instances.
ArrayBasedEscaperMap(char[][]) - Constructor for class com.google.common.escape.ArrayBasedEscaperMap
 
ArrayBasedUnicodeEscaper - Class in com.google.common.escape
A UnicodeEscaper that uses an array to quickly look up replacement characters for a given code point.
ArrayBasedUnicodeEscaper(ArrayBasedEscaperMap, int, int, String) - Constructor for class com.google.common.escape.ArrayBasedUnicodeEscaper
Creates a new ArrayBasedUnicodeEscaper instance with the given replacement map and specified safe range.
ArrayBasedUnicodeEscaper(Map<Character, String>, int, int, String) - Constructor for class com.google.common.escape.ArrayBasedUnicodeEscaper
Creates a new ArrayBasedUnicodeEscaper instance with the given replacement map and specified safe range.
ArrayItr(T[], int) - Constructor for class com.google.common.collect.Iterators.ArrayItr
 
ArrayListMultimap<K,V> - Class in com.google.common.collect
Implementation of Multimap that uses an ArrayList to store the values for a given key.
ArrayListMultimap() - Constructor for class com.google.common.collect.ArrayListMultimap
 
ArrayListMultimap(int, int) - Constructor for class com.google.common.collect.ArrayListMultimap
 
ArrayListMultimap(Multimap<? extends K, ? extends V>) - Constructor for class com.google.common.collect.ArrayListMultimap
 
ArrayListMultimapGwtSerializationDependencies<K,V> - Class in com.google.common.collect
A dummy superclass to support GWT serialization of the element types of an ArrayListMultimap.
ArrayListMultimapGwtSerializationDependencies(Map<K, Collection<V>>) - Constructor for class com.google.common.collect.ArrayListMultimapGwtSerializationDependencies
 
ArrayListSupplier(int) - Constructor for class com.google.common.collect.MultimapBuilder.ArrayListSupplier
 
arrayListValues() - Method in class com.google.common.collect.MultimapBuilder.MultimapBuilderWithKeys
Uses an ArrayList to store value collections.
arrayListValues(int) - Method in class com.google.common.collect.MultimapBuilder.MultimapBuilderWithKeys
Uses an ArrayList to store value collections, initialized to expect the specified number of values per key.
ArrayMap(ImmutableMap<K, Integer>) - Constructor for class com.google.common.collect.ArrayTable.ArrayMap
 
ArrayReference(L, int, ReferenceQueue<L>) - Constructor for class com.google.common.util.concurrent.Striped.SmallLazyStriped.ArrayReference
 
ArrayTable<R,C,V> - Class in com.google.common.collect
Fixed-size Table implementation backed by a two-dimensional array.
ArrayTable(ArrayTable<R, C, V>) - Constructor for class com.google.common.collect.ArrayTable
 
ArrayTable(Table<R, C, ? extends V>) - Constructor for class com.google.common.collect.ArrayTable
 
ArrayTable(Iterable<? extends R>, Iterable<? extends C>) - Constructor for class com.google.common.collect.ArrayTable
 
ArrayTable.ArrayMap<K,V> - Class in com.google.common.collect
 
ArrayTable.Column - Class in com.google.common.collect
 
ArrayTable.ColumnMap - Class in com.google.common.collect
 
ArrayTable.Row - Class in com.google.common.collect
 
ArrayTable.RowMap - Class in com.google.common.collect
 
ArrayWithDuplicate(E[], E) - Constructor for class com.google.common.collect.testing.AbstractContainerTester.ArrayWithDuplicate
 
asAsyncCallable(Callable<T>, ListeningExecutorService) - Static method in class com.google.common.util.concurrent.Callables
Creates an AsyncCallable from a Callable.
asBytes() - Method in class com.google.common.hash.HashCode
Returns the value of this hash code as a byte array.
asBytes() - Method in class com.google.common.hash.HashCode.BytesHashCode
 
asBytes() - Method in class com.google.common.hash.HashCode.IntHashCode
 
asBytes() - Method in class com.google.common.hash.HashCode.LongHashCode
 
asByteSink(File, FileWriteMode...) - Static method in class com.google.common.io.Files
Returns a new ByteSink for writing bytes to the given file.
asByteSink(Path, OpenOption...) - Static method in class com.google.common.io.MoreFiles
Returns a view of the given path as a ByteSink.
asByteSource() - Method in class com.google.common.io.FileBackedOutputStream
Returns a readable ByteSource view of the data that has been written to this stream.
asByteSource() - Method in class com.google.common.reflect.ClassPath.ResourceInfo
Returns a ByteSource view of the resource from which its bytes can be read.
asByteSource(File) - Static method in class com.google.common.io.Files
Returns a new ByteSource for reading bytes from the given file.
asByteSource(URL) - Static method in class com.google.common.io.Resources
Returns a ByteSource that reads from the given URL.
asByteSource(Charset) - Method in class com.google.common.io.ByteSource.AsCharSource
 
asByteSource(Charset) - Method in class com.google.common.io.CharSource
Returns a ByteSource view of this char source that encodes chars read from this source as bytes using the given Charset.
asByteSource(Path, OpenOption...) - Static method in class com.google.common.io.MoreFiles
Returns a view of the given path as a ByteSource.
AsByteSource(Charset) - Constructor for class com.google.common.io.CharSource.AsByteSource
 
asCharSink(File, Charset, FileWriteMode...) - Static method in class com.google.common.io.Files
Returns a new CharSink for writing character data to the given file using the given character set.
asCharSink(Charset) - Method in class com.google.common.io.ByteSink
Returns a CharSink view of this ByteSink that writes characters to this sink as bytes encoded with the given charset.
asCharSink(Path, Charset, OpenOption...) - Static method in class com.google.common.io.MoreFiles
Returns a view of the given path as a CharSink using the given charset.
AsCharSink(Charset) - Constructor for class com.google.common.io.ByteSink.AsCharSink
 
asCharSource(File, Charset) - Static method in class com.google.common.io.Files
Returns a new CharSource for reading character data from the given file using the given character set.
asCharSource(URL, Charset) - Static method in class com.google.common.io.Resources
Returns a CharSource that reads from the given URL using the given character set.
asCharSource(Charset) - Method in class com.google.common.io.ByteSource
Returns a CharSource view of this byte source that decodes bytes read from this source as characters using the given Charset.
asCharSource(Charset) - Method in class com.google.common.io.ByteSource.EmptyByteSource
 
asCharSource(Charset) - Method in class com.google.common.io.CharSource.AsByteSource
 
asCharSource(Charset) - Method in class com.google.common.io.MoreFiles.PathByteSource
 
asCharSource(Charset) - Method in class com.google.common.reflect.ClassPath.ResourceInfo
Returns a CharSource view of the resource from which its bytes can be read as characters decoded with the given charset.
asCharSource(Path, Charset, OpenOption...) - Static method in class com.google.common.io.MoreFiles
Returns a view of the given path as a CharSource using the given charset.
AsCharSource(Charset) - Constructor for class com.google.common.io.ByteSource.AsCharSource
 
ascii() - Static method in class com.google.common.base.CharMatcher
Determines whether a character is ASCII, meaning that its code point is less than 128.
Ascii - Class in com.google.common.base
Static methods pertaining to ASCII characters (those in the range of values 0x00 through 0x7F), and to strings containing such characters.
Ascii() - Constructor for class com.google.common.base.Ascii
 
Ascii() - Constructor for class com.google.common.base.CharMatcher.Ascii
 
asciiDigits - Static variable in class com.google.common.primitives.Longs.AsciiDigits
 
AsciiDigits() - Constructor for class com.google.common.primitives.Longs.AsciiDigits
 
asConverter(BiMap<A, B>) - Static method in class com.google.common.collect.Maps
Returns a Converter that converts values using bimap.get(), and whose inverse view converts values using bimap.inverse().get().
asDescendingMapOfRanges() - Method in class com.google.common.collect.ImmutableRangeMap
 
asDescendingMapOfRanges() - Method in interface com.google.common.collect.RangeMap
Returns a view of this range map as an unmodifiable Map<Range<K>, V>.
asDescendingMapOfRanges() - Method in class com.google.common.collect.TreeRangeMap
 
asDescendingMapOfRanges() - Method in class com.google.common.collect.TreeRangeMap.SubRangeMap
 
asDescendingSetOfRanges - Variable in class com.google.common.collect.TreeRangeSet
 
asDescendingSetOfRanges() - Method in class com.google.common.collect.ImmutableRangeSet
 
asDescendingSetOfRanges() - Method in interface com.google.common.collect.RangeSet
Returns a descending view of the disconnected ranges that make up this range set.
asDescendingSetOfRanges() - Method in class com.google.common.collect.TreeRangeSet
 
asEntryToEntryFunction(Maps.EntryTransformer<? super K, ? super V1, V2>) - Static method in class com.google.common.collect.Maps
Views an entry transformer as a function from entries to entries.
asEntryToValueFunction(Maps.EntryTransformer<? super K, ? super V1, V2>) - Static method in class com.google.common.collect.Maps
Views an entry transformer as a function from Entry to values.
asEntryTransformer(Function<? super V1, V2>) - Static method in class com.google.common.collect.Maps
Views a function as an entry transformer that ignores the entry key.
asEnumeration(Iterator<T>) - Static method in class com.google.common.collect.Iterators
Adapts an Iterator to the Enumeration interface.
asFunction - Variable in class com.google.common.escape.Escaper
 
asFunction() - Method in class com.google.common.escape.Escaper
Returns a Function that invokes Escaper.escape(String) on this escaper.
asFunction(Interner<E>) - Static method in class com.google.common.collect.Interners
Returns a function that delegates to the Interner.intern(E) method of the given interner.
asGraph() - Method in class com.google.common.graph.AbstractNetwork
 
asGraph() - Method in class com.google.common.graph.AbstractValueGraph
 
asGraph() - Method in class com.google.common.graph.ImmutableNetwork
 
asGraph() - Method in class com.google.common.graph.ImmutableValueGraph
 
asGraph() - Method in interface com.google.common.graph.Network
Returns a live view of this network as a Graph.
asGraph() - Method in interface com.google.common.graph.ValueGraph
Returns a live view of this graph as a Graph.
asImmutable(EnumMap<K, V>) - Static method in class com.google.common.collect.ImmutableEnumMap
 
asImmutable(EnumSet<E>) - Static method in class com.google.common.collect.ImmutableEnumSet
 
asImmutableList(Object[]) - Static method in class com.google.common.collect.ImmutableList
Views the array as an immutable list.
asImmutableList(Object[], int) - Static method in class com.google.common.collect.ImmutableList
Views the array as an immutable list.
asInt() - Method in class com.google.common.hash.HashCode
Returns the first four bytes of this hashcode's bytes, converted to an int value in little-endian order.
asInt() - Method in class com.google.common.hash.HashCode.BytesHashCode
 
asInt() - Method in class com.google.common.hash.HashCode.IntHashCode
 
asInt() - Method in class com.google.common.hash.HashCode.LongHashCode
 
asList - Variable in class com.google.common.collect.ImmutableMultiset
 
asList - Variable in class com.google.common.collect.ImmutableSet.CachingAsList
 
asList() - Method in class com.google.common.collect.EmptyContiguousSet
 
asList() - Method in class com.google.common.collect.ImmutableCollection
Returns an ImmutableList containing the same elements, in the same order, as this collection.
asList() - Method in class com.google.common.collect.ImmutableList
Deprecated.
There is no reason to use this; it always returns this.
asList() - Method in class com.google.common.collect.ImmutableMapValues
 
asList() - Method in class com.google.common.collect.ImmutableMultiset
 
asList() - Method in class com.google.common.collect.ImmutableSet.CachingAsList
 
asList() - Method in class com.google.common.collect.SingletonImmutableSet
 
asList() - Method in class com.google.common.collect.testing.SampleElements
 
asList() - Method in class com.google.common.primitives.ImmutableDoubleArray
Returns an immutable view of this array's values as a List; note that double values are boxed into Double instances on demand, which can be very expensive.
asList() - Method in class com.google.common.primitives.ImmutableIntArray
Returns an immutable view of this array's values as a List; note that int values are boxed into Integer instances on demand, which can be very expensive.
asList() - Method in class com.google.common.primitives.ImmutableLongArray
Returns an immutable view of this array's values as a List; note that long values are boxed into Long instances on demand, which can be very expensive.
asList(boolean...) - Static method in class com.google.common.primitives.Booleans
Returns a fixed-size list backed by the specified array, similar to Arrays.asList(Object[]).
asList(byte...) - Static method in class com.google.common.primitives.Bytes
Returns a fixed-size list backed by the specified array, similar to Arrays.asList(Object[]).
asList(char...) - Static method in class com.google.common.primitives.Chars
Returns a fixed-size list backed by the specified array, similar to Arrays.asList(Object[]).
asList(double...) - Static method in class com.google.common.primitives.Doubles
Returns a fixed-size list backed by the specified array, similar to Arrays.asList(Object[]).
asList(float...) - Static method in class com.google.common.primitives.Floats
Returns a fixed-size list backed by the specified array, similar to Arrays.asList(Object[]).
asList(int...) - Static method in class com.google.common.primitives.Ints
Returns a fixed-size list backed by the specified array, similar to Arrays.asList(Object[]).
asList(long...) - Static method in class com.google.common.primitives.Longs
Returns a fixed-size list backed by the specified array, similar to Arrays.asList(Object[]).
asList(short...) - Static method in class com.google.common.primitives.Shorts
Returns a fixed-size list backed by the specified array, similar to Arrays.asList(Object[]).
asList(Predicate<? super T>, Predicate<? super T>) - Static method in class com.google.common.base.Predicates
 
asList(E, E[]) - Static method in class com.google.common.collect.Lists
Returns an unmodifiable list containing the specified first element and backed by the specified array of additional elements.
asList(E, E, E[]) - Static method in class com.google.common.collect.Lists
Returns an unmodifiable list containing the specified first and second element, and backed by the specified array of additional elements.
AsList(ImmutableDoubleArray) - Constructor for class com.google.common.primitives.ImmutableDoubleArray.AsList
 
AsList(ImmutableIntArray) - Constructor for class com.google.common.primitives.ImmutableIntArray.AsList
 
AsList(ImmutableLongArray) - Constructor for class com.google.common.primitives.ImmutableLongArray.AsList
 
asLong() - Method in class com.google.common.hash.HashCode
Returns the first eight bytes of this hashcode's bytes, converted to a long value in little-endian order.
asLong() - Method in class com.google.common.hash.HashCode.BytesHashCode
 
asLong() - Method in class com.google.common.hash.HashCode.IntHashCode
 
asLong() - Method in class com.google.common.hash.HashCode.LongHashCode
 
asMap - Variable in class com.google.common.collect.AbstractMultimap
 
asMap - Variable in class com.google.common.collect.Synchronized.SynchronizedMultimap
 
asMap - Variable in class com.google.common.util.concurrent.AtomicLongMap
 
asMap() - Method in class com.google.common.cache.AbstractCache
 
asMap() - Method in interface com.google.common.cache.Cache
Returns a view of the entries stored in this cache as a thread-safe map.
asMap() - Method in class com.google.common.cache.ForwardingCache
 
asMap() - Method in interface com.google.common.cache.LoadingCache
Returns a view of the entries stored in this cache as a thread-safe map.
asMap() - Method in class com.google.common.cache.LocalCache.LocalManualCache
 
asMap() - Method in class com.google.common.collect.AbstractListMultimap
Returns a view of this multimap as a Map from each distinct key to the nonempty collection of that key's associated values.
asMap() - Method in class com.google.common.collect.AbstractMultimap
 
asMap() - Method in class com.google.common.collect.AbstractSetMultimap
Returns a view of this multimap as a Map from each distinct key to the nonempty collection of that key's associated values.
asMap() - Method in class com.google.common.collect.AbstractSortedKeySortedSetMultimap
 
asMap() - Method in class com.google.common.collect.AbstractSortedSetMultimap
Returns a map view that associates each key with the corresponding values in the multimap.
asMap() - Method in class com.google.common.collect.EmptyImmutableListMultimap
 
asMap() - Method in class com.google.common.collect.EmptyImmutableSetMultimap
 
asMap() - Method in class com.google.common.collect.ForwardingMultimap
 
asMap() - Method in class com.google.common.collect.ImmutableMultimap
Returns an immutable map that associates each key with its corresponding values in the multimap.
asMap() - Method in interface com.google.common.collect.ListMultimap
Returns a view of this multimap as a Map from each distinct key to the nonempty collection of that key's associated values.
asMap() - Method in interface com.google.common.collect.Multimap
Returns a view of this multimap as a Map from each distinct key to the nonempty collection of that key's associated values.
asMap() - Method in class com.google.common.collect.Multimaps.UnmodifiableMultimap
 
asMap() - Method in interface com.google.common.collect.SetMultimap
Returns a view of this multimap as a Map from each distinct key to the nonempty collection of that key's associated values.
asMap() - Method in interface com.google.common.collect.SortedSetMultimap
Returns a map view that associates each key with the corresponding values in the multimap.
asMap() - Method in class com.google.common.collect.Synchronized.SynchronizedMultimap
 
asMap() - Method in class com.google.common.collect.TreeMultimap
Returns a map view that associates each key with the corresponding values in the multimap.
asMap() - Method in class com.google.common.util.concurrent.AtomicLongMap
Returns a live, read-only view of the map backing this AtomicLongMap.
asMap(ListMultimap<K, V>) - Static method in class com.google.common.collect.Multimaps
Returns multimap.asMap(), with its type corrected from Map<K, Collection<V>> to Map<K, List<V>>.
asMap(Multimap<K, V>) - Static method in class com.google.common.collect.Multimaps
asMap(SetMultimap<K, V>) - Static method in class com.google.common.collect.Multimaps
Returns multimap.asMap(), with its type corrected from Map<K, Collection<V>> to Map<K, Set<V>>.
asMap(SortedSetMultimap<K, V>) - Static method in class com.google.common.collect.Multimaps
Returns multimap.asMap(), with its type corrected from Map<K, Collection<V>> to Map<K, SortedSet<V>>.
asMap(NavigableSet<K>, Function<? super K, V>) - Static method in class com.google.common.collect.Maps
Returns a view of the navigable set as a map, mapping keys from the set according to the specified function.
asMap(Set<K>, Function<? super K, V>) - Static method in class com.google.common.collect.Maps
Returns a live Map view whose keys are the contents of set and whose values are computed on demand using function.
asMap(SortedSet<K>, Function<? super K, V>) - Static method in class com.google.common.collect.Maps
Returns a view of the sorted set as a map, mapping keys from the set according to the specified function.
AsMap() - Constructor for class com.google.common.collect.FilteredEntryMultimap.AsMap
 
AsMap(Multimap<K, V>) - Constructor for class com.google.common.collect.Multimaps.AsMap
 
AsMap(Map<K, Collection<V>>) - Constructor for class com.google.common.collect.AbstractMapBasedMultimap.AsMap
 
AsMapEntries() - Constructor for class com.google.common.collect.AbstractMapBasedMultimap.AsMap.AsMapEntries
 
asMapEntryIterator(Set<K>, Function<? super K, V>) - Static method in class com.google.common.collect.Maps
 
asMapEntrySet - Variable in class com.google.common.collect.Synchronized.SynchronizedAsMap
 
AsMapGenerator(OneSizeTestContainerGenerator<M, Map.Entry<K, V>>) - Constructor for class com.google.common.collect.testing.google.MultimapTestSuiteBuilder.AsMapGenerator
 
AsMapIterator() - Constructor for class com.google.common.collect.AbstractMapBasedMultimap.AsMap.AsMapIterator
 
asMapOfRanges() - Method in class com.google.common.collect.ImmutableRangeMap
 
asMapOfRanges() - Method in interface com.google.common.collect.RangeMap
Returns a view of this range map as an unmodifiable Map<Range<K>, V>.
asMapOfRanges() - Method in class com.google.common.collect.TreeRangeMap
 
asMapOfRanges() - Method in class com.google.common.collect.TreeRangeMap.SubRangeMap
 
AsMapOfRanges(Iterable<TreeRangeMap.RangeMapEntry<K, V>>) - Constructor for class com.google.common.collect.TreeRangeMap.AsMapOfRanges
 
asMapValues - Variable in class com.google.common.collect.Synchronized.SynchronizedAsMap
 
AsMapView(Set<K>, Function<? super K, V>) - Constructor for class com.google.common.collect.Maps.AsMapView
 
asMultimap() - Method in class com.google.common.collect.ImmutableMap
Returns a multimap view of the map.
asOutputStream(PrimitiveSink) - Static method in class com.google.common.hash.Funnels
Wraps a PrimitiveSink as an OutputStream, so it is easy to funnel an object to a PrimitiveSink if there is already a way to write the contents of the object to an OutputStream.
asRanges - Variable in class com.google.common.collect.TreeRangeSet
 
asRanges() - Method in class com.google.common.collect.ImmutableRangeSet
 
asRanges() - Method in interface com.google.common.collect.RangeSet
Returns a view of the disconnected ranges that make up this range set.
asRanges() - Method in class com.google.common.collect.TreeRangeSet
 
AsRanges(Collection<Range<C>>) - Constructor for class com.google.common.collect.TreeRangeSet.AsRanges
 
assertArrayEquals(String, Object[], Object[]) - Static method in class com.google.common.collect.testing.testers.ListToArrayTester
 
assertBasic(Escaper) - Static method in class com.google.common.escape.testing.EscaperAsserts
Asserts that an escaper behaves correctly with respect to null inputs.
assertCleared() - Method in class com.google.common.collect.testing.google.MultimapClearTester
 
assertCollectionIsUnmodifiable(Collection<E>, E) - Static method in class com.google.common.collect.testing.google.UnmodifiableCollectionTests
Verifies that a collection is immutable.
assertCollectionsAreEquivalent(Collection<E>, Collection<E>) - Static method in class com.google.common.collect.testing.google.UnmodifiableCollectionTests
 
assertContains(Iterable<?>, Object) - Static method in class com.google.common.collect.testing.Helpers
 
assertContainsAllOf(Iterable<?>, Object...) - Static method in class com.google.common.collect.testing.Helpers
 
assertContentsAnyOrder(Iterable<?>, Object...) - Static method in class com.google.common.collect.testing.Helpers
 
assertContentsInOrder(Iterable<?>, Object...) - Static method in class com.google.common.collect.testing.Helpers
 
assertEmpty(Multimap<?, ?>) - Static method in class com.google.common.collect.testing.google.GoogleHelpers
 
assertEmpty(Iterable<?>) - Static method in class com.google.common.collect.testing.Helpers
 
assertEmpty(Map<?, ?>) - Static method in class com.google.common.collect.testing.Helpers
 
assertEntrySetNotContainsString(Set<Map.Entry<K, V>>) - Method in class com.google.common.collect.testing.MapInterfaceTest
 
assertEqualIgnoringOrder(Iterable<?>, Iterable<?>) - Static method in class com.google.common.collect.testing.Helpers
 
assertEqualInOrder(Iterable<?>, Iterable<?>) - Static method in class com.google.common.collect.testing.Helpers
 
assertEquivalent(R, R) - Method in class com.google.common.testing.CollectorTester
 
assertEscaping(CharEscaper, String, char) - Static method in class com.google.common.escape.testing.EscaperAsserts
Asserts that an escaper escapes the given character into the expected string.
assertEscaping(UnicodeEscaper, String, int) - Static method in class com.google.common.escape.testing.EscaperAsserts
Asserts that a Unicode escaper escapes the given code point into the expected string.
assertException(Throwable) - Method in class com.google.common.util.concurrent.testing.MockFutureListener
Verify that the listener completes in a reasonable amount of time, and Asserts that the future throws an ExecutableException and that the cause of the ExecutableException is expectedCause.
assertGet(K, Collection<? extends V>) - Method in class com.google.common.collect.testing.google.AbstractListMultimapTester
 
assertGet(K, Collection<? extends V>) - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
assertGet(K, V...) - Method in class com.google.common.collect.testing.google.AbstractListMultimapTester
 
assertGet(K, V...) - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
assertInvariants(Map<K, V>) - Method in class com.google.common.collect.testing.MapInterfaceTest
Checks all the properties that should always hold of a map.
assertIteratorIsUnmodifiable(Iterator<?>) - Static method in class com.google.common.collect.testing.google.UnmodifiableCollectionTests
Verifies that an Iterator is unmodifiable.
assertIteratorsInOrder(Iterator<?>, Iterator<?>) - Static method in class com.google.common.collect.testing.google.UnmodifiableCollectionTests
Asserts that two iterators contain elements in tandem.
assertMapEntryIsUnmodifiable(Map.Entry<?, ?>) - Static method in class com.google.common.collect.testing.google.UnmodifiableCollectionTests
 
assertMoreInvariants(Map<K, V>) - Method in class com.google.common.collect.testing.MapInterfaceTest
Override this to check invariants which should hold true for a particular implementation, but which are not generally applicable to every instance of Map.
assertMultimapIsUnmodifiable(Multimap<K, V>, K, V) - Static method in class com.google.common.collect.testing.google.UnmodifiableCollectionTests
Verifies that a multimap is immutable.
assertMultimapRemainsUnmodified(Multimap<K, V>, List<Map.Entry<K, V>>) - Static method in class com.google.common.collect.testing.google.UnmodifiableCollectionTests
 
assertMultisetIsUnmodifiable(Multiset<E>, E) - Static method in class com.google.common.collect.testing.google.UnmodifiableCollectionTests
Verifies that a multiset is immutable.
assertOneToOne() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
assertPermitted(Exception) - Method in exception class com.google.common.collect.testing.AbstractIteratorTester.PermittedMetaException
 
assertRelated(int, int, int) - Method in class com.google.common.testing.RelationshipTester
 
assertSetCount(E, int) - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
assertSetCountDecreasingFailure(E, int) - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
assertSetCountIncreasingFailure(E, int) - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
assertSetCountNegativeOldCount() - Method in class com.google.common.collect.testing.google.MultisetSetCountConditionallyTester
 
assertSetIsUnmodifiable(Set<E>, E) - Static method in class com.google.common.collect.testing.google.UnmodifiableCollectionTests
Verifies that a set is immutable.
assertSuccess(Object) - Method in class com.google.common.util.concurrent.testing.MockFutureListener
Verify that the listener completes in a reasonable amount of time, and Asserts that the future returns the expected data.
assertThreeToThree() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
assertTimeout() - Method in class com.google.common.util.concurrent.testing.MockFutureListener
 
assertUnescaped(CharEscaper, char) - Static method in class com.google.common.escape.testing.EscaperAsserts
Asserts that an escaper does not escape the given character.
assertUnescaped(UnicodeEscaper, int) - Static method in class com.google.common.escape.testing.EscaperAsserts
Asserts that a Unicode escaper does not escape the given character.
assertUnicodeEscaping(UnicodeEscaper, String, char, char) - Static method in class com.google.common.escape.testing.EscaperAsserts
Asserts that a Unicode escaper escapes the given hi/lo surrogate pair into the expected string.
assertUnrelated(int, int, int, int) - Method in class com.google.common.testing.RelationshipTester
 
assertWithTemplate(String, RelationshipTester.Item<T>, RelationshipTester.Item<T>, boolean) - Method in class com.google.common.testing.RelationshipTester
 
assertZeroToZero() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
asSet() - Method in class com.google.common.base.Absent
 
asSet() - Method in class com.google.common.base.Optional
Returns an immutable singleton Set whose only element is the contained instance if it is present; an empty immutable Set otherwise.
asSet() - Method in class com.google.common.base.Present
 
asSet(DiscreteDomain<C>) - Method in class com.google.common.collect.ImmutableRangeSet
Returns an ImmutableSortedSet containing the same values in the given domain contained by this range set.
AsSet(DiscreteDomain<C>) - Constructor for class com.google.common.collect.ImmutableRangeSet.AsSet
 
AsSetSerializedForm(ImmutableList<Range<C>>, DiscreteDomain<C>) - Constructor for class com.google.common.collect.ImmutableRangeSet.AsSetSerializedForm
 
asValueToValueFunction(Maps.EntryTransformer<? super K, V1, V2>, K) - Static method in class com.google.common.collect.Maps
 
asWriter(Appendable) - Static method in class com.google.common.io.CharStreams
Returns a Writer that sends all output to the given Appendable target.
AsyncCallable<V> - Interface in com.google.common.util.concurrent
Computes a value, possibly asynchronously.
AsyncCallableInterruptibleTask(AsyncCallable<V>, Executor) - Constructor for class com.google.common.util.concurrent.CombinedFuture.AsyncCallableInterruptibleTask
 
AsyncCatchingFuture(ListenableFuture<? extends V>, Class<X>, AsyncFunction<? super X, ? extends V>) - Constructor for class com.google.common.util.concurrent.AbstractCatchingFuture.AsyncCatchingFuture
 
AsyncEventBus - Class in com.google.common.eventbus
An EventBus that takes the Executor of your choice and uses it to dispatch events, allowing dispatch to occur asynchronously.
AsyncEventBus(String, Executor) - Constructor for class com.google.common.eventbus.AsyncEventBus
Creates a new AsyncEventBus that will use executor to dispatch events.
AsyncEventBus(Executor) - Constructor for class com.google.common.eventbus.AsyncEventBus
Creates a new AsyncEventBus that will use executor to dispatch events.
AsyncEventBus(Executor, SubscriberExceptionHandler) - Constructor for class com.google.common.eventbus.AsyncEventBus
Creates a new AsyncEventBus that will use executor to dispatch events.
AsyncFunction<I,O> - Interface in com.google.common.util.concurrent
Transforms a value, possibly asynchronously.
asynchronous(RemovalListener<K, V>, Executor) - Static method in class com.google.common.cache.RemovalListeners
Returns a RemovalListener which processes all eviction notifications using executor.
asyncReloading(CacheLoader<K, V>, Executor) - Static method in class com.google.common.cache.CacheLoader
Returns a CacheLoader which wraps loader, executing calls to CacheLoader.reload(K, V) using executor.
AsyncTransformFuture(ListenableFuture<? extends I>, AsyncFunction<? super I, ? extends O>) - Constructor for class com.google.common.util.concurrent.AbstractTransformFuture.AsyncTransformFuture
 
at(int, int) - Method in class com.google.common.collect.ArrayTable
Returns the value corresponding to the specified row and column indices.
atLeast(C) - Static method in class com.google.common.collect.Range
Returns a range that contains all values greater than or equal to endpoint.
atMost(C) - Static method in class com.google.common.collect.Range
Returns a range that contains all values less than or equal to endpoint.
ATOM_UTF_8 - Static variable in class com.google.common.net.MediaType
 
ATOMIC_HELPER - Static variable in class com.google.common.util.concurrent.AbstractFuture
 
ATOMIC_HELPER - Static variable in class com.google.common.util.concurrent.AggregateFutureState
 
AtomicDouble - Class in com.google.common.util.concurrent
A double value that may be updated atomically.
AtomicDouble() - Constructor for class com.google.common.util.concurrent.AtomicDouble
Creates a new AtomicDouble with initial value 0.0.
AtomicDouble(double) - Constructor for class com.google.common.util.concurrent.AtomicDouble
Creates a new AtomicDouble with the given initial value.
AtomicDoubleArray - Class in com.google.common.util.concurrent
A double array in which elements may be updated atomically.
AtomicDoubleArray(double[]) - Constructor for class com.google.common.util.concurrent.AtomicDoubleArray
Creates a new AtomicDoubleArray with the same length as, and all elements copied from, the given array.
AtomicDoubleArray(int) - Constructor for class com.google.common.util.concurrent.AtomicDoubleArray
Creates a new AtomicDoubleArray of the given length, with all elements initially zero.
AtomicHelper() - Constructor for class com.google.common.util.concurrent.AbstractFuture.AtomicHelper
 
AtomicHelper() - Constructor for class com.google.common.util.concurrent.AggregateFutureState.AtomicHelper
 
AtomicLongMap<K> - Class in com.google.common.util.concurrent
A map containing long values that can be atomically updated.
AtomicLongMap(ConcurrentHashMap<K, Long>) - Constructor for class com.google.common.util.concurrent.AtomicLongMap
 
Atomics - Class in com.google.common.util.concurrent
Static utility methods pertaining to classes in the java.util.concurrent.atomic package.
Atomics() - Constructor for class com.google.common.util.concurrent.Atomics
 
AUDIO_TYPE - Static variable in class com.google.common.net.MediaType
 
AUTHORIZATION - Static variable in class com.google.common.net.HttpHeaders
The HTTP Authorization header field name.
autoDelegate - Variable in class com.google.common.cache.LocalCache.LoadingSerializationProxy
 
autoIncrementStepNanos - Variable in class com.google.common.testing.FakeTicker
 
Automatically closing - Search tag in class com.google.common.util.concurrent.ClosingFuture
Section
available() - Method in class com.google.common.io.ByteStreams.LimitedInputStream
 
available() - Method in class com.google.common.io.MultiInputStream
 
availableCapacity(Buffer) - Static method in class com.google.common.io.ReaderInputStream
Returns the number of elements between the limit and capacity.
aValidIndex() - Method in class com.google.common.collect.testing.testers.ListSetTester
 
averageLoadPenalty() - Method in class com.google.common.cache.CacheStats
Returns the average time spent loading new values.
AvlNode() - Constructor for class com.google.common.collect.TreeMultiset.AvlNode
Constructor for the header node.
AvlNode(E, int) - Constructor for class com.google.common.collect.TreeMultiset.AvlNode
 
Avoid EventBus - Search tag in class com.google.common.eventbus.EventBus
Section
await() - Method in class com.google.common.util.concurrent.ForwardingCondition
 
await(long, TimeUnit) - Method in class com.google.common.util.concurrent.ForwardingCondition
 
await(Monitor.Guard, boolean) - Method in class com.google.common.util.concurrent.Monitor
 
await(CountDownLatch) - Static method in class com.google.common.testing.GcFinalization
Waits until the given latch has counted down to zero, invoking the garbage collector as necessary to try to ensure that this will happen.
awaitClear(WeakReference<?>) - Static method in class com.google.common.testing.GcFinalization
Waits until the given weak reference is cleared, invoking the garbage collector as necessary to try to ensure that this will happen.
awaitDone(GcFinalization.FinalizationPredicate) - Static method in class com.google.common.testing.GcFinalization
Waits until the given predicate returns true, invoking the garbage collector as necessary to try to ensure that this will happen.
awaitDone(Future<?>) - Static method in class com.google.common.testing.GcFinalization
Waits until the given future is done, invoking the garbage collector as necessary to try to ensure that this will happen.
awaitFullGc() - Static method in class com.google.common.testing.GcFinalization
Tries to perform a "full" garbage collection cycle (including processing of weak references and invocation of finalize methods) and waits for it to complete.
awaitHealthGuard - Variable in class com.google.common.util.concurrent.ServiceManager.ServiceManagerState
Controls how long to wait for all the services to either become healthy or reach a state from which it is guaranteed that it can never become healthy.
AwaitHealthGuard() - Constructor for class com.google.common.util.concurrent.ServiceManager.ServiceManagerState.AwaitHealthGuard
 
awaitHealthy() - Method in class com.google.common.util.concurrent.ServiceManager
Waits for the ServiceManager to become healthy.
awaitHealthy() - Method in class com.google.common.util.concurrent.ServiceManager.ServiceManagerState
 
awaitHealthy(long, TimeUnit) - Method in class com.google.common.util.concurrent.ServiceManager
Waits for the ServiceManager to become healthy for no more than the given time.
awaitHealthy(long, TimeUnit) - Method in class com.google.common.util.concurrent.ServiceManager.ServiceManagerState
 
awaitHealthy(Duration) - Method in class com.google.common.util.concurrent.ServiceManager
Waits for the ServiceManager to become healthy for no more than the given time.
awaitNanos(long) - Method in class com.google.common.util.concurrent.ForwardingCondition
 
awaitNanos(Monitor.Guard, long, boolean) - Method in class com.google.common.util.concurrent.Monitor
Caller should check before calling that guard is not satisfied.
awaitRunning() - Method in class com.google.common.util.concurrent.AbstractExecutionThreadService
 
awaitRunning() - Method in class com.google.common.util.concurrent.AbstractIdleService
 
awaitRunning() - Method in class com.google.common.util.concurrent.AbstractScheduledService
 
awaitRunning() - Method in class com.google.common.util.concurrent.AbstractService
 
awaitRunning() - Method in interface com.google.common.util.concurrent.Service
Waits for the Service to reach the running state.
awaitRunning(long, TimeUnit) - Method in class com.google.common.util.concurrent.AbstractExecutionThreadService
 
awaitRunning(long, TimeUnit) - Method in class com.google.common.util.concurrent.AbstractIdleService
 
awaitRunning(long, TimeUnit) - Method in class com.google.common.util.concurrent.AbstractScheduledService
 
awaitRunning(long, TimeUnit) - Method in class com.google.common.util.concurrent.AbstractService
 
awaitRunning(long, TimeUnit) - Method in interface com.google.common.util.concurrent.Service
Waits for the Service to reach the running state for no more than the given time.
awaitRunning(Duration) - Method in class com.google.common.util.concurrent.AbstractExecutionThreadService
 
awaitRunning(Duration) - Method in class com.google.common.util.concurrent.AbstractIdleService
 
awaitRunning(Duration) - Method in class com.google.common.util.concurrent.AbstractScheduledService
 
awaitRunning(Duration) - Method in class com.google.common.util.concurrent.AbstractService
 
awaitRunning(Duration) - Method in interface com.google.common.util.concurrent.Service
Waits for the Service to reach the running state for no more than the given time.
awaitStopped() - Method in class com.google.common.util.concurrent.ServiceManager
Waits for the all the services to reach a terminal state.
awaitStopped() - Method in class com.google.common.util.concurrent.ServiceManager.ServiceManagerState
 
awaitStopped(long, TimeUnit) - Method in class com.google.common.util.concurrent.ServiceManager
Waits for the all the services to reach a terminal state for no more than the given time.
awaitStopped(long, TimeUnit) - Method in class com.google.common.util.concurrent.ServiceManager.ServiceManagerState
 
awaitStopped(Duration) - Method in class com.google.common.util.concurrent.ServiceManager
Waits for the all the services to reach a terminal state for no more than the given time.
awaitTerminated() - Method in class com.google.common.util.concurrent.AbstractExecutionThreadService
 
awaitTerminated() - Method in class com.google.common.util.concurrent.AbstractIdleService
 
awaitTerminated() - Method in class com.google.common.util.concurrent.AbstractScheduledService
 
awaitTerminated() - Method in class com.google.common.util.concurrent.AbstractService
 
awaitTerminated() - Method in interface com.google.common.util.concurrent.Service
Waits for the Service to reach the terminated state.
awaitTerminated(long, TimeUnit) - Method in class com.google.common.util.concurrent.AbstractExecutionThreadService
 
awaitTerminated(long, TimeUnit) - Method in class com.google.common.util.concurrent.AbstractIdleService
 
awaitTerminated(long, TimeUnit) - Method in class com.google.common.util.concurrent.AbstractScheduledService
 
awaitTerminated(long, TimeUnit) - Method in class com.google.common.util.concurrent.AbstractService
 
awaitTerminated(long, TimeUnit) - Method in interface com.google.common.util.concurrent.Service
Waits for the Service to reach a terminal state (either terminated or failed) for no more than the given time.
awaitTerminated(Duration) - Method in class com.google.common.util.concurrent.AbstractExecutionThreadService
 
awaitTerminated(Duration) - Method in class com.google.common.util.concurrent.AbstractIdleService
 
awaitTerminated(Duration) - Method in class com.google.common.util.concurrent.AbstractScheduledService
 
awaitTerminated(Duration) - Method in class com.google.common.util.concurrent.AbstractService
 
awaitTerminated(Duration) - Method in interface com.google.common.util.concurrent.Service
Waits for the Service to reach a terminal state (either terminated or failed) for no more than the given time.
awaitTermination(long, TimeUnit) - Method in class com.google.common.util.concurrent.DirectExecutorService
 
awaitTermination(long, TimeUnit) - Method in class com.google.common.util.concurrent.ForwardingExecutorService
 
awaitTermination(long, TimeUnit) - Method in class com.google.common.util.concurrent.MoreExecutors.ListeningDecorator
 
awaitTermination(long, TimeUnit) - Method in class com.google.common.util.concurrent.testing.SameThreadScheduledExecutorService
 
awaitTermination(long, TimeUnit) - Method in class com.google.common.util.concurrent.testing.TestingExecutors.NoOpScheduledExecutorService
 
awaitTermination(long, TimeUnit) - Method in class com.google.common.util.concurrent.WrappingExecutorService
 
awaitTermination(Duration) - Method in interface com.google.common.util.concurrent.ListeningExecutorService
awaitTerminationUninterruptibly(ExecutorService) - Static method in class com.google.common.util.concurrent.Uninterruptibles
Invokes executor.awaitTermination(long, TimeUnit) uninterruptibly with no timeout.
awaitTerminationUninterruptibly(ExecutorService, long, TimeUnit) - Static method in class com.google.common.util.concurrent.Uninterruptibles
Invokes executor.awaitTermination(long, TimeUnit) uninterruptibly.
awaitTerminationUninterruptibly(ExecutorService, Duration) - Static method in class com.google.common.util.concurrent.Uninterruptibles
Invokes executor.awaitTermination(long, TimeUnit) uninterruptibly.
awaitUninterruptibly() - Method in class com.google.common.util.concurrent.ForwardingCondition
 
awaitUninterruptibly(Monitor.Guard, boolean) - Method in class com.google.common.util.concurrent.Monitor
 
awaitUninterruptibly(CountDownLatch) - Static method in class com.google.common.util.concurrent.Uninterruptibles
Invokes latch.await() uninterruptibly.
awaitUninterruptibly(CountDownLatch, long, TimeUnit) - Static method in class com.google.common.util.concurrent.Uninterruptibles
Invokes latch.await(timeout, unit) uninterruptibly.
awaitUninterruptibly(CountDownLatch, Duration) - Static method in class com.google.common.util.concurrent.Uninterruptibles
Invokes latch.await(timeout, unit) uninterruptibly.
awaitUninterruptibly(Condition, long, TimeUnit) - Static method in class com.google.common.util.concurrent.Uninterruptibles
Invokes condition.await(timeout, unit) uninterruptibly.
awaitUninterruptibly(Condition, Duration) - Static method in class com.google.common.util.concurrent.Uninterruptibles
Invokes condition.await(timeout, unit) uninterruptibly.
awaitUntil(Date) - Method in class com.google.common.util.concurrent.ForwardingCondition
 
axes - Variable in class com.google.common.collect.CartesianList
 
axes - Variable in class com.google.common.collect.Sets.CartesianSet
 
axesSizeProduct - Variable in class com.google.common.collect.CartesianList
 

B

b - Variable in class com.google.common.collect.Streams.TemporaryPair
 
b - Variable in class com.google.common.collect.testing.google.MultisetNavigationTester
 
b - Variable in class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
b - Variable in class com.google.common.collect.testing.testers.NavigableSetNavigationTester
 
b - Variable in class com.google.common.collect.testing.testers.SortedSetNavigationTester
 
b - Variable in class com.google.common.hash.SipHashFunction.SipHasher
 
B - Enum constant in enum class com.google.common.collect.testing.AnEnum
 
BACK - Enum constant in enum class com.google.common.graph.Traverser.InsertionOrder
 
backingGraph - Variable in class com.google.common.graph.ImmutableGraph
 
backingIterator - Variable in class com.google.common.collect.TransformedIterator
 
backingIterator() - Method in class com.google.common.collect.TransformedListIterator
 
backingList - Variable in class com.google.common.collect.Lists.AbstractListWrapper
 
backingMap - Variable in class com.google.common.collect.AbstractMapBasedMultiset
 
backingMap - Variable in class com.google.common.collect.MutableClassToInstanceMap.SerializedForm
 
backingMap - Variable in class com.google.common.collect.StandardTable
 
backingMap - Variable in class com.google.common.graph.MapIteratorCache
 
backingMap - Variable in class com.google.common.reflect.MutableTypeToInstanceMap
 
backingMap() - Method in class com.google.common.collect.AbstractMapBasedMultimap
 
backingMap() - Method in class com.google.common.collect.AbstractSortedKeySortedSetMultimap
 
backingRowMap - Variable in class com.google.common.collect.StandardTable.Row
 
backingSet() - Method in class com.google.common.collect.Maps.AsMapView
 
backingSet() - Method in class com.google.common.collect.Maps.SortedAsMapView
 
backingThreadFactory - Variable in class com.google.common.util.concurrent.ThreadFactoryBuilder
 
backingValueGraph - Variable in class com.google.common.graph.StandardMutableGraph
 
backward - Variable in class com.google.common.collect.testing.google.BiMapInverseTester.BiMapPair
 
backwardDelegate - Variable in class com.google.common.collect.JdkBackedImmutableBiMap
 
backwardFunction - Variable in class com.google.common.base.Converter.FunctionBasedConverter
 
badElementIndex(int, int, String) - Static method in class com.google.common.base.Preconditions
 
badPositionIndex(int, int, String) - Static method in class com.google.common.base.Preconditions
 
badPositionIndexes(int, int, int) - Static method in class com.google.common.base.Preconditions
 
balanceFactor() - Method in class com.google.common.collect.TreeMultiset.AvlNode
 
base - Variable in class com.google.common.cache.Striped64
Base value, used mainly when there is no contention, but also as a fallback during table initialization races.
base - Variable in class com.google.common.hash.Striped64
Base value, used mainly when there is no contention, but also as a fallback during table initialization races.
base16() - Static method in class com.google.common.io.BaseEncoding
The "base16" encoding specified by RFC 4648 section 8, Base 16 Encoding.
BASE16 - Static variable in class com.google.common.io.BaseEncoding
 
Base16Encoding(BaseEncoding.Alphabet) - Constructor for class com.google.common.io.BaseEncoding.Base16Encoding
 
Base16Encoding(String, String) - Constructor for class com.google.common.io.BaseEncoding.Base16Encoding
 
base32() - Static method in class com.google.common.io.BaseEncoding
The "base32" encoding specified by RFC 4648 section 6, Base 32 Encoding.
BASE32 - Static variable in class com.google.common.io.BaseEncoding
 
BASE32_HEX - Static variable in class com.google.common.io.BaseEncoding
 
base32Hex() - Static method in class com.google.common.io.BaseEncoding
The "base32hex" encoding specified by RFC 4648 section 7, Base 32 Encoding with Extended Hex Alphabet.
base64() - Static method in class com.google.common.io.BaseEncoding
The "base64" base encoding specified by RFC 4648 section 4, Base 64 Encoding.
BASE64 - Static variable in class com.google.common.io.BaseEncoding
 
BASE64_URL - Static variable in class com.google.common.io.BaseEncoding
 
Base64Encoding(BaseEncoding.Alphabet, Character) - Constructor for class com.google.common.io.BaseEncoding.Base64Encoding
 
Base64Encoding(String, String, Character) - Constructor for class com.google.common.io.BaseEncoding.Base64Encoding
 
base64Url() - Static method in class com.google.common.io.BaseEncoding
The "base64url" encoding specified by RFC 4648 section 5, Base 64 Encoding with URL and Filename Safe Alphabet, also sometimes referred to as the "web safe Base64." (This is the same as the base 64 encoding with URL and filename safe alphabet from RFC 3548.)
BaseComparable - Class in com.google.common.collect.testing
Simple base class to verify that we handle generics correctly.
BaseComparable(String) - Constructor for class com.google.common.collect.testing.BaseComparable
 
BaseEncoding - Class in com.google.common.io
A binary encoding scheme for reversibly translating between byte sequences and printable ASCII strings.
BaseEncoding() - Constructor for class com.google.common.io.BaseEncoding
 
BaseEncoding.Alphabet - Class in com.google.common.io
 
BaseEncoding.Base16Encoding - Class in com.google.common.io
 
BaseEncoding.Base64Encoding - Class in com.google.common.io
 
BaseEncoding.DecodingException - Exception Class in com.google.common.io
Exception indicating invalid base-encoded input encountered while decoding.
BaseEncoding.SeparatedBaseEncoding - Class in com.google.common.io
 
BaseEncoding.StandardBaseEncoding - Class in com.google.common.io
 
BaseGraph<N> - Interface in com.google.common.graph
A non-public interface for the methods shared between Graph and ValueGraph.
BaseImmutableMultimap<K,V> - Class in com.google.common.collect
A dummy superclass of ImmutableMultimap that can be instanceof'd without ProGuard retaining additional implementation details of ImmutableMultimap.
BaseImmutableMultimap() - Constructor for class com.google.common.collect.BaseImmutableMultimap
 
baseOffset - Static variable in class com.google.common.cache.Striped64
 
baseOffset - Static variable in class com.google.common.hash.Striped64
 
BASIC_AUDIO - Static variable in class com.google.common.net.MediaType
Basic Audio, as defined by RFC 2046.
becomeSubsumedInto(ClosingFuture.CloseableList) - Method in class com.google.common.util.concurrent.ClosingFuture
 
BEFORE_FIRST - Static variable in class com.google.common.collect.testing.SampleElements.Strings
 
BEFORE_FIRST_2 - Static variable in class com.google.common.collect.testing.SampleElements.Strings
 
beginWaitingFor(Monitor.Guard) - Method in class com.google.common.util.concurrent.Monitor
Records that the current thread is about to wait on the specified guard.
beingCalled - Variable in class com.google.common.util.concurrent.ClosingFuture.Peeker
 
BEL - Static variable in class com.google.common.base.Ascii
Bell ('\a'): A character for use when there is a need to call for human attention.
belowAll() - Static method in class com.google.common.collect.Cut
 
BelowAll() - Constructor for class com.google.common.collect.Cut.BelowAll
 
belowSamplesGreater() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapSortedKeySetGenerator
 
belowSamplesGreater() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator
 
belowSamplesGreater() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator
 
belowSamplesGreater() - Method in class com.google.common.collect.testing.NavigableMapTestSuiteBuilder.DescendingTestMapGenerator
 
belowSamplesGreater() - Method in interface com.google.common.collect.testing.TestSortedMapGenerator
Returns an entry with a key less than the keys of the TestContainerGenerator.samples() but greater than the key of TestSortedMapGenerator.belowSamplesLesser().
belowSamplesGreater() - Method in interface com.google.common.collect.testing.TestSortedSetGenerator
Returns an element less than the TestContainerGenerator.samples() but greater than TestSortedSetGenerator.belowSamplesLesser().
belowSamplesGreater() - Method in class com.google.common.collect.testing.TestStringSortedMapGenerator
 
belowSamplesGreater() - Method in class com.google.common.collect.testing.TestStringSortedSetGenerator
 
belowSamplesLesser() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapSortedKeySetGenerator
 
belowSamplesLesser() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator
 
belowSamplesLesser() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator
 
belowSamplesLesser() - Method in class com.google.common.collect.testing.NavigableMapTestSuiteBuilder.DescendingTestMapGenerator
 
belowSamplesLesser() - Method in interface com.google.common.collect.testing.TestSortedMapGenerator
Returns an entry with a key less than the keys of the TestContainerGenerator.samples() and less than the key of TestSortedMapGenerator.belowSamplesGreater().
belowSamplesLesser() - Method in interface com.google.common.collect.testing.TestSortedSetGenerator
belowSamplesLesser() - Method in class com.google.common.collect.testing.TestStringSortedMapGenerator
 
belowSamplesLesser() - Method in class com.google.common.collect.testing.TestStringSortedSetGenerator
 
belowValue(C) - Static method in class com.google.common.collect.Cut
 
BelowValue(C) - Constructor for class com.google.common.collect.Cut.BelowValue
 
BEST_COMPARATOR - Static variable in class com.google.common.primitives.UnsignedBytes.LexicographicalComparatorHolder
 
BEST_VALIDATOR - Static variable in class com.google.common.util.concurrent.FuturesGetChecked.GetCheckedTypeValidatorHolder
 
bestGetCheckedTypeValidator() - Static method in class com.google.common.util.concurrent.FuturesGetChecked
 
Beta - Annotation Interface in com.google.common.annotations
Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.
BiEntry(K, int, V, int) - Constructor for class com.google.common.collect.HashBiMap.BiEntry
 
BIG_ENDIAN - Static variable in enum class com.google.common.primitives.UnsignedBytes.LexicographicalComparatorHolder.UnsafeComparator
 
BigDecimalMath - Class in com.google.common.math
A class for arithmetic on BigDecimal that is not covered by its built-in methods.
BigDecimalMath() - Constructor for class com.google.common.math.BigDecimalMath
 
BigDecimalMath.BigDecimalToDoubleRounder - Class in com.google.common.math
 
BigDecimalToDoubleRounder() - Constructor for class com.google.common.math.BigDecimalMath.BigDecimalToDoubleRounder
 
biggestBinomials - Static variable in class com.google.common.math.IntMath
 
biggestBinomials - Static variable in class com.google.common.math.LongMath
 
biggestSimpleBinomials - Static variable in class com.google.common.math.LongMath
 
BigIntegerDomain() - Constructor for class com.google.common.collect.DiscreteDomain.BigIntegerDomain
 
BigIntegerMath - Class in com.google.common.math
A class for arithmetic on values of type BigInteger.
BigIntegerMath() - Constructor for class com.google.common.math.BigIntegerMath
 
BigIntegerMath.BigIntegerToDoubleRounder - Class in com.google.common.math
 
bigIntegers() - Static method in class com.google.common.collect.DiscreteDomain
Returns the discrete domain for values of type BigInteger.
BigIntegerToDoubleRounder() - Constructor for class com.google.common.math.BigIntegerMath.BigIntegerToDoubleRounder
 
bigIntegerValue() - Method in class com.google.common.primitives.UnsignedInteger
Returns the value of this UnsignedInteger as a BigInteger.
bigIntegerValue() - Method in class com.google.common.primitives.UnsignedLong
Returns the value of this UnsignedLong as a BigInteger.
bigThreadConstructor - Static variable in class com.google.common.base.internal.Finalizer
 
bigToDouble(BigInteger) - Static method in class com.google.common.math.DoubleUtils
 
bimap - Variable in class com.google.common.collect.HashBiMap.InverseSerializedForm
 
bimap - Variable in class com.google.common.collect.Maps.BiMapConverter
 
biMap(BiMap<K, V>, Object) - Static method in class com.google.common.collect.Synchronized
 
BiMap<K,V> - Interface in com.google.common.collect
A bimap (or "bidirectional map") is a map that preserves the uniqueness of its values as well as that of its keys.
BiMapClearTester<K,V> - Class in com.google.common.collect.testing.google
Tester for BiMap.clear.
BiMapClearTester() - Constructor for class com.google.common.collect.testing.google.BiMapClearTester
 
BiMapConverter(BiMap<A, B>) - Constructor for class com.google.common.collect.Maps.BiMapConverter
 
BiMapEntry(Map.Entry<K, V>) - Constructor for class com.google.common.collect.AbstractBiMap.BiMapEntry
 
BiMapEntrySetTester<K,V> - Class in com.google.common.collect.testing.google
Tester for BiMap.entrySet and methods on the entries in the set.
BiMapEntrySetTester() - Constructor for class com.google.common.collect.testing.google.BiMapEntrySetTester
 
BiMapGenerators - Class in com.google.common.collect.testing.google
Generators of various BiMaps and derived collections.
BiMapGenerators() - Constructor for class com.google.common.collect.testing.google.BiMapGenerators
 
BiMapGenerators.ImmutableBiMapCopyOfEntriesGenerator - Class in com.google.common.collect.testing.google
 
BiMapGenerators.ImmutableBiMapCopyOfGenerator - Class in com.google.common.collect.testing.google
 
BiMapGenerators.ImmutableBiMapGenerator - Class in com.google.common.collect.testing.google
 
BiMapInverseTester<K,V> - Class in com.google.common.collect.testing.google
Tests for the inverse view of a BiMap.
BiMapInverseTester() - Constructor for class com.google.common.collect.testing.google.BiMapInverseTester
 
BiMapInverseTester.BiMapPair<K,V> - Class in com.google.common.collect.testing.google
 
BiMapPair(BiMap<K, V>) - Constructor for class com.google.common.collect.testing.google.BiMapInverseTester.BiMapPair
 
BiMapPutTester<K,V> - Class in com.google.common.collect.testing.google
Tester for BiMap.put and BiMap.forcePut.
BiMapPutTester() - Constructor for class com.google.common.collect.testing.google.BiMapPutTester
 
BiMapRemoveTester<K,V> - Class in com.google.common.collect.testing.google
Tester for BiMap.remove.
BiMapRemoveTester() - Constructor for class com.google.common.collect.testing.google.BiMapRemoveTester
 
BiMapTestSuiteBuilder<K,V> - Class in com.google.common.collect.testing.google
Creates, based on your criteria, a JUnit test suite that exhaustively tests a BiMap implementation.
BiMapTestSuiteBuilder() - Constructor for class com.google.common.collect.testing.google.BiMapTestSuiteBuilder
 
BiMapTestSuiteBuilder.NoRecurse - Enum Class in com.google.common.collect.testing.google
 
BiMapValueSetGenerator(OneSizeTestContainerGenerator<BiMap<K, V>, Map.Entry<K, V>>) - Constructor for class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.BiMapValueSetGenerator
 
binarySearch(List<? extends E>, E, SortedLists.KeyPresentBehavior, SortedLists.KeyAbsentBehavior) - Static method in class com.google.common.collect.SortedLists
Searches the specified naturally ordered list for the specified object using the binary search algorithm.
binarySearch(List<? extends E>, E, Comparator<? super E>, SortedLists.KeyPresentBehavior, SortedLists.KeyAbsentBehavior) - Static method in class com.google.common.collect.SortedLists
Searches the specified list for the specified object using the binary search algorithm.
binarySearch(List<? extends T>, T) - Method in class com.google.common.collect.Ordering
binarySearch(List<E>, Function<? super E, K>, K, SortedLists.KeyPresentBehavior, SortedLists.KeyAbsentBehavior) - Static method in class com.google.common.collect.SortedLists
Binary searches the list for the specified key, using the specified key function.
binarySearch(List<E>, Function<? super E, K>, K, Comparator<? super K>, SortedLists.KeyPresentBehavior, SortedLists.KeyAbsentBehavior) - Static method in class com.google.common.collect.SortedLists
Binary searches the list for the specified key, using the specified key function.
binomial(int, int) - Static method in class com.google.common.math.BigIntegerMath
Returns n choose k, also known as the binomial coefficient of n and k, that is, n! / (k! (n - k)!).
binomial(int, int) - Static method in class com.google.common.math.IntMath
Returns n choose k, also known as the binomial coefficient of n and k, or Integer.MAX_VALUE if the result does not fit in an int.
binomial(int, int) - Static method in class com.google.common.math.LongMath
Returns n choose k, also known as the binomial coefficient of n and k, or Long.MAX_VALUE if the result does not fit in a long.
bitCount - Variable in class com.google.common.hash.BloomFilterStrategies.LockFreeBitArray
 
bitCount() - Method in class com.google.common.hash.BloomFilterStrategies.LockFreeBitArray
Number of set bits (1s).
bits - Variable in class com.google.common.hash.BloomFilter
The bit set of the BloomFilter (not necessarily power of 2!)
bits - Variable in class com.google.common.hash.ChecksumHashFunction
 
bits - Variable in class com.google.common.hash.MacHashFunction
 
bits() - Method in class com.google.common.hash.ChecksumHashFunction
 
bits() - Method in class com.google.common.hash.Crc32cHashFunction
 
bits() - Method in class com.google.common.hash.FarmHashFingerprint64
 
bits() - Method in class com.google.common.hash.Fingerprint2011
 
bits() - Method in class com.google.common.hash.HashCode
Returns the number of bits in this hash code; a positive multiple of 8.
bits() - Method in class com.google.common.hash.HashCode.BytesHashCode
 
bits() - Method in class com.google.common.hash.HashCode.IntHashCode
 
bits() - Method in class com.google.common.hash.HashCode.LongHashCode
 
bits() - Method in interface com.google.common.hash.HashFunction
Returns the number of bits (a multiple of 32) that each hash code produced by this hash function has.
bits() - Method in class com.google.common.hash.Hashing.ConcatenatedHashFunction
 
bits() - Method in class com.google.common.hash.MacHashFunction
 
bits() - Method in class com.google.common.hash.MessageDigestHashFunction
 
bits() - Method in class com.google.common.hash.Murmur3_128HashFunction
 
bits() - Method in class com.google.common.hash.Murmur3_32HashFunction
 
bits() - Method in class com.google.common.hash.SipHashFunction
 
BitSetMatcher(BitSet, String) - Constructor for class com.google.common.base.CharMatcher.BitSetMatcher
 
bitSize() - Method in class com.google.common.hash.BloomFilter
Returns the number of bits in the underlying bit array.
bitSize() - Method in class com.google.common.hash.BloomFilterStrategies.LockFreeBitArray
Number of bits
bitsPerChar - Variable in class com.google.common.io.BaseEncoding.Alphabet
 
Blocker(InterruptibleTask<?>) - Constructor for class com.google.common.util.concurrent.InterruptibleTask.Blocker
 
BloomFilter<T> - Class in com.google.common.hash
A Bloom filter for instances of T.
BloomFilter(BloomFilterStrategies.LockFreeBitArray, int, Funnel<? super T>, BloomFilter.Strategy) - Constructor for class com.google.common.hash.BloomFilter
Creates a BloomFilter.
BloomFilter.SerialForm<T> - Class in com.google.common.hash
 
BloomFilter.Strategy - Interface in com.google.common.hash
A strategy to translate T instances, to numHashFunctions bit indexes.
BloomFilterStrategies - Enum Class in com.google.common.hash
Collections of strategies of generating the k * log(M) bits required for an element to be mapped to a BloomFilter of M bits and k hash functions.
BloomFilterStrategies() - Constructor for enum class com.google.common.hash.BloomFilterStrategies
 
BloomFilterStrategies.LockFreeBitArray - Class in com.google.common.hash
Models a lock-free array of bits.
bmix64(long, long) - Method in class com.google.common.hash.Murmur3_128HashFunction.Murmur3_128Hasher
 
BMP - Static variable in class com.google.common.net.MediaType
Bitmap file format (bmp files).
BooleanArrayAsList(boolean[]) - Constructor for class com.google.common.primitives.Booleans.BooleanArrayAsList
 
BooleanArrayAsList(boolean[], int, int) - Constructor for class com.google.common.primitives.Booleans.BooleanArrayAsList
 
BooleanComparator(int, String) - Constructor for enum class com.google.common.primitives.Booleans.BooleanComparator
 
Booleans - Class in com.google.common.primitives
Static utility methods pertaining to boolean primitives, that are not already found in either Boolean or Arrays.
Booleans() - Constructor for class com.google.common.primitives.Booleans
 
Booleans.BooleanArrayAsList - Class in com.google.common.primitives
 
Booleans.BooleanComparator - Enum Class in com.google.common.primitives
Comparators for Boolean values.
Booleans.LexicographicalComparator - Enum Class in com.google.common.primitives
 
Bound() - Constructor for enum class com.google.common.collect.testing.DerivedCollectionGenerators.Bound
 
Bound() - Constructor for enum class com.google.common.collect.testing.google.SortedMultisetTestSuiteBuilder.Bound
 
boundAsSuperclass(Type) - Method in class com.google.common.reflect.TypeToken
 
bounds - Variable in class com.google.common.reflect.Types.TypeVariableImpl
 
bounds - Variable in class com.google.common.reflect.TypeToken.Bounds
 
Bounds(Type[], boolean) - Constructor for class com.google.common.reflect.TypeToken.Bounds
 
boundsAsInterfaces(Type[]) - Method in class com.google.common.reflect.TypeToken
 
BoundType - Enum Class in com.google.common.collect
Indicates whether an endpoint of some range is contained in the range itself ("closed") or not ("open").
BoundType(boolean) - Constructor for enum class com.google.common.collect.BoundType
 
breadthFirst(Iterable<? extends N>) - Method in class com.google.common.graph.Traverser
Returns an unmodifiable Iterable over the nodes reachable from any of the startNodes, in the order of a breadth-first traversal.
breadthFirst(Iterator<? extends N>) - Method in class com.google.common.graph.Traverser.Traversal
 
breadthFirst(N) - Method in class com.google.common.graph.Traverser
Returns an unmodifiable Iterable over the nodes reachable from startNode, in the order of a breadth-first traversal.
BreadthFirstIterator(T) - Constructor for class com.google.common.collect.TreeTraverser.BreadthFirstIterator
Deprecated.
 
breadthFirstTraversal(T) - Method in class com.google.common.collect.TreeTraverser
Deprecated.
Use Traverser.breadthFirst(N) instead, which has the same behavior.
breakingWhitespace() - Static method in class com.google.common.base.CharMatcher
Determines whether a character is a breaking whitespace (that is, a whitespace which can be interpreted as a break between words for formatting purposes).
BreakingWhitespace() - Constructor for class com.google.common.base.CharMatcher.BreakingWhitespace
 
BS - Static variable in class com.google.common.base.Ascii
Backspace ('\b'): A format effector which controls the movement of the printing position one printing space backward on the same printing line.
bubbleUp(int, E) - Method in class com.google.common.collect.MinMaxPriorityQueue.Heap
Bubbles a value from index up the appropriate heap if required.
bubbleUpAlternatingLevels(int, E) - Method in class com.google.common.collect.MinMaxPriorityQueue.Heap
Bubbles a value from index up the levels of this heap, and returns the index the element ended up at.
BucketOverflowException() - Constructor for exception class com.google.common.collect.RegularImmutableMap.BucketOverflowException
 
buf - Variable in class com.google.common.io.LineReader
 
buffer - Variable in class com.google.common.collect.TopKSelector
 
buffer - Variable in class com.google.common.hash.AbstractStreamingHasher
Buffer via which we pass data to the hash algorithm (the implementor)
buffer - Variable in class com.google.common.hash.Murmur3_32HashFunction.Murmur3_32Hasher
 
BUFFER_SIZE - Static variable in class com.google.common.io.ByteStreams
 
BufferingHasher(int) - Constructor for class com.google.common.hash.AbstractNonStreamingHashFunction.BufferingHasher
 
bufferSize - Variable in class com.google.common.collect.TopKSelector
 
bufferSize - Variable in class com.google.common.hash.AbstractStreamingHasher
Number of bytes to be filled before process() invocation(s).
build() - Method in class com.google.common.cache.CacheBuilder
Builds a cache which does not automatically load values when keys are requested.
build() - Method in class com.google.common.collect.ImmutableBiMap.Builder
Returns a newly-created immutable bimap.
build() - Method in class com.google.common.collect.ImmutableClassToInstanceMap.Builder
Returns a new immutable class-to-instance map containing the entries provided to this builder.
build() - Method in class com.google.common.collect.ImmutableCollection.Builder
Returns a newly-created ImmutableCollection of the appropriate type, containing the elements provided to this builder.
build() - Method in class com.google.common.collect.ImmutableList.Builder
Returns a newly-created ImmutableList based on the contents of the Builder.
build() - Method in class com.google.common.collect.ImmutableListMultimap.Builder
Returns a newly-created immutable list multimap.
build() - Method in class com.google.common.collect.ImmutableMap.Builder
Returns a newly-created immutable map.
build() - Method in class com.google.common.collect.ImmutableMultimap.Builder
Returns a newly-created immutable multimap.
build() - Method in class com.google.common.collect.ImmutableMultiset.Builder
Returns a newly-created ImmutableMultiset based on the contents of the Builder.
build() - Method in class com.google.common.collect.ImmutableRangeMap.Builder
Returns an ImmutableRangeMap containing the associations previously added to this builder.
build() - Method in class com.google.common.collect.ImmutableRangeSet.Builder
Returns an ImmutableRangeSet containing the ranges added to this builder.
build() - Method in class com.google.common.collect.ImmutableSet.Builder
 
build() - Method in class com.google.common.collect.ImmutableSet.EmptySetBuilderImpl
 
build() - Method in class com.google.common.collect.ImmutableSet.JdkBackedSetBuilderImpl
 
build() - Method in class com.google.common.collect.ImmutableSet.RegularSetBuilderImpl
 
build() - Method in class com.google.common.collect.ImmutableSet.SetBuilderImpl
 
build() - Method in class com.google.common.collect.ImmutableSetMultimap.Builder
Returns a newly-created immutable set multimap.
build() - Method in class com.google.common.collect.ImmutableSortedMap.Builder
Returns a newly-created immutable sorted map.
build() - Method in class com.google.common.collect.ImmutableSortedMultiset.Builder
Returns a newly-created ImmutableSortedMultiset based on the contents of the Builder.
build() - Method in class com.google.common.collect.ImmutableSortedSet.Builder
Returns a newly-created ImmutableSortedSet based on the contents of the Builder and its comparator.
build() - Method in class com.google.common.collect.ImmutableTable.Builder
Returns a newly-created immutable table.
build() - Method in class com.google.common.collect.Interners.InternerBuilder
 
build() - Method in class com.google.common.collect.MultimapBuilder
Returns a new, empty Multimap with the specified implementation.
build() - Method in class com.google.common.collect.MultimapBuilder.ListMultimapBuilder
 
build() - Method in class com.google.common.collect.MultimapBuilder.SetMultimapBuilder
 
build() - Method in class com.google.common.collect.MultimapBuilder.SortedSetMultimapBuilder
 
build() - Method in class com.google.common.escape.Escapers.Builder
Returns a new escaper based on the current state of the builder.
build() - Method in class com.google.common.graph.GraphBuilder
Returns an empty MutableGraph with the properties of this GraphBuilder.
build() - Method in class com.google.common.graph.ImmutableGraph.Builder
Returns a newly-created ImmutableGraph based on the contents of this Builder.
build() - Method in class com.google.common.graph.ImmutableNetwork.Builder
Returns a newly-created ImmutableNetwork based on the contents of this Builder.
build() - Method in class com.google.common.graph.ImmutableValueGraph.Builder
Returns a newly-created ImmutableValueGraph based on the contents of this Builder.
build() - Method in class com.google.common.graph.NetworkBuilder
Returns an empty MutableNetwork with the properties of this NetworkBuilder.
build() - Method in class com.google.common.graph.ValueGraphBuilder
Returns an empty MutableValueGraph with the properties of this ValueGraphBuilder.
build() - Method in class com.google.common.primitives.ImmutableDoubleArray.Builder
Returns a new immutable array.
build() - Method in class com.google.common.primitives.ImmutableIntArray.Builder
Returns a new immutable array.
build() - Method in class com.google.common.primitives.ImmutableLongArray.Builder
Returns a new immutable array.
build() - Method in class com.google.common.reflect.ImmutableTypeToInstanceMap.Builder
Returns a new immutable type-to-instance map containing the entries provided to this builder.
build() - Method in class com.google.common.util.concurrent.ThreadFactoryBuilder
Returns a new thread factory using the options supplied during the building process.
build(boolean) - Method in class com.google.common.collect.ImmutableMap.Builder
 
build(CacheLoader<? super K1, V1>) - Method in class com.google.common.cache.CacheBuilder
Builds a cache, which either returns an already-loaded value for a given key or atomically computes or retrieves it using the supplied CacheLoader.
build(Multimap<? extends K, ? extends V>) - Method in class com.google.common.collect.MultimapBuilder
Returns a Multimap with the specified implementation, initialized with the entries of multimap.
build(Multimap<? extends K, ? extends V>) - Method in class com.google.common.collect.MultimapBuilder.ListMultimapBuilder
 
build(Multimap<? extends K, ? extends V>) - Method in class com.google.common.collect.MultimapBuilder.SetMultimapBuilder
 
build(Multimap<? extends K, ? extends V>) - Method in class com.google.common.collect.MultimapBuilder.SortedSetMultimapBuilder
 
buildDeclaredTesterRequirements(AnnotatedElement) - Static method in class com.google.common.collect.testing.features.FeatureUtil
Construct the set of requirements specified by annotations directly on a tester class or method.
builder() - Static method in class com.google.common.collect.ContiguousSet
builder() - Static method in class com.google.common.collect.ImmutableBiMap
Returns a new builder.
builder() - Static method in class com.google.common.collect.ImmutableClassToInstanceMap
Returns a new builder.
builder() - Static method in class com.google.common.collect.ImmutableList
Returns a new builder.
builder() - Static method in class com.google.common.collect.ImmutableListMultimap
Returns a new builder.
builder() - Static method in class com.google.common.collect.ImmutableMap
Returns a new builder.
builder() - Static method in class com.google.common.collect.ImmutableMultimap
Returns a new builder.
builder() - Static method in class com.google.common.collect.ImmutableMultiset
Returns a new builder.
builder() - Static method in class com.google.common.collect.ImmutableRangeMap
Returns a new builder for an immutable range map.
builder() - Static method in class com.google.common.collect.ImmutableRangeSet
Returns a new builder for an immutable range set.
builder() - Static method in class com.google.common.collect.ImmutableSet
Returns a new builder.
builder() - Static method in class com.google.common.collect.ImmutableSetMultimap
builder() - Static method in class com.google.common.collect.ImmutableSortedMap
Deprecated.
Use ImmutableSortedMap.naturalOrder(), which offers better type-safety.
builder() - Static method in class com.google.common.collect.ImmutableSortedMultiset
Deprecated.
Use ImmutableSortedMultiset.naturalOrder(), which offers better type-safety.
builder() - Static method in class com.google.common.collect.ImmutableSortedSet
Deprecated.
Use ImmutableSortedSet.naturalOrder(), which offers better type-safety.
builder() - Static method in class com.google.common.collect.ImmutableTable
Returns a new builder.
builder() - Static method in class com.google.common.escape.Escapers
Returns a builder for creating simple, fast escapers.
builder() - Static method in class com.google.common.primitives.ImmutableDoubleArray
Returns a new, empty builder for ImmutableDoubleArray instances, with a default initial capacity.
builder() - Static method in class com.google.common.primitives.ImmutableIntArray
Returns a new, empty builder for ImmutableIntArray instances, with a default initial capacity.
builder() - Static method in class com.google.common.primitives.ImmutableLongArray
Returns a new, empty builder for ImmutableLongArray instances, with a default initial capacity.
builder() - Static method in class com.google.common.reflect.ImmutableTypeToInstanceMap
Returns a new builder.
builder(int) - Static method in class com.google.common.primitives.ImmutableDoubleArray
Returns a new, empty builder for ImmutableDoubleArray instances, sized to hold up to initialCapacity values without resizing.
builder(int) - Static method in class com.google.common.primitives.ImmutableIntArray
Returns a new, empty builder for ImmutableIntArray instances, sized to hold up to initialCapacity values without resizing.
builder(int) - Static method in class com.google.common.primitives.ImmutableLongArray
Returns a new, empty builder for ImmutableLongArray instances, sized to hold up to initialCapacity values without resizing.
Builder() - Constructor for class com.google.common.collect.ImmutableBiMap.Builder
Creates a new builder.
Builder() - Constructor for class com.google.common.collect.ImmutableClassToInstanceMap.Builder
 
Builder() - Constructor for class com.google.common.collect.ImmutableCollection.Builder
 
Builder() - Constructor for class com.google.common.collect.ImmutableList.Builder
Creates a new builder.
Builder() - Constructor for class com.google.common.collect.ImmutableListMultimap.Builder
Creates a new builder.
Builder() - Constructor for class com.google.common.collect.ImmutableMap.Builder
Creates a new builder.
Builder() - Constructor for class com.google.common.collect.ImmutableMultimap.Builder
Creates a new builder.
Builder() - Constructor for class com.google.common.collect.ImmutableMultiset.Builder
Creates a new builder.
Builder() - Constructor for class com.google.common.collect.ImmutableRangeMap.Builder
 
Builder() - Constructor for class com.google.common.collect.ImmutableRangeSet.Builder
 
Builder() - Constructor for class com.google.common.collect.ImmutableSet.Builder
 
Builder() - Constructor for class com.google.common.collect.ImmutableSetMultimap.Builder
Creates a new builder.
Builder() - Constructor for class com.google.common.collect.ImmutableTable.Builder
Creates a new builder.
Builder() - Constructor for class com.google.common.escape.Escapers.Builder
 
Builder() - Constructor for class com.google.common.reflect.ImmutableTypeToInstanceMap.Builder
 
Builder(boolean) - Constructor for class com.google.common.collect.ImmutableSet.Builder
 
Builder(int) - Constructor for class com.google.common.collect.ImmutableBiMap.Builder
 
Builder(int) - Constructor for class com.google.common.collect.ImmutableList.Builder
 
Builder(int) - Constructor for class com.google.common.collect.ImmutableListMultimap.Builder
Creates a new builder with a hint for the number of distinct keys.
Builder(int) - Constructor for class com.google.common.collect.ImmutableMap.Builder
 
Builder(int) - Constructor for class com.google.common.collect.ImmutableMultimap.Builder
Creates a new builder with a hint for the number of distinct keys.
Builder(int) - Constructor for class com.google.common.collect.ImmutableSet.Builder
 
Builder(int) - Constructor for class com.google.common.collect.ImmutableSetMultimap.Builder
 
Builder(int) - Constructor for class com.google.common.primitives.ImmutableDoubleArray.Builder
 
Builder(int) - Constructor for class com.google.common.primitives.ImmutableIntArray.Builder
 
Builder(int) - Constructor for class com.google.common.primitives.ImmutableLongArray.Builder
 
Builder(Multiset<E>) - Constructor for class com.google.common.collect.ImmutableMultiset.Builder
 
Builder(GraphBuilder<N>) - Constructor for class com.google.common.graph.ImmutableGraph.Builder
 
Builder(NetworkBuilder<N, E>) - Constructor for class com.google.common.graph.ImmutableNetwork.Builder
 
Builder(ValueGraphBuilder<N, V>) - Constructor for class com.google.common.graph.ImmutableValueGraph.Builder
 
Builder(Comparator<? super E>) - Constructor for class com.google.common.collect.ImmutableSortedMultiset.Builder
Creates a new builder.
Builder(Comparator<? super E>) - Constructor for class com.google.common.collect.ImmutableSortedSet.Builder
Creates a new builder.
Builder(Comparator<? super E>, int) - Constructor for class com.google.common.collect.ImmutableSortedSet.Builder
Creates a new builder with an expected size.
Builder(Comparator<? super K>) - Constructor for class com.google.common.collect.ImmutableSortedMap.Builder
Creates a new builder.
Builder(Comparator<B>) - Constructor for class com.google.common.collect.MinMaxPriorityQueue.Builder
 
BuilderAddAllListGenerator() - Constructor for class com.google.common.collect.testing.google.ListGenerators.BuilderAddAllListGenerator
 
BuilderAddListGenerator() - Constructor for class com.google.common.collect.testing.google.ListGenerators.BuilderAddListGenerator
 
builderMap - Variable in class com.google.common.collect.ImmutableMultimap.Builder
 
BuilderReversedListGenerator() - Constructor for class com.google.common.collect.testing.google.ListGenerators.BuilderReversedListGenerator
 
builderWithExpectedKeys(int) - Static method in class com.google.common.collect.ImmutableListMultimap
Returns a new builder with a hint for how many distinct keys are expected to be added.
builderWithExpectedKeys(int) - Static method in class com.google.common.collect.ImmutableMultimap
Returns a new builder with a hint for how many distinct keys are expected to be added.
builderWithExpectedKeys(int) - Static method in class com.google.common.collect.ImmutableSetMultimap
Returns a new builder with a hint for how many distinct keys are expected to be added.
builderWithExpectedSize(int) - Static method in class com.google.common.collect.ImmutableBiMap
Returns a new builder, expecting the specified number of entries to be added.
builderWithExpectedSize(int) - Static method in class com.google.common.collect.ImmutableList
Returns a new builder, expecting the specified number of elements to be added.
builderWithExpectedSize(int) - Static method in class com.google.common.collect.ImmutableMap
Returns a new builder, expecting the specified number of entries to be added.
builderWithExpectedSize(int) - Static method in class com.google.common.collect.ImmutableSet
Returns a new builder, expecting the specified number of distinct elements to be added.
builderWithExpectedSize(int) - Static method in class com.google.common.collect.ImmutableSortedMap
Deprecated.
Not supported for ImmutableSortedMap.
builderWithExpectedSize(int) - Static method in class com.google.common.collect.ImmutableSortedSet
Deprecated.
Not supported by ImmutableSortedSet.
Building a Graph - Search tag in interface com.google.common.graph.Graph
Section
Building a Network - Search tag in interface com.google.common.graph.Network
Section
Building a ValueGraph - Search tag in interface com.google.common.graph.ValueGraph
Section
buildJdkBacked() - Method in class com.google.common.collect.ImmutableBiMap.Builder
 
buildJdkBacked() - Method in class com.google.common.collect.ImmutableMap.Builder
 
buildJdkBacked() - Method in class com.google.common.collect.ImmutableMultiset.Builder
 
buildKeepingLast() - Method in class com.google.common.collect.ImmutableBiMap.Builder
Deprecated.
This method does not make sense for bimaps and should not be called.
buildKeepingLast() - Method in class com.google.common.collect.ImmutableMap.Builder
Returns a newly-created immutable map, using the last value for any key that was added more than once.
buildKeepingLast() - Method in class com.google.common.collect.ImmutableSortedMap.Builder
Deprecated.
This method is not currently implemented, and may never be.
buildOrThrow() - Method in class com.google.common.collect.ImmutableBiMap.Builder
Returns a newly-created immutable bimap, or throws an exception if any key or value was added more than once.
buildOrThrow() - Method in class com.google.common.collect.ImmutableMap.Builder
Returns a newly-created immutable map, or throws an exception if any key was added more than once.
buildOrThrow() - Method in class com.google.common.collect.ImmutableSortedMap.Builder
Returns a newly-created immutable sorted map, or throws an exception if any two keys are equal.
buildOrThrow() - Method in class com.google.common.collect.ImmutableTable.Builder
Returns a newly-created immutable table, or throws an exception if duplicate key pairs were added.
buildParamList(Invokable<?, ?>, int) - Method in class com.google.common.testing.NullPointerTester
 
buildSorted(Comparator<? super E>) - Method in class com.google.common.collect.ImmutableList.Builder
Returns a newly-created ImmutableList based on the contents of the Builder, sorted according to the specified comparator.
buildTesterRequirements(Annotation) - Static method in class com.google.common.collect.testing.features.FeatureUtil
Find all the constraints explicitly or implicitly specified by a single tester annotation.
buildTesterRequirements(Class<?>) - Static method in class com.google.common.collect.testing.features.FeatureUtil
Construct the full set of requirements for a tester class.
buildTesterRequirements(Method) - Static method in class com.google.common.collect.testing.features.FeatureUtil
Construct the full set of requirements for a tester method.
bulkGet(Iterable<? extends Object>) - Method in class com.google.common.util.concurrent.Striped
Returns the stripes that correspond to the passed objects, in ascending (as per Striped.getAt(int)) order.
bus - Variable in class com.google.common.eventbus.Subscriber
The event bus this subscriber belongs to.
bus - Variable in class com.google.common.eventbus.SubscriberRegistry
The event bus this registry belongs to.
busy - Variable in class com.google.common.cache.Striped64
Spinlock (locked via CAS) used when resizing and/or creating Cells.
busy - Variable in class com.google.common.hash.Striped64
Spinlock (locked via CAS) used when resizing and/or creating Cells.
busyOffset - Static variable in class com.google.common.cache.Striped64
 
busyOffset - Static variable in class com.google.common.hash.Striped64
 
BY_FIELD_NAME - Static variable in class com.google.common.testing.ArbitraryInstances
 
BY_METHOD_NAME - Static variable in class com.google.common.testing.ClassSanityTester
 
BY_NUMBER_OF_PARAMETERS - Static variable in class com.google.common.testing.ClassSanityTester
 
BY_PARAMETERS - Static variable in class com.google.common.testing.ClassSanityTester
 
ByFunctionOrdering<F,T> - Class in com.google.common.collect
An ordering that orders elements by applying an order to the result of a function on those elements.
ByFunctionOrdering(Function<F, ? extends T>, Ordering<T>) - Constructor for class com.google.common.collect.ByFunctionOrdering
 
BYTE_ARRAY_BASE_OFFSET - Static variable in enum class com.google.common.hash.LittleEndianByteArray.UnsafeByteArray
 
BYTE_ARRAY_BASE_OFFSET - Static variable in enum class com.google.common.primitives.UnsignedBytes.LexicographicalComparatorHolder.UnsafeComparator
The offset to the first element in a byte array.
BYTE_MASK - Static variable in class com.google.common.collect.CompactHashing
 
BYTE_MAX_SIZE - Static variable in class com.google.common.collect.CompactHashing
 
BYTE_TABLE - Static variable in class com.google.common.hash.Crc32cHashFunction.Crc32cHasher
 
byteArray - Static variable in class com.google.common.hash.LittleEndianByteArray
The instance that actually does the work; delegates to Unsafe or a pure-Java fallback.
byteArray() - Method in class com.google.common.hash.AbstractNonStreamingHashFunction.ExposedByteArrayOutputStream
 
ByteArrayAsList(byte[]) - Constructor for class com.google.common.primitives.Bytes.ByteArrayAsList
 
ByteArrayAsList(byte[], int, int) - Constructor for class com.google.common.primitives.Bytes.ByteArrayAsList
 
ByteArrayByteSource(byte[]) - Constructor for class com.google.common.io.ByteSource.ByteArrayByteSource
 
ByteArrayByteSource(byte[], int, int) - Constructor for class com.google.common.io.ByteSource.ByteArrayByteSource
 
ByteArrayDataInput - Interface in com.google.common.io
An extension of DataInput for reading from in-memory byte arrays; its methods offer identical functionality but do not throw IOException.
ByteArrayDataInputStream(ByteArrayInputStream) - Constructor for class com.google.common.io.ByteStreams.ByteArrayDataInputStream
 
ByteArrayDataOutput - Interface in com.google.common.io
An extension of DataOutput for writing to in-memory byte arrays; its methods offer identical functionality but do not throw IOException.
ByteArrayDataOutputStream(ByteArrayOutputStream) - Constructor for class com.google.common.io.ByteStreams.ByteArrayDataOutputStream
 
byteArrayFunnel() - Static method in class com.google.common.hash.Funnels
Returns a funnel that extracts the bytes from a byte array.
ByteArrayFunnel() - Constructor for enum class com.google.common.hash.Funnels.ByteArrayFunnel
 
byteArrayOutputStream - Variable in class com.google.common.io.ByteStreams.ByteArrayDataOutputStream
 
byteBuffer - Variable in class com.google.common.io.ReaderInputStream
byteBuffer holds encoded characters that have not yet been sent to the caller of the input stream.
ByteProcessor<T> - Interface in com.google.common.io
A callback interface to process bytes from a stream.
bytes - Variable in class com.google.common.hash.HashCode.BytesHashCode
 
bytes - Variable in class com.google.common.hash.MessageDigestHashFunction
 
bytes - Variable in class com.google.common.hash.MessageDigestHashFunction.MessageDigestHasher
 
bytes - Variable in class com.google.common.hash.MessageDigestHashFunction.SerializedForm
 
bytes - Variable in class com.google.common.io.ByteSource.ByteArrayByteSource
 
Bytes - Class in com.google.common.primitives
Static utility methods pertaining to byte primitives, that are not already found in either Byte or Arrays, and interpret bytes as neither signed nor unsigned.
Bytes() - Constructor for class com.google.common.primitives.Bytes
 
BYTES - Static variable in class com.google.common.math.PairedStats
The size of byte array representation in bytes.
BYTES - Static variable in class com.google.common.math.Stats
The size of byte array representation in bytes.
BYTES - Static variable in class com.google.common.primitives.Chars
The number of bytes required to represent a primitive char value.
BYTES - Static variable in class com.google.common.primitives.Doubles
The number of bytes required to represent a primitive double value.
BYTES - Static variable in class com.google.common.primitives.Floats
The number of bytes required to represent a primitive float value.
BYTES - Static variable in class com.google.common.primitives.Ints
The number of bytes required to represent a primitive int value.
BYTES - Static variable in class com.google.common.primitives.Longs
The number of bytes required to represent a primitive long value.
BYTES - Static variable in class com.google.common.primitives.Shorts
The number of bytes required to represent a primitive short value.
Bytes.ByteArrayAsList - Class in com.google.common.primitives
 
BytesHashCode(byte[]) - Constructor for class com.google.common.hash.HashCode.BytesHashCode
 
ByteSink - Class in com.google.common.io
A destination to which bytes can be written, such as a file.
ByteSink() - Constructor for class com.google.common.io.ByteSink
Constructor for use by subclasses.
ByteSink.AsCharSink - Class in com.google.common.io
A char sink that encodes written characters with a charset and writes resulting bytes to this byte sink.
ByteSource - Class in com.google.common.io
A readable source of bytes, such as a file.
ByteSource() - Constructor for class com.google.common.io.ByteSource
Constructor for use by subclasses.
ByteSource.AsCharSource - Class in com.google.common.io
A char source that reads bytes from this source and decodes them as characters using a charset.
ByteSource.ByteArrayByteSource - Class in com.google.common.io
 
ByteSource.ConcatenatedByteSource - Class in com.google.common.io
 
ByteSource.EmptyByteSource - Class in com.google.common.io
 
ByteSource.SlicedByteSource - Class in com.google.common.io
A view of a subsection of the containing byte source.
bytesPerChunk - Variable in class com.google.common.io.BaseEncoding.Alphabet
 
bytesToInetAddress(byte[], String) - Static method in class com.google.common.net.InetAddresses
Convert a byte array into an InetAddress.
ByteStreams - Class in com.google.common.io
Provides utility methods for working with byte arrays and I/O streams.
ByteStreams() - Constructor for class com.google.common.io.ByteStreams
 
ByteStreams.ByteArrayDataInputStream - Class in com.google.common.io
 
ByteStreams.ByteArrayDataOutputStream - Class in com.google.common.io
 
ByteStreams.LimitedInputStream - Class in com.google.common.io
 
ByToString() - Constructor for class com.google.common.testing.ArbitraryInstances.ByToString
 
BZIP2 - Static variable in class com.google.common.net.MediaType
 

C

c - Variable in class com.google.common.collect.Collections2.PermutationIterator
 
c - Variable in class com.google.common.collect.testing.google.MultisetNavigationTester
 
c - Variable in class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
c - Variable in class com.google.common.collect.testing.testers.NavigableSetNavigationTester
 
c - Variable in class com.google.common.collect.testing.testers.SortedMapNavigationTester
 
c - Variable in class com.google.common.collect.testing.testers.SortedSetNavigationTester
 
c - Variable in class com.google.common.hash.SipHashFunction
 
c - Variable in class com.google.common.hash.SipHashFunction.SipHasher
 
C - Enum constant in enum class com.google.common.collect.testing.AnEnum
 
C1 - Static variable in class com.google.common.base.SmallCharMatcher
 
C1 - Static variable in class com.google.common.collect.Hashing
 
C1 - Static variable in class com.google.common.hash.Murmur3_128HashFunction.Murmur3_128Hasher
 
C1 - Static variable in class com.google.common.hash.Murmur3_32HashFunction
 
C2 - Static variable in class com.google.common.base.SmallCharMatcher
 
C2 - Static variable in class com.google.common.collect.Hashing
 
C2 - Static variable in class com.google.common.hash.Murmur3_128HashFunction.Murmur3_128Hasher
 
C2 - Static variable in class com.google.common.hash.Murmur3_32HashFunction
 
Cache<K,V> - Interface in com.google.common.cache
A semi-persistent mapping from keys to values.
CACHE_CONTROL - Static variable in class com.google.common.net.HttpHeaders
The HTTP Cache-Control header field name.
CACHE_MANIFEST_UTF_8 - Static variable in class com.google.common.net.MediaType
 
CACHE_STATS_COUNTER - Static variable in class com.google.common.cache.CacheBuilder
 
CacheBuilder<K,V> - Class in com.google.common.cache
A builder of LoadingCache and Cache instances.
CacheBuilder() - Constructor for class com.google.common.cache.CacheBuilder
 
CacheBuilder.LoggerHolder - Class in com.google.common.cache
 
CacheBuilder.NullListener - Enum Class in com.google.common.cache
 
CacheBuilder.OneWeigher - Enum Class in com.google.common.cache
 
CacheBuilderSpec - Class in com.google.common.cache
A specification of a CacheBuilder configuration.
CacheBuilderSpec(String) - Constructor for class com.google.common.cache.CacheBuilderSpec
 
CacheBuilderSpec.AccessDurationParser - Class in com.google.common.cache
Parse expireAfterAccess
CacheBuilderSpec.ConcurrencyLevelParser - Class in com.google.common.cache
Parse concurrencyLevel
CacheBuilderSpec.DurationParser - Class in com.google.common.cache
Base class for parsing times with durations
CacheBuilderSpec.InitialCapacityParser - Class in com.google.common.cache
Parse initialCapacity
CacheBuilderSpec.IntegerParser - Class in com.google.common.cache
Base class for parsing integers.
CacheBuilderSpec.KeyStrengthParser - Class in com.google.common.cache
Parse weakKeys
CacheBuilderSpec.LongParser - Class in com.google.common.cache
Base class for parsing integers.
CacheBuilderSpec.MaximumSizeParser - Class in com.google.common.cache
Parse maximumSize
CacheBuilderSpec.MaximumWeightParser - Class in com.google.common.cache
Parse maximumWeight
CacheBuilderSpec.RecordStatsParser - Class in com.google.common.cache
Parse recordStats
CacheBuilderSpec.RefreshDurationParser - Class in com.google.common.cache
Parse refreshAfterWrite
CacheBuilderSpec.ValueParser - Interface in com.google.common.cache
Parses a single value.
CacheBuilderSpec.ValueStrengthParser - Class in com.google.common.cache
Parse weakValues and softValues
CacheBuilderSpec.WriteDurationParser - Class in com.google.common.cache
Parse expireAfterWrite
cacheEntry - Variable in class com.google.common.graph.MapIteratorCache
 
CacheEntry(K, V) - Constructor for class com.google.common.graph.MapRetrievalCache.CacheEntry
 
cacheEntry1 - Variable in class com.google.common.graph.MapRetrievalCache
 
cacheEntry2 - Variable in class com.google.common.graph.MapRetrievalCache
 
CacheLoader<K,V> - Class in com.google.common.cache
Computes or retrieves values, based on a key, for use in populating a LoadingCache.
CacheLoader() - Constructor for class com.google.common.cache.CacheLoader
Constructor for use by subclasses.
CacheLoader.FunctionToCacheLoader<K,V> - Class in com.google.common.cache
 
CacheLoader.InvalidCacheLoadException - Exception Class in com.google.common.cache
Thrown to indicate that an invalid response was returned from a call to CacheLoader.
CacheLoader.SupplierToCacheLoader<V> - Class in com.google.common.cache
 
CacheLoader.UnsupportedLoadingOperationException - Exception Class in com.google.common.cache
Exception thrown by loadAll() to indicate that it is not supported.
CacheStats - Class in com.google.common.cache
Statistics about the performance of a Cache.
CacheStats(long, long, long, long, long, long) - Constructor for class com.google.common.cache.CacheStats
Constructs a new CacheStats instance.
CachingAsList() - Constructor for class com.google.common.collect.ImmutableSet.CachingAsList
 
calculateNewCapacity() - Method in class com.google.common.collect.MinMaxPriorityQueue
Returns ~2x the old capacity if small; ~1.5x otherwise.
calculateNewMeanNonFinite(double, double) - Static method in class com.google.common.math.StatsAccumulator
Calculates the new value for the accumulated mean when a value is added, in the case where at least one of the previous mean and the value is non-finite.
calculateNextPermutation() - Method in class com.google.common.collect.Collections2.OrderedPermutationIterator
 
calculateNextPermutation() - Method in class com.google.common.collect.Collections2.PermutationIterator
 
calculateSize(List<E>, Comparator<? super E>) - Static method in class com.google.common.collect.Collections2.OrderedPermutationCollection
The number of permutations with repeated elements is calculated as follows: For an empty list, it is 1 (base case).
call() - Method in class com.google.common.util.concurrent.AbstractScheduledService.CustomScheduler.ReschedulableCallable
 
call() - Method in interface com.google.common.util.concurrent.AsyncCallable
Computes a result Future.
call(ClosingFuture.Combiner.CombiningCallable<V>, ClosingFuture.CloseableList) - Method in class com.google.common.util.concurrent.ClosingFuture.Peeker
 
call(ClosingFuture.Combiner.CombiningCallable<V>, Executor) - Method in class com.google.common.util.concurrent.ClosingFuture.Combiner
Returns a new ClosingFuture pipeline step derived from the inputs by applying a combining function to their values.
call(ClosingFuture.Combiner2.ClosingFunction2<V1, V2, U>, Executor) - Method in class com.google.common.util.concurrent.ClosingFuture.Combiner2
Returns a new ClosingFuture pipeline step derived from the inputs by applying a combining function to their values.
call(ClosingFuture.Combiner3.ClosingFunction3<V1, V2, V3, U>, Executor) - Method in class com.google.common.util.concurrent.ClosingFuture.Combiner3
Returns a new ClosingFuture pipeline step derived from the inputs by applying a combining function to their values.
call(ClosingFuture.Combiner4.ClosingFunction4<V1, V2, V3, V4, U>, Executor) - Method in class com.google.common.util.concurrent.ClosingFuture.Combiner4
Returns a new ClosingFuture pipeline step derived from the inputs by applying a combining function to their values.
call(ClosingFuture.Combiner5.ClosingFunction5<V1, V2, V3, V4, V5, U>, Executor) - Method in class com.google.common.util.concurrent.ClosingFuture.Combiner5
Returns a new ClosingFuture pipeline step derived from the inputs by applying a combining function to their values.
call(ClosingFuture.DeferredCloser) - Method in interface com.google.common.util.concurrent.ClosingFuture.AsyncClosingCallable
Computes a result, or throws an exception if unable to do so.
call(ClosingFuture.DeferredCloser) - Method in interface com.google.common.util.concurrent.ClosingFuture.ClosingCallable
Computes a result, or throws an exception if unable to do so.
call(ClosingFuture.DeferredCloser, ClosingFuture.Peeker) - Method in interface com.google.common.util.concurrent.ClosingFuture.Combiner.AsyncCombiningCallable
Computes a ClosingFuture result, or throws an exception if unable to do so.
call(ClosingFuture.DeferredCloser, ClosingFuture.Peeker) - Method in interface com.google.common.util.concurrent.ClosingFuture.Combiner.CombiningCallable
Computes a result, or throws an exception if unable to do so.
call(Callable<C>, Executor) - Method in class com.google.common.util.concurrent.Futures.FutureCombiner
Creates the ListenableFuture which will return the result of calling Callable.call() in combiner when all futures complete, using the specified executor.
call(L) - Method in interface com.google.common.util.concurrent.ListenerCallQueue.Event
Call a method on the listener.
callable - Variable in class com.google.common.util.concurrent.CombinedFuture.AsyncCallableInterruptibleTask
 
callable - Variable in class com.google.common.util.concurrent.CombinedFuture.CallableInterruptibleTask
 
callable - Variable in class com.google.common.util.concurrent.TrustedListenableFutureTask.TrustedFutureInterruptibleAsyncTask
 
callable - Variable in class com.google.common.util.concurrent.TrustedListenableFutureTask.TrustedFutureInterruptibleTask
 
CallableInterruptibleTask(Callable<V>, Executor) - Constructor for class com.google.common.util.concurrent.CombinedFuture.CallableInterruptibleTask
 
Callables - Class in com.google.common.util.concurrent
Static utility methods pertaining to the Callable interface.
Callables() - Constructor for class com.google.common.util.concurrent.Callables
 
callAsync(AsyncCallable<C>, Executor) - Method in class com.google.common.util.concurrent.Futures.FutureCombiner
Creates the ListenableFuture which will return the result of calling AsyncCallable.call() in combiner when all futures complete, using the specified executor.
callAsync(ClosingFuture.Combiner.AsyncCombiningCallable<V>, ClosingFuture.CloseableList) - Method in class com.google.common.util.concurrent.ClosingFuture.Peeker
 
callAsync(ClosingFuture.Combiner.AsyncCombiningCallable<V>, Executor) - Method in class com.google.common.util.concurrent.ClosingFuture.Combiner
Returns a new ClosingFuture pipeline step derived from the inputs by applying a ClosingFuture-returning function to their values.
callAsync(ClosingFuture.Combiner2.AsyncClosingFunction2<V1, V2, U>, Executor) - Method in class com.google.common.util.concurrent.ClosingFuture.Combiner2
Returns a new ClosingFuture pipeline step derived from the inputs by applying a ClosingFuture-returning function to their values.
callAsync(ClosingFuture.Combiner3.AsyncClosingFunction3<V1, V2, V3, U>, Executor) - Method in class com.google.common.util.concurrent.ClosingFuture.Combiner3
Returns a new ClosingFuture pipeline step derived from the inputs by applying a ClosingFuture-returning function to their values.
callAsync(ClosingFuture.Combiner4.AsyncClosingFunction4<V1, V2, V3, V4, U>, Executor) - Method in class com.google.common.util.concurrent.ClosingFuture.Combiner4
Returns a new ClosingFuture pipeline step derived from the inputs by applying a ClosingFuture-returning function to their values.
callAsync(ClosingFuture.Combiner5.AsyncClosingFunction5<V1, V2, V3, V4, V5, U>, Executor) - Method in class com.google.common.util.concurrent.ClosingFuture.Combiner5
Returns a new ClosingFuture pipeline step derived from the inputs by applying a ClosingFuture-returning function to their values.
callback - Variable in class com.google.common.util.concurrent.Futures.CallbackListener
 
CallbackListener(Future<V>, FutureCallback<? super V>) - Constructor for class com.google.common.util.concurrent.Futures.CallbackListener
 
called - Variable in class com.google.common.testing.ForwardingWrapperTester.InteractionTester
 
callUninterruptiblyWithTimeout(Callable<T>, long, TimeUnit) - Method in class com.google.common.util.concurrent.FakeTimeLimiter
 
callUninterruptiblyWithTimeout(Callable<T>, long, TimeUnit) - Method in class com.google.common.util.concurrent.SimpleTimeLimiter
 
callUninterruptiblyWithTimeout(Callable<T>, long, TimeUnit) - Method in interface com.google.common.util.concurrent.TimeLimiter
Invokes a specified Callable, timing out after the specified time limit.
callUninterruptiblyWithTimeout(Callable<T>, Duration) - Method in interface com.google.common.util.concurrent.TimeLimiter
Invokes a specified Callable, timing out after the specified time limit.
callWithTimeout(Callable<T>, long, TimeUnit) - Method in class com.google.common.util.concurrent.FakeTimeLimiter
 
callWithTimeout(Callable<T>, long, TimeUnit) - Method in class com.google.common.util.concurrent.SimpleTimeLimiter
 
callWithTimeout(Callable<T>, long, TimeUnit) - Method in interface com.google.common.util.concurrent.TimeLimiter
Invokes a specified Callable, timing out after the specified time limit.
callWithTimeout(Callable<T>, long, TimeUnit, boolean) - Method in class com.google.common.util.concurrent.SimpleTimeLimiter
 
callWithTimeout(Callable<T>, Duration) - Method in interface com.google.common.util.concurrent.TimeLimiter
Invokes a specified Callable, timing out after the specified time limit.
CAN - Static variable in class com.google.common.base.Ascii
Cancel: A control character used to indicate that the data with which it is sent is in error or is to be disregarded.
canAcquire(long, long) - Method in class com.google.common.util.concurrent.RateLimiter
 
cancel(boolean) - Method in class com.google.common.util.concurrent.AbstractFuture
cancel(boolean) - Method in class com.google.common.util.concurrent.AbstractFuture.TrustedFuture
 
cancel(boolean) - Method in interface com.google.common.util.concurrent.AbstractScheduledService.Cancellable
 
cancel(boolean) - Method in class com.google.common.util.concurrent.AbstractScheduledService.CustomScheduler.SupplantableFuture
 
cancel(boolean) - Method in class com.google.common.util.concurrent.AbstractScheduledService.FutureAsCancellable
 
cancel(boolean) - Method in class com.google.common.util.concurrent.ClosingFuture
Attempts to cancel execution of this step.
cancel(boolean) - Method in class com.google.common.util.concurrent.FluentFuture.TrustedFuture
 
cancel(boolean) - Method in class com.google.common.util.concurrent.ForwardingFluentFuture
 
cancel(boolean) - Method in class com.google.common.util.concurrent.ForwardingFuture
 
cancel(boolean) - Method in class com.google.common.util.concurrent.Futures.InCompletionOrderFuture
 
cancel(boolean) - Method in class com.google.common.util.concurrent.ImmediateFuture
 
cancel(boolean) - Method in class com.google.common.util.concurrent.MoreExecutors.ScheduledListeningDecorator.ListenableScheduledTask
 
Cancellation(boolean, Throwable) - Constructor for class com.google.common.util.concurrent.AbstractFuture.Cancellation
 
cancellationDelegate - Variable in class com.google.common.util.concurrent.AbstractScheduledService.CustomScheduler.ReschedulableCallable
The future that represents the next execution of this task.
cancellationExceptionWithCause(String, Throwable) - Static method in class com.google.common.util.concurrent.AbstractFuture
 
CANCELLED - Enum constant in enum class com.google.common.util.concurrent.ExecutionSequencer.RunningState
 
Cancelling - Search tag in class com.google.common.util.concurrent.ClosingFuture
Section
canDecode(char) - Method in class com.google.common.io.BaseEncoding.Alphabet
 
canDecode(CharSequence) - Method in class com.google.common.io.BaseEncoding
Determines whether the specified character sequence is a valid encoded string according to this encoding.
canDecode(CharSequence) - Method in class com.google.common.io.BaseEncoding.SeparatedBaseEncoding
 
canDecode(CharSequence) - Method in class com.google.common.io.BaseEncoding.StandardBaseEncoding
 
canonical(DiscreteDomain<C>) - Method in class com.google.common.collect.Cut.AboveValue
 
canonical(DiscreteDomain<C>) - Method in class com.google.common.collect.Cut
 
canonical(DiscreteDomain<C>) - Method in class com.google.common.collect.Range
Returns the canonical form of this range in the given domain.
canonical(DiscreteDomain<Comparable<?>>) - Method in class com.google.common.collect.Cut.BelowAll
 
canonicalForm - Variable in class com.google.common.net.HostSpecifier
 
canonicalizeTypeArg(TypeVariable<?>, Type) - Static method in class com.google.common.reflect.TypeToken
In reflection, Foo<?>.getUpperBounds()[0] is always Object.class, even when Foo is defined as Foo<T extends String>.
canonicalizeWildcardsInParameterizedType(ParameterizedType) - Static method in class com.google.common.reflect.TypeToken
 
canonicalizeWildcardsInType(Type) - Static method in class com.google.common.reflect.TypeToken
 
canonicalizeWildcardType(TypeVariable<?>, WildcardType) - Static method in class com.google.common.reflect.TypeToken
 
canRemove - Variable in class com.google.common.collect.AbstractMapBasedMultiset.MapBasedMultisetIterator
 
canRemove - Variable in class com.google.common.collect.MinMaxPriorityQueue.QueueIterator
 
canRemove - Variable in class com.google.common.collect.Multisets.MultisetIteratorImpl
 
canTraverseWithoutReusingEdge(Graph<?>, Object, Object) - Static method in class com.google.common.graph.Graphs
Determines whether an edge has already been used during traversal.
Capabilities - Search tag in interface com.google.common.graph.Graph
Section
Capabilities - Search tag in interface com.google.common.graph.Network
Section
Capabilities - Search tag in interface com.google.common.graph.ValueGraph
Section
capacity() - Method in class com.google.common.collect.MinMaxPriorityQueue
 
capacity(int) - Static method in class com.google.common.collect.Maps
Returns a capacity that is sufficient to keep the map from being resized as long as it grows no larger than expectedSize and the load factor is ≥ its default (0.75).
capAtMaximumSize(int, int) - Static method in class com.google.common.collect.MinMaxPriorityQueue
There's no reason for the queueSize to ever be more than maxSize + 1
capture() - Method in class com.google.common.reflect.TypeCapture
Returns the captured type.
capture(Type) - Method in class com.google.common.reflect.TypeResolver.WildcardCapturer
 
captureAsTypeVariable(Type[]) - Method in class com.google.common.reflect.TypeResolver.WildcardCapturer
 
captureNullable(Type) - Method in class com.google.common.reflect.TypeResolver.WildcardCapturer
 
CartesianList<E> - Class in com.google.common.collect
Implementation of Lists.cartesianProduct(List).
CartesianList(ImmutableList<List<E>>) - Constructor for class com.google.common.collect.CartesianList
 
cartesianProduct(List<? extends B>...) - Static method in class com.google.common.collect.Lists
Returns every possible list that can be formed by choosing one element from each of the given lists in order; the "n-ary Cartesian product" of the lists.
cartesianProduct(List<? extends List<? extends B>>) - Static method in class com.google.common.collect.Lists
Returns every possible list that can be formed by choosing one element from each of the given lists in order; the "n-ary Cartesian product" of the lists.
cartesianProduct(List<? extends Set<? extends B>>) - Static method in class com.google.common.collect.Sets
Returns every possible list that can be formed by choosing one element from each of the given sets in order; the "n-ary Cartesian product" of the sets.
cartesianProduct(Set<? extends B>...) - Static method in class com.google.common.collect.Sets
Returns every possible list that can be formed by choosing one element from each of the given sets in order; the "n-ary Cartesian product" of the sets.
CartesianSet(ImmutableList<ImmutableSet<E>>, CartesianList<E>) - Constructor for class com.google.common.collect.Sets.CartesianSet
 
cas(long, long) - Method in class com.google.common.cache.Striped64.Cell
 
cas(long, long) - Method in class com.google.common.hash.Striped64.Cell
 
casBase(long, long) - Method in class com.google.common.cache.Striped64
CASes the base field.
casBase(long, long) - Method in class com.google.common.hash.Striped64
CASes the base field.
casBusy() - Method in class com.google.common.cache.Striped64
CASes the busy field from 0 to 1 to acquire lock.
casBusy() - Method in class com.google.common.hash.Striped64
CASes the busy field from 0 to 1 to acquire lock.
CASE_MASK - Static variable in class com.google.common.base.Ascii
A bit mask which selects the bit encoding ASCII character case.
CaseFormat - Enum Class in com.google.common.base
Utility class for converting between various ASCII case formats.
CaseFormat(CharMatcher, String) - Constructor for enum class com.google.common.base.CaseFormat
 
CaseFormat.StringConverter - Class in com.google.common.base
 
casListeners(AbstractFuture<?>, AbstractFuture.Listener, AbstractFuture.Listener) - Method in class com.google.common.util.concurrent.AbstractFuture.AtomicHelper
Performs a CAS operation on the AbstractFuture.listeners field.
casListeners(AbstractFuture<?>, AbstractFuture.Listener, AbstractFuture.Listener) - Method in class com.google.common.util.concurrent.AbstractFuture.SafeAtomicHelper
 
casListeners(AbstractFuture<?>, AbstractFuture.Listener, AbstractFuture.Listener) - Method in class com.google.common.util.concurrent.AbstractFuture.SynchronizedHelper
 
casListeners(AbstractFuture<?>, AbstractFuture.Listener, AbstractFuture.Listener) - Method in class com.google.common.util.concurrent.AbstractFuture.UnsafeAtomicHelper
Performs a CAS operation on the AbstractFuture.listeners field.
cast() - Method in class com.google.common.graph.ElementOrder
 
cast() - Method in class com.google.common.graph.GraphBuilder
 
cast() - Method in class com.google.common.graph.NetworkBuilder
 
cast() - Method in class com.google.common.graph.ValueGraphBuilder
 
cast(Multiset<T>) - Static method in class com.google.common.collect.testing.google.MultisetNavigationTester
Used to avoid http://bugs.sun.com/view_bug.do?bug_id=6558557
cast(Class<T>, Object) - Static method in class com.google.common.collect.ImmutableClassToInstanceMap.Builder
 
cast(Class<T>, Object) - Static method in class com.google.common.collect.MutableClassToInstanceMap
 
cast(Iterable<T>) - Static method in class com.google.common.collect.Lists
Used to avoid http://bugs.sun.com/view_bug.do?bug_id=6558557
cast(Iterable<T>) - Static method in class com.google.common.collect.Multisets
Used to avoid http://bugs.sun.com/view_bug.do?bug_id=6558557
castForTesting(MapMakerInternalMap.InternalEntry<K, MapMaker.Dummy, ?>) - Method in class com.google.common.collect.MapMakerInternalMap.StrongKeyDummyValueSegment
 
castForTesting(MapMakerInternalMap.InternalEntry<K, MapMaker.Dummy, ?>) - Method in class com.google.common.collect.MapMakerInternalMap.WeakKeyDummyValueSegment
 
castForTesting(MapMakerInternalMap.InternalEntry<K, V, ?>) - Method in class com.google.common.collect.MapMakerInternalMap.Segment
Unsafe cast of the given entry to E, the type of the specific MapMakerInternalMap.InternalEntry implementation type.
castForTesting(MapMakerInternalMap.InternalEntry<K, V, ?>) - Method in class com.google.common.collect.MapMakerInternalMap.StrongKeyStrongValueSegment
 
castForTesting(MapMakerInternalMap.InternalEntry<K, V, ?>) - Method in class com.google.common.collect.MapMakerInternalMap.StrongKeyWeakValueSegment
 
castForTesting(MapMakerInternalMap.InternalEntry<K, V, ?>) - Method in class com.google.common.collect.MapMakerInternalMap.WeakKeyStrongValueSegment
 
castForTesting(MapMakerInternalMap.InternalEntry<K, V, ?>) - Method in class com.google.common.collect.MapMakerInternalMap.WeakKeyWeakValueSegment
 
castOrCopyToCollection(Iterable<E>) - Static method in class com.google.common.collect.Iterables
Converts an iterable into a collection.
castOrCopyToList(Iterable<E>) - Static method in class com.google.common.collect.testing.Helpers
 
casValue(AbstractFuture<?>, Object, Object) - Method in class com.google.common.util.concurrent.AbstractFuture.AtomicHelper
Performs a CAS operation on the AbstractFuture.value field.
casValue(AbstractFuture<?>, Object, Object) - Method in class com.google.common.util.concurrent.AbstractFuture.SafeAtomicHelper
 
casValue(AbstractFuture<?>, Object, Object) - Method in class com.google.common.util.concurrent.AbstractFuture.SynchronizedHelper
 
casValue(AbstractFuture<?>, Object, Object) - Method in class com.google.common.util.concurrent.AbstractFuture.UnsafeAtomicHelper
Performs a CAS operation on the AbstractFuture.value field.
casWaiters(AbstractFuture<?>, AbstractFuture.Waiter, AbstractFuture.Waiter) - Method in class com.google.common.util.concurrent.AbstractFuture.AtomicHelper
Performs a CAS operation on the AbstractFuture.waiters field.
casWaiters(AbstractFuture<?>, AbstractFuture.Waiter, AbstractFuture.Waiter) - Method in class com.google.common.util.concurrent.AbstractFuture.SafeAtomicHelper
 
casWaiters(AbstractFuture<?>, AbstractFuture.Waiter, AbstractFuture.Waiter) - Method in class com.google.common.util.concurrent.AbstractFuture.SynchronizedHelper
 
casWaiters(AbstractFuture<?>, AbstractFuture.Waiter, AbstractFuture.Waiter) - Method in class com.google.common.util.concurrent.AbstractFuture.UnsafeAtomicHelper
Performs a CAS operation on the AbstractFuture.waiters field.
catching(ListenableFuture<? extends V>, Class<X>, Function<? super X, ? extends V>, Executor) - Static method in class com.google.common.util.concurrent.Futures
Returns a Future whose result is taken from the given primary input or, if the primary input fails with the given exceptionType, from the result provided by the fallback.
catching(Class<X>, Function<? super X, ? extends V>, Executor) - Method in class com.google.common.util.concurrent.FluentFuture
Returns a Future whose result is taken from this Future or, if this Future fails with the given exceptionType, from the result provided by the fallback.
catching(Class<X>, ClosingFuture.ClosingFunction<? super X, ? extends V>, Executor) - Method in class com.google.common.util.concurrent.ClosingFuture
Returns a new ClosingFuture pipeline step derived from this one by applying a function to its exception if it is an instance of a given exception type.
Catching - Search tag in class com.google.common.util.concurrent.ClosingFuture
Section
catchingAsync(ListenableFuture<? extends V>, Class<X>, AsyncFunction<? super X, ? extends V>, Executor) - Static method in class com.google.common.util.concurrent.Futures
Returns a Future whose result is taken from the given primary input or, if the primary input fails with the given exceptionType, from the result provided by the fallback.
catchingAsync(Class<X>, AsyncFunction<? super X, ? extends V>, Executor) - Method in class com.google.common.util.concurrent.FluentFuture
Returns a Future whose result is taken from this Future or, if this Future fails with the given exceptionType, from the result provided by the fallback.
catchingAsync(Class<X>, ClosingFuture.AsyncClosingFunction<? super X, ? extends V>, Executor) - Method in class com.google.common.util.concurrent.ClosingFuture
Returns a new ClosingFuture pipeline step derived from this one by applying a function that returns a ClosingFuture to its exception if it is an instance of a given exception type.
catchingAsyncMoreGeneric(Class<X>, ClosingFuture.AsyncClosingFunction<? super X, W>, Executor) - Method in class com.google.common.util.concurrent.ClosingFuture
 
CatchingFuture(ListenableFuture<? extends V>, Class<X>, Function<? super X, ? extends V>) - Constructor for class com.google.common.util.concurrent.AbstractCatchingFuture.CatchingFuture
 
catchingMoreGeneric(Class<X>, ClosingFuture.ClosingFunction<? super X, W>, Executor) - Method in class com.google.common.util.concurrent.ClosingFuture
 
cause - Variable in class com.google.common.cache.RemovalNotification
 
cause - Variable in class com.google.common.util.concurrent.AbstractFuture.Cancellation
 
CAUSELESS_CANCELLED - Static variable in class com.google.common.util.concurrent.AbstractFuture.Cancellation
 
CAUSELESS_INTERRUPTED - Static variable in class com.google.common.util.concurrent.AbstractFuture.Cancellation
 
cbuf - Variable in class com.google.common.io.LineReader
 
CDN_LOOP - Static variable in class com.google.common.net.HttpHeaders
The HTTP CDN-Loop header field name.
ceiling(E) - Method in class com.google.common.collect.DescendingImmutableSortedSet
 
ceiling(E) - Method in class com.google.common.collect.ForwardingNavigableSet
 
ceiling(E) - Method in class com.google.common.collect.ImmutableSortedSet
 
ceiling(E) - Method in class com.google.common.collect.RegularImmutableSortedSet
 
ceiling(E) - Method in class com.google.common.collect.Sets.DescendingSet
 
ceiling(E) - Method in class com.google.common.collect.Sets.FilteredNavigableSet
 
ceiling(E) - Method in class com.google.common.collect.Sets.UnmodifiableNavigableSet
 
ceiling(E) - Method in class com.google.common.collect.SortedMultisets.NavigableElementSet
 
ceiling(E) - Method in class com.google.common.collect.Synchronized.SynchronizedNavigableSet
 
ceiling(E) - Method in class com.google.common.collect.testing.SafeTreeSet
 
ceiling(Comparator<? super E>, E) - Method in class com.google.common.collect.TreeMultiset.AvlNode
 
ceiling(K) - Method in class com.google.common.collect.AbstractMapBasedMultimap.NavigableKeySet
 
ceiling(K) - Method in class com.google.common.collect.Maps.NavigableKeySet
 
ceiling(V) - Method in class com.google.common.collect.AbstractMapBasedMultimap.WrappedNavigableSet
 
ceilingEntry(K) - Method in class com.google.common.collect.AbstractMapBasedMultimap.NavigableAsMap
 
ceilingEntry(K) - Method in class com.google.common.collect.AbstractNavigableMap
 
ceilingEntry(K) - Method in class com.google.common.collect.ForwardingNavigableMap
 
ceilingEntry(K) - Method in class com.google.common.collect.ImmutableSortedMap
 
ceilingEntry(K) - Method in class com.google.common.collect.Maps.DescendingMap
 
ceilingEntry(K) - Method in class com.google.common.collect.Maps.TransformedEntriesNavigableMap
 
ceilingEntry(K) - Method in class com.google.common.collect.Maps.UnmodifiableNavigableMap
 
ceilingEntry(K) - Method in class com.google.common.collect.Synchronized.SynchronizedNavigableMap
 
ceilingEntry(K) - Method in class com.google.common.collect.testing.SafeTreeMap
 
ceilingKey(K) - Method in class com.google.common.collect.AbstractMapBasedMultimap.NavigableAsMap
 
ceilingKey(K) - Method in class com.google.common.collect.AbstractNavigableMap
 
ceilingKey(K) - Method in class com.google.common.collect.ForwardingNavigableMap
 
ceilingKey(K) - Method in class com.google.common.collect.ImmutableSortedMap
 
ceilingKey(K) - Method in class com.google.common.collect.Maps.DescendingMap
 
ceilingKey(K) - Method in class com.google.common.collect.Maps.TransformedEntriesNavigableMap
 
ceilingKey(K) - Method in class com.google.common.collect.Maps.UnmodifiableNavigableMap
 
ceilingKey(K) - Method in class com.google.common.collect.Synchronized.SynchronizedNavigableMap
 
ceilingKey(K) - Method in class com.google.common.collect.testing.SafeTreeMap
 
ceilingPowerOfTwo(int) - Static method in class com.google.common.math.IntMath
Returns the smallest power of two greater than or equal to x.
ceilingPowerOfTwo(long) - Static method in class com.google.common.math.LongMath
Returns the smallest power of two greater than or equal to x.
ceilingPowerOfTwo(BigInteger) - Static method in class com.google.common.math.BigIntegerMath
Returns the smallest power of two greater than or equal to x.
ceilToPowerOfTwo(int) - Static method in class com.google.common.util.concurrent.Striped
 
Cell(long) - Constructor for class com.google.common.cache.Striped64.Cell
 
Cell(long) - Constructor for class com.google.common.hash.Striped64.Cell
 
cellColumnIndices - Variable in class com.google.common.collect.DenseImmutableTable
 
cellColumnIndices - Variable in class com.google.common.collect.ImmutableTable.SerializedForm
 
cellColumnInRowIndices - Variable in class com.google.common.collect.SparseImmutableTable
 
cellFunction() - Method in class com.google.common.collect.Tables.TransformedTable
 
cellIterator() - Method in class com.google.common.collect.AbstractTable
 
cellIterator() - Method in class com.google.common.collect.ArrayTable
 
cellIterator() - Method in class com.google.common.collect.ImmutableTable
 
cellIterator() - Method in class com.google.common.collect.StandardTable
 
cellIterator() - Method in class com.google.common.collect.Tables.TransformedTable
 
cellIterator() - Method in class com.google.common.collect.Tables.TransposeTable
 
CellIterator() - Constructor for class com.google.common.collect.StandardTable.CellIterator
 
cellOf(R, C, V) - Static method in class com.google.common.collect.ImmutableTable
Verifies that rowKey, columnKey and value are non-null, and returns a new entry with those values.
cellRowIndices - Variable in class com.google.common.collect.DenseImmutableTable
 
cellRowIndices - Variable in class com.google.common.collect.ImmutableTable.SerializedForm
 
cellRowIndices - Variable in class com.google.common.collect.SparseImmutableTable
 
cells - Variable in class com.google.common.cache.Striped64
Table of cells.
cells - Variable in class com.google.common.collect.ImmutableTable.Builder
 
cells - Variable in class com.google.common.hash.Striped64
Table of cells.
cellSet - Variable in class com.google.common.collect.AbstractTable
 
cellSet() - Method in class com.google.common.collect.AbstractTable
 
cellSet() - Method in class com.google.common.collect.ArrayTable
Returns an unmodifiable set of all row key / column key / value triplets.
cellSet() - Method in class com.google.common.collect.ForwardingTable
 
cellSet() - Method in class com.google.common.collect.ImmutableTable
 
cellSet() - Method in class com.google.common.collect.StandardTable
Returns a set of all row key / column key / value triplets.
cellSet() - Method in class com.google.common.collect.Synchronized.SynchronizedTable
 
cellSet() - Method in interface com.google.common.collect.Table
Returns a set of all row key / column key / value triplets.
cellSet() - Method in class com.google.common.collect.Tables.UnmodifiableTable
 
CellSet() - Constructor for class com.google.common.collect.AbstractTable.CellSet
 
CellSet() - Constructor for class com.google.common.collect.RegularImmutableTable.CellSet
 
cellSpliterator() - Method in class com.google.common.collect.AbstractTable
 
cellSpliterator() - Method in class com.google.common.collect.ArrayTable
 
cellSpliterator() - Method in class com.google.common.collect.ImmutableTable
 
cellSpliterator() - Method in class com.google.common.collect.StandardTable
 
cellSpliterator() - Method in class com.google.common.collect.Tables.TransformedTable
 
cellSpliterator() - Method in class com.google.common.collect.Tables.TransposeTable
 
cellValues - Variable in class com.google.common.collect.ImmutableTable.SerializedForm
 
Chaining - Search tag in class com.google.common.collect.Ordering
Section
characteristics - Variable in class com.google.common.collect.CollectSpliterators.FlatMapSpliterator
 
characteristics() - Method in class com.google.common.collect.CollectSpliterators.FlatMapSpliterator
 
characteristics() - Method in class com.google.common.collect.Streams.MapWithIndexSpliterator
 
characteristics() - Method in class com.google.common.collect.testing.SpliteratorTester.GeneralSpliterator
 
charactersOf(CharSequence) - Static method in class com.google.common.collect.Lists
Returns a view of the specified CharSequence as a List<Character>, viewing sequence as a sequence of Unicode code units.
charactersOf(String) - Static method in class com.google.common.collect.Lists
Returns a view of the specified string as an immutable list of Character values.
CharactersOfCharSequenceGenerator() - Constructor for class com.google.common.collect.testing.google.ListGenerators.CharactersOfCharSequenceGenerator
 
CharactersOfStringGenerator() - Constructor for class com.google.common.collect.testing.google.ListGenerators.CharactersOfStringGenerator
 
CharArrayAsList(char[]) - Constructor for class com.google.common.primitives.Chars.CharArrayAsList
 
CharArrayAsList(char[], int, int) - Constructor for class com.google.common.primitives.Chars.CharArrayAsList
 
CharArrayDecorator(char[][]) - Constructor for class com.google.common.escape.CharEscaperBuilder.CharArrayDecorator
 
charBuffer - Variable in class com.google.common.io.ReaderInputStream
charBuffer holds characters that have been read from the Reader but not encoded yet.
charBufferFromThreadLocal() - Static method in class com.google.common.escape.Platform
Returns a thread-local 1024-char array.
CharEscaper - Class in com.google.common.escape
An object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).
CharEscaper() - Constructor for class com.google.common.escape.CharEscaper
Constructor for use by subclasses.
CharEscaperBuilder - Class in com.google.common.escape
Simple helper class to build a "sparse" array of objects based on the indexes that were added to it.
CharEscaperBuilder() - Constructor for class com.google.common.escape.CharEscaperBuilder
Construct a new sparse array builder.
CharEscaperBuilder.CharArrayDecorator - Class in com.google.common.escape
Simple decorator that turns an array of replacement char[]s into a CharEscaper, this results in a very fast escape method.
CharMatcher - Class in com.google.common.base
Determines a true or false value for any Java char value, just as Predicate does for any Object.
CharMatcher() - Constructor for class com.google.common.base.CharMatcher
Constructor for use by subclasses.
CharMatcher.And - Class in com.google.common.base
Implementation of CharMatcher.and(CharMatcher).
CharMatcher.Any - Class in com.google.common.base
Implementation of CharMatcher.any().
CharMatcher.AnyOf - Class in com.google.common.base
Implementation of CharMatcher.anyOf(CharSequence) for three or more characters.
CharMatcher.Ascii - Class in com.google.common.base
Implementation of CharMatcher.ascii().
CharMatcher.BitSetMatcher - Class in com.google.common.base
Fast matcher using a BitSet table of matching characters.
CharMatcher.BreakingWhitespace - Class in com.google.common.base
CharMatcher.Digit - Class in com.google.common.base
Implementation of CharMatcher.digit().
CharMatcher.FastMatcher - Class in com.google.common.base
A matcher for which precomputation will not yield any significant benefit.
CharMatcher.ForPredicate - Class in com.google.common.base
CharMatcher.InRange - Class in com.google.common.base
CharMatcher.Invisible - Class in com.google.common.base
Implementation of CharMatcher.invisible().
CharMatcher.Is - Class in com.google.common.base
Implementation of CharMatcher.is(char).
CharMatcher.IsEither - Class in com.google.common.base
Implementation of CharMatcher.anyOf(CharSequence) for exactly two characters.
CharMatcher.IsNot - Class in com.google.common.base
Implementation of CharMatcher.isNot(char).
CharMatcher.JavaDigit - Class in com.google.common.base
Implementation of CharMatcher.javaDigit().
CharMatcher.JavaIsoControl - Class in com.google.common.base
Implementation of CharMatcher.javaIsoControl().
CharMatcher.JavaLetter - Class in com.google.common.base
Implementation of CharMatcher.javaLetter().
CharMatcher.JavaLetterOrDigit - Class in com.google.common.base
CharMatcher.JavaLowerCase - Class in com.google.common.base
Implementation of CharMatcher.javaLowerCase().
CharMatcher.JavaUpperCase - Class in com.google.common.base
Implementation of CharMatcher.javaUpperCase().
CharMatcher.NamedFastMatcher - Class in com.google.common.base
CharMatcher.FastMatcher which overrides toString() with a custom name.
CharMatcher.Negated - Class in com.google.common.base
Implementation of CharMatcher.Negated.negate().
CharMatcher.NegatedFastMatcher - Class in com.google.common.base
CharMatcher.None - Class in com.google.common.base
Implementation of CharMatcher.none().
CharMatcher.Or - Class in com.google.common.base
Implementation of CharMatcher.or(CharMatcher).
CharMatcher.RangesMatcher - Class in com.google.common.base
Implementation that matches characters that fall within multiple ranges.
CharMatcher.SingleWidth - Class in com.google.common.base
Implementation of CharMatcher.singleWidth().
CharMatcher.Whitespace - Class in com.google.common.base
Implementation of CharMatcher.whitespace().
chars - Variable in class com.google.common.base.CharMatcher.AnyOf
 
chars - Variable in class com.google.common.io.BaseEncoding.Alphabet
 
Chars - Class in com.google.common.primitives
Static utility methods pertaining to char primitives, that are not already found in either Character or Arrays.
Chars() - Constructor for class com.google.common.collect.testing.SampleElements.Chars
 
Chars() - Constructor for class com.google.common.primitives.Chars
 
Chars.CharArrayAsList - Class in com.google.common.primitives
 
Chars.LexicographicalComparator - Enum Class in com.google.common.primitives
 
CharSequenceAsList(CharSequence) - Constructor for class com.google.common.collect.Lists.CharSequenceAsList
 
CharSequenceCharSource(CharSequence) - Constructor for class com.google.common.io.CharSource.CharSequenceCharSource
 
CharSequenceReader - Class in com.google.common.io
A Reader that reads the characters in a CharSequence.
CharSequenceReader(CharSequence) - Constructor for class com.google.common.io.CharSequenceReader
Creates a new reader wrapping the given character sequence.
charset - Variable in class com.google.common.hash.Funnels.StringCharsetFunnel
 
charset - Variable in class com.google.common.io.ByteSink.AsCharSink
 
charset - Variable in class com.google.common.io.ByteSource.AsCharSource
 
charset - Variable in class com.google.common.io.CharSource.AsByteSource
 
charset() - Method in class com.google.common.net.MediaType
Returns an optional charset for the value of the charset parameter if it is specified.
CHARSET_ATTRIBUTE - Static variable in class com.google.common.net.MediaType
 
charsetCanonicalName - Variable in class com.google.common.hash.Funnels.StringCharsetFunnel.SerializedForm
 
Charsets - Class in com.google.common.base
Contains constant definitions for the six standard Charset instances, which are guaranteed to be supported by all Java platform implementations.
Charsets() - Constructor for class com.google.common.base.Charsets
 
CharSink - Class in com.google.common.io
A destination to which characters can be written, such as a text file.
CharSink() - Constructor for class com.google.common.io.CharSink
Constructor for use by subclasses.
CharSource - Class in com.google.common.io
A readable source of characters, such as a text file.
CharSource() - Constructor for class com.google.common.io.CharSource
Constructor for use by subclasses.
CharSource.AsByteSource - Class in com.google.common.io
A byte source that reads chars from this source and encodes them as bytes using a charset.
CharSource.CharSequenceCharSource - Class in com.google.common.io
 
CharSource.ConcatenatedCharSource - Class in com.google.common.io
 
CharSource.EmptyCharSource - Class in com.google.common.io
 
CharSource.StringCharSource - Class in com.google.common.io
Subclass specialized for string instances.
charsPerChunk - Variable in class com.google.common.io.BaseEncoding.Alphabet
 
CharStreams - Class in com.google.common.io
Provides utility methods for working with character streams.
CharStreams() - Constructor for class com.google.common.io.CharStreams
 
CharStreams.NullWriter - Class in com.google.common.io
 
charToThreeUtf8Bytes(char) - Static method in class com.google.common.hash.Murmur3_32HashFunction
 
charToTwoUtf8Bytes(char) - Static method in class com.google.common.hash.Murmur3_32HashFunction
 
checkAcquiredLock(CycleDetectingLockFactory.Policy, CycleDetectingLockFactory.LockGraphNode) - Method in class com.google.common.util.concurrent.CycleDetectingLockFactory.LockGraphNode
Checks the acquisition-ordering between this, which is about to be acquired, and the specified acquiredLock.
checkAcquiredLocks(CycleDetectingLockFactory.Policy, List<CycleDetectingLockFactory.LockGraphNode>) - Method in class com.google.common.util.concurrent.CycleDetectingLockFactory.LockGraphNode
 
checkAllowsInsecure(Path, RecursiveDeleteOption[]) - Static method in class com.google.common.io.MoreFiles
Checks that the given options allow an insecure delete, throwing an exception if not.
checkAndSet(T, T) - Method in class com.google.common.collect.TreeMultiset.Reference
 
checkAndUpdateState(ClosingFuture.State, ClosingFuture.State) - Method in class com.google.common.util.concurrent.ClosingFuture
 
checkArgument(boolean) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, Object) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, char) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, char, char) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, char, int) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, char, long) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, char, Object) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, int) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, int, char) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, int, int) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, int, long) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, int, Object) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, long) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, long, char) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, long, int) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, long, long) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, long, Object) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object...) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object, char) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object, int) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object, long) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object, Object) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object, Object, Object) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object, Object, Object, Object) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkCanCreate() - Method in class com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder
checkCast(Class<?>, Object) - Static method in class com.google.common.collect.testing.Platform
 
checkConflict(String, Set<Feature<?>>, String, Set<Feature<?>>, Object) - Static method in class com.google.common.collect.testing.features.FeatureUtil
 
checkCurrentState(Service.State) - Method in class com.google.common.util.concurrent.AbstractService
Checks that the current state is equal to the expected state.
checkedAdd(int, int) - Static method in class com.google.common.math.IntMath
Returns the sum of a and b, provided it does not overflow.
checkedAdd(long, long) - Static method in class com.google.common.math.LongMath
Returns the sum of a and b, provided it does not overflow.
checkedCast(long) - Static method in class com.google.common.primitives.Chars
Returns the char value that is equal to value, if possible.
checkedCast(long) - Static method in class com.google.common.primitives.Ints
Returns the int value that is equal to value, if possible.
checkedCast(long) - Static method in class com.google.common.primitives.Shorts
Returns the short value that is equal to value, if possible.
checkedCast(long) - Static method in class com.google.common.primitives.SignedBytes
Returns the byte value that is equal to value, if possible.
checkedCast(long) - Static method in class com.google.common.primitives.UnsignedBytes
Returns the byte value that, when treated as unsigned, is equal to value, if possible.
checkedCast(long) - Static method in class com.google.common.primitives.UnsignedInts
Returns the int value that, when treated as unsigned, is equal to value, if possible.
checkedConnections(N) - Method in class com.google.common.graph.StandardNetwork
 
checkedConnections(N) - Method in class com.google.common.graph.StandardValueGraph
 
checkedCreate(SortedSet<Integer>) - Method in class com.google.common.collect.testing.google.SetGenerators.AbstractContiguousSetGenerator
 
checkedEntry(Map.Entry<Class<? extends B>, B>) - Static method in class com.google.common.collect.MutableClassToInstanceMap
Wraps the setValue implementation of an Entry to enforce the class constraint.
checkedMultiply(int, int) - Static method in class com.google.common.math.IntMath
Returns the product of a and b, provided it does not overflow.
checkedMultiply(long, long) - Static method in class com.google.common.math.LongMath
Returns the product of a and b, provided it does not overflow.
checkedPow(int, int) - Static method in class com.google.common.math.IntMath
Returns the b to the kth power, provided it does not overflow.
checkedPow(long, int) - Static method in class com.google.common.math.LongMath
Returns the b to the kth power, provided it does not overflow.
checkedReferenceNode(E) - Method in class com.google.common.graph.StandardNetwork
 
checkedSubtract(int, int) - Static method in class com.google.common.math.IntMath
Returns the difference of a and b, provided it does not overflow.
checkedSubtract(long, long) - Static method in class com.google.common.math.LongMath
Returns the difference of a and b, provided it does not overflow.
checkElementIndex(int, int) - Static method in class com.google.common.base.Preconditions
Ensures that index specifies a valid element in an array, list or string of size size.
checkElementIndex(int, int, String) - Static method in class com.google.common.base.Preconditions
Ensures that index specifies a valid element in an array, list or string of size size.
checkElementNotNull(Object, int) - Static method in class com.google.common.collect.ObjectArrays
 
checkElementsNotNull(Object...) - Static method in class com.google.common.collect.ObjectArrays
 
checkElementsNotNull(Object[], int) - Static method in class com.google.common.collect.ObjectArrays
 
checkEntryNotNull(Object, Object) - Static method in class com.google.common.collect.CollectPreconditions
 
checkExceptionClassValidity(Class<? extends Exception>) - Static method in class com.google.common.util.concurrent.FuturesGetChecked
 
checkFilter(int) - Method in class com.google.common.base.SmallCharMatcher
 
checkFinite(double) - Static method in class com.google.common.math.DoubleMath
 
checkForConcurrentModification() - Method in class com.google.common.collect.CompactHashMap.Itr
 
checkForConcurrentModification() - Method in class com.google.common.collect.LinkedListMultimap.DistinctKeyIterator
 
checkForConcurrentModification() - Method in class com.google.common.collect.LinkedListMultimap.NodeIterator
 
checkHealthy() - Method in class com.google.common.util.concurrent.ServiceManager.ServiceManagerState
 
checkIndex(int, int) - Static method in class com.google.common.math.Quantiles
 
checkInRangeForRoundingInputs(boolean, double, RoundingMode) - Static method in class com.google.common.math.MathPreconditions
 
checkIsE(Object) - Method in class com.google.common.collect.EnumMultiset
Returns element cast to E, if it actually is a nonnull E.
checkKey(K) - Method in class com.google.common.collect.AbstractBiMap
Returns its input, or throws an exception if this is not a valid key.
checkKey(K) - Method in class com.google.common.collect.AbstractBiMap.Inverse
 
checkKey(K) - Method in class com.google.common.collect.EnumBiMap
 
checkKey(K) - Method in class com.google.common.collect.EnumHashBiMap
 
checkModCount() - Method in class com.google.common.collect.MinMaxPriorityQueue.QueueIterator
 
checkNoConflict(boolean, String, Object, Object) - Static method in class com.google.common.collect.ImmutableMap
 
checkNoConflictInKeyBucket(Object, Object, ImmutableMapEntry<K, V>, boolean) - Static method in class com.google.common.collect.RegularImmutableMap
Checks if the given key already appears in the hash chain starting at keyBucketHead.
checkNoConflictInValueBucket(Object, Map.Entry<?, ?>, ImmutableMapEntry<?, ?>) - Static method in class com.google.common.collect.RegularImmutableBiMap
 
checkNoDuplicate(R, C, V, V) - Method in class com.google.common.collect.RegularImmutableTable
 
checkNonLoadingCache() - Method in class com.google.common.cache.CacheBuilder
 
checkNonnegative(int) - Static method in class com.google.common.collect.Iterators
 
checkNonnegative(int, String) - Static method in class com.google.common.collect.CollectPreconditions
 
checkNonnegative(long, String) - Static method in class com.google.common.collect.CollectPreconditions
 
checkNonNegative(int) - Static method in class com.google.common.graph.Graphs
 
checkNonNegative(long) - Static method in class com.google.common.graph.Graphs
 
checkNonNegative(String, double) - Static method in class com.google.common.math.MathPreconditions
 
checkNonNegative(String, int) - Static method in class com.google.common.math.MathPreconditions
 
checkNonNegative(String, long) - Static method in class com.google.common.math.MathPreconditions
 
checkNonNegative(String, BigInteger) - Static method in class com.google.common.math.MathPreconditions
 
checkNoOverflow(boolean, String, int, int) - Static method in class com.google.common.math.MathPreconditions
 
checkNoOverflow(boolean, String, long, long) - Static method in class com.google.common.math.MathPreconditions
 
checkNoOverflow(long) - Static method in class com.google.common.primitives.Longs
 
checkNotClosed() - Method in class com.google.common.io.AppendableWriter
 
checkNotDone() - Method in class com.google.common.hash.MacHashFunction.MacHasher
 
checkNotDone() - Method in class com.google.common.hash.MessageDigestHashFunction.MessageDigestHasher
 
checkNotNull(T) - Static method in class com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, Object) - Static method in class com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, char) - Static method in class com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, char, char) - Static method in class com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, char, int) - Static method in class com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, char, long) - Static method in class com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, char, Object) - Static method in class com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, int) - Static method in class com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, int, char) - Static method in class com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, int, int) - Static method in class com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, int, long) - Static method in class com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, int, Object) - Static method in class com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, long) - Static method in class com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, long, char) - Static method in class com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, long, int) - Static method in class com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, long, long) - Static method in class com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, long, Object) - Static method in class com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object) - Static method in class com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object...) - Static method in class com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object, char) - Static method in class com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object, int) - Static method in class com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object, long) - Static method in class com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object, Object) - Static method in class com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object, Object, Object) - Static method in class com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object, Object, Object, Object) - Static method in class com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkOpen() - Method in class com.google.common.io.CharSequenceReader
 
checkPermits(int) - Static method in class com.google.common.util.concurrent.RateLimiter
 
checkPositionIndex(int, int) - Static method in class com.google.common.base.Preconditions
Ensures that index specifies a valid position in an array, list or string of size size.
checkPositionIndex(int, int, String) - Static method in class com.google.common.base.Preconditions
Ensures that index specifies a valid position in an array, list or string of size size.
checkPositionIndexes(int, int, int) - Static method in class com.google.common.base.Preconditions
Ensures that start and end specify valid positions in an array, list or string of size size, and are in order.
checkPositive(int) - Static method in class com.google.common.graph.Graphs
 
checkPositive(int, String) - Static method in class com.google.common.collect.CollectPreconditions
 
checkPositive(long) - Static method in class com.google.common.graph.Graphs
 
checkPositive(String, int) - Static method in class com.google.common.math.MathPreconditions
 
checkPositive(String, long) - Static method in class com.google.common.math.MathPreconditions
 
checkPositive(String, BigInteger) - Static method in class com.google.common.math.MathPreconditions
 
checkPositiveAndMakeMultipleOf32(int) - Static method in class com.google.common.hash.Hashing
Checks that the passed argument is positive, and ceils it to a multiple of 32.
checkPositiveTimeout(long) - Static method in class com.google.common.util.concurrent.SimpleTimeLimiter
 
checkRemove(boolean) - Static method in class com.google.common.collect.CollectPreconditions
Precondition tester for Iterator.remove() that throws an exception with a consistent error message.
checkRoundingUnnecessary(boolean) - Static method in class com.google.common.math.MathPreconditions
 
checkState(boolean) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, Object) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, char) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, char, char) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, char, int) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, char, long) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, char, Object) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, int) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, int, char) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, int, int) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, int, long) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, int, Object) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, long) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, long, char) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, long, int) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, long, long) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, long, Object) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object...) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object, char) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object, int) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object, long) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object, Object) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object, Object, Object) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object, Object, Object, Object) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checksum - Variable in class com.google.common.hash.ChecksumHashFunction.ChecksumHasher
 
ChecksumHasher(Checksum) - Constructor for class com.google.common.hash.ChecksumHashFunction.ChecksumHasher
 
ChecksumHashFunction - Class in com.google.common.hash
HashFunction adapter for Checksum instances.
ChecksumHashFunction(ImmutableSupplier<? extends Checksum>, int, String) - Constructor for class com.google.common.hash.ChecksumHashFunction
 
ChecksumHashFunction.ChecksumHasher - Class in com.google.common.hash
Hasher that updates a checksum.
ChecksumHashFunction.ChecksumMethodHandles - Class in com.google.common.hash
 
ChecksumMethodHandles() - Constructor for class com.google.common.hash.ChecksumHashFunction.ChecksumMethodHandles
 
checksumSupplier - Variable in class com.google.common.hash.ChecksumHashFunction
 
ChecksumType(String) - Constructor for enum class com.google.common.hash.Hashing.ChecksumType
 
checkValid(T) - Method in class com.google.common.collect.testing.SafeTreeMap
 
checkValid(T) - Method in class com.google.common.collect.testing.SafeTreeSet
 
checkValue(V) - Method in class com.google.common.collect.AbstractBiMap
Returns its input, or throws an exception if this is not a valid value.
checkValue(V) - Method in class com.google.common.collect.AbstractBiMap.Inverse
 
checkValue(V) - Method in class com.google.common.collect.EnumBiMap
 
checkWeightWithWeigher() - Method in class com.google.common.cache.CacheBuilder
 
child(String) - Method in class com.google.common.net.InternetDomainName
Creates and returns a new InternetDomainName by prepending the argument and a dot to the current name.
childIterator - Variable in class com.google.common.collect.TreeTraverser.PostOrderNode
Deprecated.
 
children(T) - Method in class com.google.common.collect.TreeTraverser
Deprecated.
Returns the children of the specified node.
chooseNextSelection(int[], int, int, int, int) - Static method in class com.google.common.math.Quantiles
Chooses the next selection to do from the required selections.
chooseTableSize(int) - Static method in class com.google.common.base.SmallCharMatcher
Returns an array size suitable for the backing array of a hash table that uses open addressing with linear probing in its implementation.
chooseTableSize(int) - Static method in class com.google.common.collect.ImmutableSet
Returns an array size suitable for the backing array of a hash table that uses open addressing with linear probing in its implementation.
chooseUnit(long) - Static method in class com.google.common.base.Stopwatch
 
chop(String) - Method in class com.google.common.testing.AbstractPackageSanityTests.Chopper
 
Chopper() - Constructor for class com.google.common.testing.AbstractPackageSanityTests.Chopper
 
CHUNK_SIZE - Static variable in class com.google.common.hash.Murmur3_128HashFunction.Murmur3_128Hasher
 
CHUNK_SIZE - Static variable in class com.google.common.hash.Murmur3_32HashFunction
 
CHUNK_SIZE - Static variable in class com.google.common.hash.SipHashFunction.SipHasher
 
chunkSize - Variable in class com.google.common.hash.AbstractStreamingHasher
Number of bytes processed per process() invocation.
CLASS_FILE_NAME_EXTENSION - Static variable in class com.google.common.reflect.ClassPath
 
CLASS_PATH_ATTRIBUTE_SEPARATOR - Static variable in class com.google.common.reflect.ClassPath
Separator for the Class-Path manifest attribute value in jar files.
CLASS_VALUE_VALIDATOR_NAME - Static variable in class com.google.common.util.concurrent.FuturesGetChecked.GetCheckedTypeValidatorHolder
 
classes - Variable in class com.google.common.reflect.TypeToken.ClassSet
 
classes() - Method in class com.google.common.reflect.TypeToken.ClassSet
 
classes() - Method in class com.google.common.reflect.TypeToken.InterfaceSet
 
classes() - Method in class com.google.common.reflect.TypeToken.TypeSet
Returns the types that are classes.
Classes of static utility methods - Search tag in package com.google.common.collect
Section
classesOnly() - Method in class com.google.common.reflect.TypeToken.TypeCollector
For just classes, we don't have to traverse interfaces.
classFilter - Variable in class com.google.common.testing.AbstractPackageSanityTests
 
ClassInfo(File, String, ClassLoader) - Constructor for class com.google.common.reflect.ClassPath.ClassInfo
 
classloader - Variable in class com.google.common.reflect.ClassPath.LocationInfo
 
className - Variable in class com.google.common.base.MoreObjects.ToStringHelper
 
className - Variable in class com.google.common.reflect.ClassPath.ClassInfo
 
ClassOwnership() - Constructor for enum class com.google.common.reflect.Types.ClassOwnership
 
ClassPath - Class in com.google.common.reflect
Scans the source of a ClassLoader and finds all loadable classes and resources.
ClassPath(ImmutableSet<ClassPath.ResourceInfo>) - Constructor for class com.google.common.reflect.ClassPath
 
ClassPath.ClassInfo - Class in com.google.common.reflect
Represents a class that can be loaded through ClassPath.ClassInfo.load().
ClassPath.LocationInfo - Class in com.google.common.reflect
Represents a single location (a directory or a jar file) in the class path and is responsible for scanning resources from this location.
ClassPath.ResourceInfo - Class in com.google.common.reflect
Represents a class path resource that can be either a class file or any other resource file loadable from the class path.
ClassPath and symlinks - Search tag in class com.google.common.reflect.ClassPath
Section
ClassSanityTester - Class in com.google.common.testing
Tester that runs automated sanity tests for any given class.
ClassSanityTester() - Constructor for class com.google.common.testing.ClassSanityTester
 
ClassSanityTester.FactoryMethodReturnsNullException - Exception Class in com.google.common.testing
Thrown if the test tries to invoke a static factory method to test instance methods but the factory returned null.
ClassSanityTester.FactoryMethodReturnValueTester - Class in com.google.common.testing
Runs sanity tests against return values of static factory methods declared by a class.
ClassSanityTester.ParameterHasNoDistinctValueException - Exception Class in com.google.common.testing
Thrown if the test fails to generate two distinct non-null values of a constructor or factory parameter in order to test Object.equals(java.lang.Object) and Object.hashCode() of the declaring class.
ClassSanityTester.ParameterNotInstantiableException - Exception Class in com.google.common.testing
Thrown if the test tries to invoke a constructor or static factory method but failed because the dummy value of a constructor or method parameter is unknown.
ClassSanityTester.SerializableDummyProxy - Class in com.google.common.testing
 
ClassSet() - Constructor for class com.google.common.reflect.TypeToken.ClassSet
 
classTesterRequirementsCache - Static variable in class com.google.common.collect.testing.features.FeatureUtil
 
ClassToInstanceMap<B> - Interface in com.google.common.collect
A map, each entry of which maps a Java raw type to an instance of that type.
classValueValidator() - Static method in class com.google.common.util.concurrent.FuturesGetChecked
 
ClassValueValidator() - Constructor for enum class com.google.common.util.concurrent.FuturesGetChecked.GetCheckedTypeValidatorHolder.ClassValueValidator
 
clazz - Variable in class com.google.common.base.Predicates.InstanceOfPredicate
 
clazz - Variable in class com.google.common.base.Predicates.SubtypeOfPredicate
 
clazz - Variable in class com.google.common.collect.MultimapBuilder.EnumSetSupplier
 
cleanUp() - Method in class com.google.common.base.FinalizableReferenceQueue
Repeatedly dequeues references from the queue and invokes FinalizableReference.finalizeReferent() on them until the queue is empty.
cleanUp() - Method in class com.google.common.cache.AbstractCache
 
cleanUp() - Method in interface com.google.common.cache.Cache
Performs any pending maintenance operations needed by the cache.
cleanUp() - Method in class com.google.common.cache.ForwardingCache
 
cleanUp() - Method in class com.google.common.cache.LocalCache
 
cleanUp() - Method in class com.google.common.cache.LocalCache.LocalManualCache
 
cleanUp() - Method in class com.google.common.cache.LocalCache.Segment
 
cleanUp(Reference<?>) - Method in class com.google.common.base.internal.Finalizer
Cleans up the given reference and any other references already in the queue.
CleanupMapTask(MapMakerInternalMap<?, ?, ?, ?>) - Constructor for class com.google.common.collect.MapMakerInternalMap.CleanupMapTask
 
clear() - Method in class com.google.common.cache.LocalCache.AbstractCacheSet
 
clear() - Method in class com.google.common.cache.LocalCache.AccessQueue
 
clear() - Method in class com.google.common.cache.LocalCache
 
clear() - Method in class com.google.common.cache.LocalCache.Segment
 
clear() - Method in class com.google.common.cache.LocalCache.Values
 
clear() - Method in class com.google.common.cache.LocalCache.WriteQueue
 
clear() - Method in class com.google.common.collect.AbstractBiMap
 
clear() - Method in class com.google.common.collect.AbstractBiMap.EntrySet
 
clear() - Method in class com.google.common.collect.AbstractBiMap.KeySet
 
clear() - Method in class com.google.common.collect.AbstractMapBasedMultimap.AsMap
 
clear() - Method in class com.google.common.collect.AbstractMapBasedMultimap
 
clear() - Method in class com.google.common.collect.AbstractMapBasedMultimap.KeySet
 
clear() - Method in class com.google.common.collect.AbstractMapBasedMultimap.WrappedCollection
 
clear() - Method in class com.google.common.collect.AbstractMapBasedMultiset
 
clear() - Method in class com.google.common.collect.AbstractMultimap.Values
 
clear() - Method in class com.google.common.collect.AbstractMultiset
 
clear() - Method in class com.google.common.collect.AbstractRangeSet
 
clear() - Method in class com.google.common.collect.AbstractTable.CellSet
 
clear() - Method in class com.google.common.collect.AbstractTable
 
clear() - Method in class com.google.common.collect.AbstractTable.Values
 
clear() - Method in class com.google.common.collect.ArrayTable.ArrayMap
 
clear() - Method in class com.google.common.collect.ArrayTable
Deprecated.
clear() - Method in class com.google.common.collect.Collections2.FilteredCollection
 
clear() - Method in class com.google.common.collect.Collections2.TransformedCollection
 
clear() - Method in class com.google.common.collect.CompactHashMap
 
clear() - Method in class com.google.common.collect.CompactHashSet
 
clear() - Method in class com.google.common.collect.CompactLinkedHashMap
 
clear() - Method in class com.google.common.collect.CompactLinkedHashSet
 
clear() - Method in class com.google.common.collect.ConcurrentHashMultiset
 
clear() - Method in class com.google.common.collect.EnumMultiset
 
clear() - Method in class com.google.common.collect.FilteredEntryMultimap.AsMap
 
clear() - Method in class com.google.common.collect.FilteredEntryMultimap
 
clear() - Method in class com.google.common.collect.FilteredKeyMultimap
 
clear() - Method in class com.google.common.collect.FilteredMultimapValues
 
clear() - Method in class com.google.common.collect.ForwardingCollection
 
clear() - Method in class com.google.common.collect.ForwardingMap
 
clear() - Method in class com.google.common.collect.ForwardingMultimap
 
clear() - Method in class com.google.common.collect.ForwardingTable
 
clear() - Method in class com.google.common.collect.HashBiMap
 
clear() - Method in class com.google.common.collect.HashBiMap.Inverse
 
clear() - Method in class com.google.common.collect.ImmutableCollection
Deprecated.
Unsupported operation.
clear() - Method in class com.google.common.collect.ImmutableMap
Deprecated.
Unsupported operation.
clear() - Method in class com.google.common.collect.ImmutableMultimap
Deprecated.
Unsupported operation.
clear() - Method in class com.google.common.collect.ImmutableRangeMap
Deprecated.
Unsupported operation.
clear() - Method in class com.google.common.collect.ImmutableTable
Deprecated.
Unsupported operation.
clear() - Method in class com.google.common.collect.LinkedHashMultimap
 
clear() - Method in class com.google.common.collect.LinkedHashMultimap.ValueSet
 
clear() - Method in class com.google.common.collect.LinkedListMultimap
 
clear() - Method in class com.google.common.collect.Lists.ReverseList
 
clear() - Method in class com.google.common.collect.MapMakerInternalMap
 
clear() - Method in class com.google.common.collect.MapMakerInternalMap.EntrySet
 
clear() - Method in class com.google.common.collect.MapMakerInternalMap.KeySet
 
clear() - Method in class com.google.common.collect.MapMakerInternalMap.Segment
 
clear() - Method in class com.google.common.collect.MapMakerInternalMap.Values
 
clear() - Method in interface com.google.common.collect.MapMakerInternalMap.WeakValueReference
Unsets the referenced value.
clear() - Method in class com.google.common.collect.Maps.AsMapView
 
clear() - Method in class com.google.common.collect.Maps.EntrySet
 
clear() - Method in class com.google.common.collect.Maps.FilteredEntryNavigableMap
 
clear() - Method in class com.google.common.collect.Maps.IteratorBasedAbstractMap
 
clear() - Method in class com.google.common.collect.Maps.KeySet
 
clear() - Method in class com.google.common.collect.Maps.NavigableAsMapView
 
clear() - Method in class com.google.common.collect.Maps.TransformedEntriesMap
 
clear() - Method in class com.google.common.collect.Maps.Values
 
clear() - Method in class com.google.common.collect.MinMaxPriorityQueue
 
clear() - Method in interface com.google.common.collect.Multimap
Removes all key-value pairs from the multimap, leaving it empty.
clear() - Method in class com.google.common.collect.Multimaps.AsMap
 
clear() - Method in class com.google.common.collect.Multimaps.Entries
 
clear() - Method in class com.google.common.collect.Multimaps.Keys
 
clear() - Method in class com.google.common.collect.Multimaps.MapMultimap
 
clear() - Method in class com.google.common.collect.Multimaps.TransformedEntriesMultimap
 
clear() - Method in class com.google.common.collect.Multimaps.UnmodifiableMultimap
 
clear() - Method in class com.google.common.collect.Multisets.ElementSet
 
clear() - Method in class com.google.common.collect.Multisets.EntrySet
 
clear() - Method in class com.google.common.collect.Multisets.UnmodifiableMultiset
 
clear() - Method in class com.google.common.collect.Multisets.ViewMultiset
 
clear() - Method in interface com.google.common.collect.RangeMap
Removes all associations from this range map (optional operation).
clear() - Method in interface com.google.common.collect.RangeSet
Removes all ranges from this RangeSet (optional operation).
clear() - Method in class com.google.common.collect.Sets.SetView
Deprecated.
Unsupported operation.
clear() - Method in class com.google.common.collect.StandardTable
 
clear() - Method in class com.google.common.collect.StandardTable.Column.EntrySet
 
clear() - Method in class com.google.common.collect.StandardTable.Row
 
clear() - Method in class com.google.common.collect.StandardTable.TableSet
 
clear() - Method in class com.google.common.collect.Synchronized.SynchronizedCollection
 
clear() - Method in class com.google.common.collect.Synchronized.SynchronizedMap
 
clear() - Method in class com.google.common.collect.Synchronized.SynchronizedMultimap
 
clear() - Method in class com.google.common.collect.Synchronized.SynchronizedTable
 
clear() - Method in interface com.google.common.collect.Table
Removes all mappings from the table.
clear() - Method in class com.google.common.collect.Tables.TransformedTable
 
clear() - Method in class com.google.common.collect.Tables.TransposeTable
 
clear() - Method in class com.google.common.collect.Tables.UnmodifiableTable
 
clear() - Method in class com.google.common.collect.testing.MinimalCollection
 
clear() - Method in class com.google.common.collect.testing.SafeTreeMap
 
clear() - Method in class com.google.common.collect.testing.SafeTreeSet
 
clear() - Method in class com.google.common.collect.TreeMultiset
 
clear() - Method in class com.google.common.collect.TreeMultiset.Reference
 
clear() - Method in class com.google.common.collect.TreeRangeMap
 
clear() - Method in class com.google.common.collect.TreeRangeMap.SubRangeMap
 
clear() - Method in class com.google.common.collect.TreeRangeMap.SubRangeMap.SubRangeMapAsMap
 
clear() - Method in class com.google.common.collect.TreeRangeSet.SubRangeSet
 
clear() - Method in class com.google.common.graph.MapIteratorCache
 
clear() - Method in class com.google.common.testing.TestLogHandler
 
clear() - Method in class com.google.common.util.concurrent.AtomicLongMap
Removes all of the mappings from this map.
clear(Buffer) - Static method in class com.google.common.base.Java8Compatibility
 
clear(Buffer) - Static method in class com.google.common.hash.Java8Compatibility
 
clear(Buffer) - Static method in class com.google.common.io.Java8Compatibility
 
clear(Iterator<?>) - Static method in class com.google.common.collect.Iterators
Clears the iterator using its remove method.
clearCache() - Method in class com.google.common.graph.MapIteratorCache
 
clearCache() - Method in class com.google.common.graph.MapRetrievalCache
 
clearKeyReferenceQueue() - Method in class com.google.common.cache.LocalCache.Segment
 
clearListeners(AbstractFuture.Listener) - Method in class com.google.common.util.concurrent.AbstractFuture
Clears the AbstractFuture.listeners list and prepends its contents to onto, least recently added first.
clearReferenceQueue(ReferenceQueue<T>) - Method in class com.google.common.collect.MapMakerInternalMap.Segment
 
clearReferenceQueues() - Method in class com.google.common.cache.LocalCache.Segment
Clears all entries from the key and value reference queues.
clearSeenExceptions() - Method in class com.google.common.util.concurrent.AggregateFutureState
 
clearValueForTesting(K, int, MapMakerInternalMap.WeakValueReference<K, V, ? extends MapMakerInternalMap.InternalEntry<K, V, ?>>) - Method in class com.google.common.collect.MapMakerInternalMap.Segment
Clears a value that has not yet been set, and thus does not require count to be modified.
clearValueReferenceQueue() - Method in class com.google.common.cache.LocalCache.Segment
 
client - Variable in class com.google.common.net.InetAddresses.TeredoInfo
 
clone(T[]) - Static method in class com.google.common.collect.testing.Platform
 
close() - Method in class com.google.common.base.FinalizableReferenceQueue
 
close() - Method in class com.google.common.hash.HashingOutputStream
 
close() - Method in class com.google.common.io.AppendableWriter
 
close() - Method in class com.google.common.io.CharSequenceReader
 
close() - Method in class com.google.common.io.CharStreams.NullWriter
 
close() - Method in class com.google.common.io.Closer
Closes all Closeable instances that have been added to this Closer.
close() - Method in class com.google.common.io.CountingOutputStream
 
close() - Method in class com.google.common.io.FileBackedOutputStream
 
close() - Method in class com.google.common.io.LittleEndianDataOutputStream
 
close() - Method in class com.google.common.io.MultiInputStream
 
close() - Method in class com.google.common.io.MultiReader
 
close() - Method in class com.google.common.io.ReaderInputStream
 
close() - Method in class com.google.common.testing.TestLogHandler
 
close() - Method in class com.google.common.util.concurrent.ClosingFuture
 
close() - Method in class com.google.common.util.concurrent.ClosingFuture.CloseableList
 
close(Closeable, boolean) - Static method in class com.google.common.io.Closeables
Closes a Closeable, with control over whether an IOException may be thrown.
CloseableList() - Constructor for class com.google.common.util.concurrent.ClosingFuture.CloseableList
 
closeables - Variable in class com.google.common.util.concurrent.ClosingFuture
 
closeables - Variable in class com.google.common.util.concurrent.ClosingFuture.Combiner
 
Closeables - Class in com.google.common.io
Utility methods for working with Closeable objects.
Closeables() - Constructor for class com.google.common.io.Closeables
 
closeAll(BaseStream<?, ?>[]) - Static method in class com.google.common.collect.Streams
 
closeAsync() - Method in class com.google.common.util.concurrent.ClosingFuture.ValueAndCloser
Starts closing all closeable objects captured during the ClosingFuture's asynchronous operation on the Executors specified by calls to ClosingFuture.DeferredCloser.eventuallyClose(Object, Executor).
closed - Variable in class com.google.common.io.AppendableWriter
 
closed - Variable in class com.google.common.util.concurrent.ClosingFuture.CloseableList
 
closed(int, int) - Static method in class com.google.common.collect.ContiguousSet
Returns a nonempty contiguous set containing all int values from lower (inclusive) to upper (inclusive).
closed(long, long) - Static method in class com.google.common.collect.ContiguousSet
Returns a nonempty contiguous set containing all long values from lower (inclusive) to upper (inclusive).
closed(C, C) - Static method in class com.google.common.collect.Range
Returns a range that contains all values greater than or equal to lower and less than or equal to upper.
CLOSED - Enum constant in enum class com.google.common.collect.BoundType
 
CLOSED - Enum constant in enum class com.google.common.util.concurrent.ClosingFuture.State
The ClosingFuture.CloseableList has been closed.
closedOpen(int, int) - Static method in class com.google.common.collect.ContiguousSet
Returns a contiguous set containing all int values from lower (inclusive) to upper (exclusive).
closedOpen(long, long) - Static method in class com.google.common.collect.ContiguousSet
Returns a contiguous set containing all long values from lower (inclusive) to upper (exclusive).
closedOpen(C, C) - Static method in class com.google.common.collect.Range
Returns a range that contains all values greater than or equal to lower and strictly less than upper.
closedTableSize(int, double) - Static method in class com.google.common.collect.Hashing
 
closeQuietly(InputStream) - Static method in class com.google.common.io.Closeables
Closes the given InputStream, logging any IOException that's thrown rather than propagating it.
closeQuietly(Reader) - Static method in class com.google.common.io.Closeables
Closes the given Reader, logging any IOException that's thrown rather than propagating it.
closeQuietly(AutoCloseable, Executor) - Static method in class com.google.common.util.concurrent.ClosingFuture
 
closer - Variable in class com.google.common.util.concurrent.ClosingFuture.CloseableList
 
Closer - Class in com.google.common.io
A Closeable that collects Closeable resources and closes them all when it is closed.
Closer(Closer.Suppressor) - Constructor for class com.google.common.io.Closer
 
Closer.Suppressor - Interface in com.google.common.io
Suppression strategy interface.
CLOSING - Enum constant in enum class com.google.common.util.concurrent.ClosingFuture.State
The callback that closes the ClosingFuture.CloseableList is running, but it has not completed.
closingFuture - Variable in class com.google.common.util.concurrent.ClosingFuture.ValueAndCloser
 
ClosingFuture<V> - Class in com.google.common.util.concurrent
A step in a pipeline of an asynchronous computation.
ClosingFuture(ListenableFuture<V>) - Constructor for class com.google.common.util.concurrent.ClosingFuture
 
ClosingFuture(ListenableFuture<V>, ClosingFuture.CloseableList) - Constructor for class com.google.common.util.concurrent.ClosingFuture
 
ClosingFuture.AsyncClosingCallable<V> - Interface in com.google.common.util.concurrent
An operation that computes a ClosingFuture of a result.
ClosingFuture.AsyncClosingFunction<T,U> - Interface in com.google.common.util.concurrent
A function from an input to a ClosingFuture of a result.
ClosingFuture.CloseableList - Class in com.google.common.util.concurrent
 
ClosingFuture.ClosingCallable<V> - Interface in com.google.common.util.concurrent
An operation that computes a result.
ClosingFuture.ClosingFunction<T,U> - Interface in com.google.common.util.concurrent
A function from an input to a result.
ClosingFuture.Combiner - Class in com.google.common.util.concurrent
A builder of a ClosingFuture step that is derived from more than one input step.
ClosingFuture.Combiner.AsyncCombiningCallable<V> - Interface in com.google.common.util.concurrent
An operation that returns a ClosingFuture result and may throw an exception.
ClosingFuture.Combiner.CombiningCallable<V> - Interface in com.google.common.util.concurrent
An operation that returns a result and may throw an exception.
ClosingFuture.Combiner2<V1,V2> - Class in com.google.common.util.concurrent
A generic ClosingFuture.Combiner that lets you use a lambda or method reference to combine two ClosingFutures.
ClosingFuture.Combiner2.AsyncClosingFunction2<V1,V2,U> - Interface in com.google.common.util.concurrent
A function that returns a ClosingFuture when applied to the values of the two futures passed to ClosingFuture.whenAllSucceed(ClosingFuture, ClosingFuture).
ClosingFuture.Combiner2.ClosingFunction2<V1,V2,U> - Interface in com.google.common.util.concurrent
A function that returns a value when applied to the values of the two futures passed to ClosingFuture.whenAllSucceed(ClosingFuture, ClosingFuture).
ClosingFuture.Combiner3<V1,V2,V3> - Class in com.google.common.util.concurrent
A generic ClosingFuture.Combiner that lets you use a lambda or method reference to combine three ClosingFutures.
ClosingFuture.Combiner3.AsyncClosingFunction3<V1,V2,V3,U> - Interface in com.google.common.util.concurrent
A function that returns a ClosingFuture when applied to the values of the three futures passed to ClosingFuture.whenAllSucceed(ClosingFuture, ClosingFuture, ClosingFuture).
ClosingFuture.Combiner3.ClosingFunction3<V1,V2,V3,U> - Interface in com.google.common.util.concurrent
A function that returns a value when applied to the values of the three futures passed to ClosingFuture.whenAllSucceed(ClosingFuture, ClosingFuture, ClosingFuture).
ClosingFuture.Combiner4<V1,V2,V3,V4> - Class in com.google.common.util.concurrent
A generic ClosingFuture.Combiner that lets you use a lambda or method reference to combine four ClosingFutures.
ClosingFuture.Combiner4.AsyncClosingFunction4<V1,V2,V3,V4,U> - Interface in com.google.common.util.concurrent
A function that returns a ClosingFuture when applied to the values of the four futures passed to ClosingFuture.whenAllSucceed(ClosingFuture, ClosingFuture, ClosingFuture, ClosingFuture).
ClosingFuture.Combiner4.ClosingFunction4<V1,V2,V3,V4,U> - Interface in com.google.common.util.concurrent
A function that returns a value when applied to the values of the four futures passed to ClosingFuture.whenAllSucceed(ClosingFuture, ClosingFuture, ClosingFuture, ClosingFuture).
ClosingFuture.Combiner5<V1,V2,V3,V4,V5> - Class in com.google.common.util.concurrent
A generic ClosingFuture.Combiner that lets you use a lambda or method reference to combine five ClosingFutures.
ClosingFuture.Combiner5.AsyncClosingFunction5<V1,V2,V3,V4,V5,U> - Interface in com.google.common.util.concurrent
A function that returns a ClosingFuture when applied to the values of the five futures passed to ClosingFuture.whenAllSucceed(ClosingFuture, ClosingFuture, ClosingFuture, ClosingFuture, ClosingFuture).
ClosingFuture.Combiner5.ClosingFunction5<V1,V2,V3,V4,V5,U> - Interface in com.google.common.util.concurrent
A function that returns a value when applied to the values of the five futures passed to ClosingFuture.whenAllSucceed(ClosingFuture, ClosingFuture, ClosingFuture, ClosingFuture, ClosingFuture).
ClosingFuture.DeferredCloser - Class in com.google.common.util.concurrent
An object that can capture objects to be closed later, when a ClosingFuture pipeline is done.
ClosingFuture.Peeker - Class in com.google.common.util.concurrent
An object that can return the value of the ClosingFutures that are passed to ClosingFuture.whenAllComplete(Iterable) or ClosingFuture.whenAllSucceed(Iterable).
ClosingFuture.State - Enum Class in com.google.common.util.concurrent
ClosingFuture.ValueAndCloser<V> - Class in com.google.common.util.concurrent
An object that holds the final result of an asynchronous ClosingFuture operation and allows the user to close all the closeable objects that were captured during it for later closing.
ClosingFuture.ValueAndCloserConsumer<V> - Interface in com.google.common.util.concurrent
Represents an operation that accepts a ClosingFuture.ValueAndCloser for the last step in a ClosingFuture pipeline.
ClusterException - Exception Class in com.google.common.testing
An ClusterException is a data structure that allows for some code to "throw multiple exceptions", or something close to it.
ClusterException(Collection<? extends Throwable>) - Constructor for exception class com.google.common.testing.ClusterException
 
coalesce(Range<K>, V, Map.Entry<Cut<K>, TreeRangeMap.RangeMapEntry<K, V>>) - Static method in class com.google.common.collect.TreeRangeMap
Returns the range that spans the given range and entry, if the entry can be coalesced.
coalescedRange(Range<K>, V) - Method in class com.google.common.collect.TreeRangeMap
Computes the coalesced range for the given range+value - does not mutate the map.
codePointAt(CharSequence, int, int) - Static method in class com.google.common.escape.UnicodeEscaper
Returns the Unicode code point of the character at the given index.
codePointToFourUtf8Bytes(int) - Static method in class com.google.common.hash.Murmur3_32HashFunction
 
coerceToInteger(InetAddress) - Static method in class com.google.common.net.InetAddresses
Returns an integer representing an IPv4 address regardless of whether the supplied argument is an IPv4 address or not.
coldFactor - Variable in class com.google.common.util.concurrent.SmoothRateLimiter.SmoothWarmingUp
 
collapseFrom(CharSequence, char) - Method in class com.google.common.base.CharMatcher.Any
 
collapseFrom(CharSequence, char) - Method in class com.google.common.base.CharMatcher
Returns a string copy of the input character sequence, with each group of consecutive matching BMP characters replaced by a single replacement character.
collapseFrom(CharSequence, char) - Method in class com.google.common.base.CharMatcher.None
 
CollectCollectors - Class in com.google.common.collect
Collectors utilities for common.collect internals.
CollectCollectors() - Constructor for class com.google.common.collect.CollectCollectors
 
CollectCollectors.EnumMapAccumulator<K,V> - Class in com.google.common.collect
 
CollectCollectors.EnumSetAccumulator<E> - Class in com.google.common.collect
 
COLLECTED - Enum constant in enum class com.google.common.cache.RemovalCause
The entry was removed automatically because its key or value was garbage-collected.
collection - Variable in class com.google.common.collect.AbstractMapBasedMultimap.AsMap.AsMapIterator
 
collection - Variable in class com.google.common.collect.AbstractMapBasedMultimap.Itr
 
collection - Variable in class com.google.common.collect.ImmutableAsList.SerializedForm
 
collection - Variable in class com.google.common.collect.testing.AbstractCollectionTester
 
collection(Collection<E>, Object) - Static method in class com.google.common.collect.Synchronized
 
CollectionAddAllTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests addAll operations on a collection.
CollectionAddAllTester() - Constructor for class com.google.common.collect.testing.testers.CollectionAddAllTester
 
CollectionAddTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests add operations on a collection.
CollectionAddTester() - Constructor for class com.google.common.collect.testing.testers.CollectionAddTester
 
CollectionClearTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests clear() operations on a collection.
CollectionClearTester() - Constructor for class com.google.common.collect.testing.testers.CollectionClearTester
 
CollectionContainsAllTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests containsAll() operations on a collection.
CollectionContainsAllTester() - Constructor for class com.google.common.collect.testing.testers.CollectionContainsAllTester
 
CollectionContainsTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests contains() operations on a collection.
CollectionContainsTester() - Constructor for class com.google.common.collect.testing.testers.CollectionContainsTester
 
CollectionCreationTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests creation (typically through a constructor or static factory method) of a collection.
CollectionCreationTester() - Constructor for class com.google.common.collect.testing.testers.CollectionCreationTester
 
CollectionEqualsTester<E> - Class in com.google.common.collect.testing.testers
CollectionEqualsTester() - Constructor for class com.google.common.collect.testing.testers.CollectionEqualsTester
 
CollectionFeature - Enum Class in com.google.common.collect.testing.features
Optional features of classes derived from Collection.
CollectionFeature(Feature<? super Collection>...) - Constructor for enum class com.google.common.collect.testing.features.CollectionFeature
 
CollectionFeature.Require - Annotation Interface in com.google.common.collect.testing.features
 
CollectionForEachTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests forEach operations on a collection.
CollectionForEachTester() - Constructor for class com.google.common.collect.testing.testers.CollectionForEachTester
 
CollectionFuture<V,C> - Class in com.google.common.util.concurrent
Aggregate future that collects (stores) results of each future.
CollectionFuture(ImmutableCollection<? extends ListenableFuture<? extends V>>, boolean) - Constructor for class com.google.common.util.concurrent.CollectionFuture
 
CollectionFuture.ListFuture<V> - Class in com.google.common.util.concurrent
CollectionFuture.Present<V> - Class in com.google.common.util.concurrent
The result of a successful Future.
collectionGenerator - Variable in class com.google.common.collect.testing.DerivedTestIteratorGenerator
 
CollectionIsEmptyTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests isEmpty() operations on a collection.
CollectionIsEmptyTester() - Constructor for class com.google.common.collect.testing.testers.CollectionIsEmptyTester
 
CollectionIteratorTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests iterator operations on a collection.
CollectionIteratorTester() - Constructor for class com.google.common.collect.testing.testers.CollectionIteratorTester
 
collectionIteratorTesterNumIterations() - Static method in class com.google.common.collect.testing.testers.Platform
collectionOf(int) - Static method in class com.google.common.collect.testing.google.MapGenerators.ImmutableMapValuesAsSingletonSetGenerator
 
CollectionRemoveAllTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests removeAll operations on a collection.
CollectionRemoveAllTester() - Constructor for class com.google.common.collect.testing.testers.CollectionRemoveAllTester
 
CollectionRemoveIfTester<E> - Class in com.google.common.collect.testing.testers
CollectionRemoveIfTester() - Constructor for class com.google.common.collect.testing.testers.CollectionRemoveIfTester
 
CollectionRemoveTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests remove operations on a collection.
CollectionRemoveTester() - Constructor for class com.google.common.collect.testing.testers.CollectionRemoveTester
 
CollectionRetainAllTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests retainAll operations on a collection.
CollectionRetainAllTester() - Constructor for class com.google.common.collect.testing.testers.CollectionRetainAllTester
 
CollectionRetainAllTester.Target - Class in com.google.common.collect.testing.testers
A collection of elements to retain, along with a description for use in failure messages.
Collections2 - Class in com.google.common.collect
Provides static methods for working with Collection instances.
Collections2() - Constructor for class com.google.common.collect.Collections2
 
Collections2.FilteredCollection<E> - Class in com.google.common.collect
 
Collections2.OrderedPermutationCollection<E> - Class in com.google.common.collect
 
Collections2.OrderedPermutationIterator<E> - Class in com.google.common.collect
 
Collections2.PermutationCollection<E> - Class in com.google.common.collect
 
Collections2.PermutationIterator<E> - Class in com.google.common.collect
 
Collections2.TransformedCollection<F,T> - Class in com.google.common.collect
 
CollectionSerializationEqualTester<E> - Class in com.google.common.collect.testing.testers
Basic reserialization test for collection types that must preserve equals() behavior when reserialized.
CollectionSerializationEqualTester() - Constructor for class com.google.common.collect.testing.testers.CollectionSerializationEqualTester
 
CollectionSerializationTester<E> - Class in com.google.common.collect.testing.testers
Basic reserialization test for collections.
CollectionSerializationTester() - Constructor for class com.google.common.collect.testing.testers.CollectionSerializationTester
 
collectionSize - Variable in class com.google.common.collect.testing.OneSizeGenerator
 
CollectionSize - Enum Class in com.google.common.collect.testing.features
When describing the features of the collection produced by a given generator (i.e.
CollectionSize(int) - Constructor for enum class com.google.common.collect.testing.features.CollectionSize
 
CollectionSize(Feature<? super Collection>...) - Constructor for enum class com.google.common.collect.testing.features.CollectionSize
 
CollectionSize.Require - Annotation Interface in com.google.common.collect.testing.features
 
CollectionSizeTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests size() operations on a collection.
CollectionSizeTester() - Constructor for class com.google.common.collect.testing.testers.CollectionSizeTester
 
CollectionSpliteratorTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests spliterator operations on a collection.
CollectionSpliteratorTester() - Constructor for class com.google.common.collect.testing.testers.CollectionSpliteratorTester
 
CollectionStreamTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests stream operations on a collection.
CollectionStreamTester() - Constructor for class com.google.common.collect.testing.testers.CollectionStreamTester
 
CollectionTestSuiteBuilder<E> - Class in com.google.common.collect.testing
Concrete instantiation of AbstractCollectionTestSuiteBuilder for testing collections that do not have a more specific tester like ListTestSuiteBuilder or SetTestSuiteBuilder.
CollectionTestSuiteBuilder() - Constructor for class com.google.common.collect.testing.CollectionTestSuiteBuilder
 
CollectionTestSuiteBuilder.ReserializedCollectionGenerator<E> - Class in com.google.common.collect.testing
 
CollectionToArrayTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests toArray() operations on a collection.
CollectionToArrayTester() - Constructor for class com.google.common.collect.testing.testers.CollectionToArrayTester
 
CollectionToStringTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests toString() operations on a collection.
CollectionToStringTester() - Constructor for class com.google.common.collect.testing.testers.CollectionToStringTester
 
Collection types - Search tag in package com.google.common.collect
Section
collectOneValue(int, InputT) - Method in class com.google.common.util.concurrent.AggregateFuture
If allMustSucceed is true, called as each future completes; otherwise, if collectsValues is true, called for each future when all futures complete.
collectOneValue(int, Object) - Method in class com.google.common.util.concurrent.CombinedFuture
 
collectOneValue(int, V) - Method in class com.google.common.util.concurrent.CollectionFuture
 
collector - Variable in class com.google.common.testing.CollectorTester
 
CollectorTester<T,A,R> - Class in com.google.common.testing
Tester for Collector implementations.
CollectorTester(Collector<T, A, R>, BiPredicate<? super R, ? super R>) - Constructor for class com.google.common.testing.CollectorTester
 
CollectorTester.CollectStrategy - Enum Class in com.google.common.testing
Different orderings for combining the elements of an input array, which must all produce the same result.
CollectPreconditions - Class in com.google.common.collect
Precondition checks useful in collection implementations.
CollectPreconditions() - Constructor for class com.google.common.collect.CollectPreconditions
 
CollectSpliterators - Class in com.google.common.collect
Spliterator utilities for common.collect internals.
CollectSpliterators() - Constructor for class com.google.common.collect.CollectSpliterators
 
CollectSpliterators.FlatMapSpliterator<InElementT,OutElementT,OutSpliteratorT> - Class in com.google.common.collect
Implements the
invalid reference
Stream#flatMap
operation on spliterators.
CollectSpliterators.FlatMapSpliterator.Factory<InElementT,OutSpliteratorT> - Interface in com.google.common.collect
Factory for constructing CollectSpliterators.FlatMapSpliterator instances.
CollectSpliterators.FlatMapSpliteratorOfDouble<InElementT> - Class in com.google.common.collect
CollectSpliterators.FlatMapSpliteratorOfInt<InElementT> - Class in com.google.common.collect
CollectSpliterators.FlatMapSpliteratorOfLong<InElementT> - Class in com.google.common.collect
CollectSpliterators.FlatMapSpliteratorOfObject<InElementT,OutElementT> - Class in com.google.common.collect
Implementation of
invalid reference
Stream#flatMap
with an object spliterator output type.
CollectSpliterators.FlatMapSpliteratorOfPrimitive<InElementT,OutElementT,OutConsumerT,OutSpliteratorT> - Class in com.google.common.collect
Implementation of
invalid reference
Stream#flatMap
with a primitive spliterator output type.
CollectStrategy() - Constructor for enum class com.google.common.testing.CollectorTester.CollectStrategy
 
collectsValues - Variable in class com.google.common.util.concurrent.AggregateFuture
 
collectTypes(Iterable<? extends K>) - Method in class com.google.common.reflect.TypeToken.TypeCollector
 
collectTypes(K) - Method in class com.google.common.reflect.TypeToken.TypeCollector
 
collectTypes(K, Map<? super K, Integer>) - Method in class com.google.common.reflect.TypeToken.TypeCollector
Collects all types to map, and returns the total depth from T up to Object.
collectValueFromNonCancelledFuture(int, Future<? extends InputT>) - Method in class com.google.common.util.concurrent.AggregateFuture
Collects the result (success or failure) of one input future.
Collider(int) - Constructor for class com.google.common.collect.testing.SampleElements.Collider
 
Colliders() - Constructor for class com.google.common.collect.testing.SampleElements.Colliders
 
column - Variable in class com.google.common.collect.TableCollectors.MutableCell
 
column(C) - Method in class com.google.common.collect.ArrayTable
Returns a view of all mappings that have the given column key.
column(C) - Method in class com.google.common.collect.ForwardingTable
 
column(C) - Method in class com.google.common.collect.ImmutableTable
Returns a view of all mappings that have the given column key.
column(C) - Method in class com.google.common.collect.SingletonImmutableTable
 
column(C) - Method in class com.google.common.collect.StandardTable
Returns a view of all mappings that have the given column key.
column(C) - Method in class com.google.common.collect.Synchronized.SynchronizedTable
 
column(C) - Method in interface com.google.common.collect.Table
Returns a view of all mappings that have the given column key.
column(C) - Method in class com.google.common.collect.Tables.TransformedTable
 
column(C) - Method in class com.google.common.collect.Tables.UnmodifiableTable
 
column(R) - Method in class com.google.common.collect.Tables.TransposeTable
 
Column(int) - Constructor for class com.google.common.collect.ArrayTable.Column
 
Column(int) - Constructor for class com.google.common.collect.DenseImmutableTable.Column
 
Column(C) - Constructor for class com.google.common.collect.StandardTable.Column
 
columnComparator - Variable in class com.google.common.collect.ImmutableTable.Builder
 
columnComparator - Variable in class com.google.common.collect.TreeBasedTable
 
columnComparator() - Method in class com.google.common.collect.TreeBasedTable
Deprecated.
Store the Comparator alongside the Table. Or, if you know that the Table contains at least one value, you can retrieve the Comparator with: ((SortedMap<C, V>) table.rowMap().values().iterator().next()).comparator();.
columnCounts - Variable in class com.google.common.collect.DenseImmutableTable
 
columnIndex - Variable in class com.google.common.collect.ArrayTable.Column
 
columnIndex - Variable in class com.google.common.collect.DenseImmutableTable.Column
 
columnIterator - Variable in class com.google.common.collect.StandardTable.CellIterator
 
columnKey - Variable in class com.google.common.collect.StandardTable.Column
 
columnKey - Variable in class com.google.common.collect.Tables.ImmutableCell
 
ColumnKeyIterator() - Constructor for class com.google.common.collect.StandardTable.ColumnKeyIterator
 
columnKeyList() - Method in class com.google.common.collect.ArrayTable
Returns, as an immutable list, the column keys provided when the table was constructed, including those that are mapped to null values only.
columnKeys - Variable in class com.google.common.collect.ImmutableTable.SerializedForm
 
columnKeySet - Variable in class com.google.common.collect.StandardTable
 
columnKeySet() - Method in class com.google.common.collect.AbstractTable
 
columnKeySet() - Method in class com.google.common.collect.ArrayTable
Returns an immutable set of the valid column keys, including those that are associated with null values only.
columnKeySet() - Method in class com.google.common.collect.ForwardingTable
 
columnKeySet() - Method in class com.google.common.collect.ImmutableTable
 
columnKeySet() - Method in class com.google.common.collect.StandardTable
Returns a set of column keys that have one or more values in the table.
columnKeySet() - Method in class com.google.common.collect.Synchronized.SynchronizedTable
 
columnKeySet() - Method in interface com.google.common.collect.Table
Returns a set of column keys that have one or more values in the table.
columnKeySet() - Method in class com.google.common.collect.Tables.TransformedTable
 
columnKeySet() - Method in class com.google.common.collect.Tables.TransposeTable
 
columnKeySet() - Method in class com.google.common.collect.Tables.UnmodifiableTable
 
ColumnKeySet() - Constructor for class com.google.common.collect.StandardTable.ColumnKeySet
 
columnKeyToIndex - Variable in class com.google.common.collect.ArrayTable
 
columnKeyToIndex - Variable in class com.google.common.collect.DenseImmutableTable
 
columnList - Variable in class com.google.common.collect.ArrayTable
 
columnMap - Variable in class com.google.common.collect.ArrayTable
 
columnMap - Variable in class com.google.common.collect.DenseImmutableTable
 
columnMap - Variable in class com.google.common.collect.SparseImmutableTable
 
columnMap - Variable in class com.google.common.collect.StandardTable
 
columnMap() - Method in class com.google.common.collect.ArrayTable
 
columnMap() - Method in class com.google.common.collect.DenseImmutableTable
 
columnMap() - Method in class com.google.common.collect.ForwardingTable
 
columnMap() - Method in class com.google.common.collect.ImmutableTable
Returns a view that associates each column key with the corresponding map from row keys to values.
columnMap() - Method in class com.google.common.collect.SingletonImmutableTable
 
columnMap() - Method in class com.google.common.collect.SparseImmutableTable
 
columnMap() - Method in class com.google.common.collect.StandardTable
 
columnMap() - Method in class com.google.common.collect.Synchronized.SynchronizedTable
 
columnMap() - Method in interface com.google.common.collect.Table
Returns a view that associates each column key with the corresponding map from row keys to values.
columnMap() - Method in class com.google.common.collect.Tables.TransformedTable
 
columnMap() - Method in class com.google.common.collect.Tables.TransposeTable
 
columnMap() - Method in class com.google.common.collect.Tables.UnmodifiableTable
 
ColumnMap() - Constructor for class com.google.common.collect.ArrayTable.ColumnMap
 
ColumnMap() - Constructor for class com.google.common.collect.DenseImmutableTable.ColumnMap
 
ColumnMap() - Constructor for class com.google.common.collect.StandardTable.ColumnMap
 
ColumnMapEntrySet() - Constructor for class com.google.common.collect.StandardTable.ColumnMap.ColumnMapEntrySet
 
ColumnMapValues() - Constructor for class com.google.common.collect.StandardTable.ColumnMap.ColumnMapValues
 
com.google.common.annotations - package com.google.common.annotations
Annotation types.
com.google.common.base - package com.google.common.base
Basic utility libraries and interfaces.
com.google.common.base.internal - package com.google.common.base.internal
 
com.google.common.cache - package com.google.common.cache
Discouraged (in favor of Caffeine) caching utilities.
com.google.common.collect - package com.google.common.collect
Collection interfaces and implementations, and other utilities for collections.
com.google.common.collect.testing - package com.google.common.collect.testing
 
com.google.common.collect.testing.features - package com.google.common.collect.testing.features
 
com.google.common.collect.testing.google - package com.google.common.collect.testing.google
 
com.google.common.collect.testing.testers - package com.google.common.collect.testing.testers
 
com.google.common.escape - package com.google.common.escape
Interfaces, utilities, and simple implementations of escapers and encoders.
com.google.common.escape.testing - package com.google.common.escape.testing
Testing utilities for use in tests of com.google.common.escape.
com.google.common.eventbus - package com.google.common.eventbus
Discouraged in favor of dependency injection and concurrency frameworks, EventBus allows publish-subscribe-style communication.
com.google.common.graph - package com.google.common.graph
An API for representing graph (node and edge) data.
com.google.common.hash - package com.google.common.hash
Hash functions and related structures.
com.google.common.html - package com.google.common.html
Escapers for HTML.
com.google.common.io - package com.google.common.io
Utility methods and classes for I/O; for example input streams, output streams, readers, writers, and files.
com.google.common.math - package com.google.common.math
Arithmetic functions operating on primitive values and on BigInteger and BigDecimal instances.
com.google.common.net - package com.google.common.net
Utility methods and classes for networking (such as IP addresses and domain names).
com.google.common.primitives - package com.google.common.primitives
Static utilities for the eight primitive types and void, and value types for treating them as unsigned or storing them in immutable arrays.
com.google.common.reflect - package com.google.common.reflect
Utilities for reflection.
com.google.common.testing - package com.google.common.testing
Testing utilities.
com.google.common.util.concurrent - package com.google.common.util.concurrent
Concurrency utilities.
com.google.common.util.concurrent.internal - package com.google.common.util.concurrent.internal
 
com.google.common.util.concurrent.testing - package com.google.common.util.concurrent.testing
 
com.google.common.xml - package com.google.common.xml
Escapers for XML.
com.google.thirdparty.publicsuffix - package com.google.thirdparty.publicsuffix
 
combinations(Set<E>, int) - Static method in class com.google.common.collect.Sets
Returns the set of all subsets of set of size size.
combine(int, int) - Static method in class com.google.common.hash.Crc32cHashFunction.Crc32cHasher
 
combine(CollectCollectors.EnumMapAccumulator<K, V>) - Method in class com.google.common.collect.CollectCollectors.EnumMapAccumulator
 
combine(CollectCollectors.EnumSetAccumulator<E>) - Method in class com.google.common.collect.CollectCollectors.EnumSetAccumulator
 
combine(ImmutableList.Builder<E>) - Method in class com.google.common.collect.ImmutableList.Builder
 
combine(ImmutableMap.Builder<K, V>) - Method in class com.google.common.collect.ImmutableBiMap.Builder
 
combine(ImmutableMap.Builder<K, V>) - Method in class com.google.common.collect.ImmutableMap.Builder
 
combine(ImmutableMap.Builder<K, V>) - Method in class com.google.common.collect.ImmutableSortedMap.Builder
 
combine(ImmutableMultimap.Builder<K, V>) - Method in class com.google.common.collect.ImmutableListMultimap.Builder
 
combine(ImmutableMultimap.Builder<K, V>) - Method in class com.google.common.collect.ImmutableMultimap.Builder
 
combine(ImmutableMultimap.Builder<K, V>) - Method in class com.google.common.collect.ImmutableSetMultimap.Builder
 
combine(ImmutableRangeMap.Builder<K, V>) - Method in class com.google.common.collect.ImmutableRangeMap.Builder
 
combine(ImmutableRangeSet.Builder<C>) - Method in class com.google.common.collect.ImmutableRangeSet.Builder
 
combine(ImmutableSet.Builder<E>) - Method in class com.google.common.collect.ImmutableSet.Builder
 
combine(ImmutableSet.Builder<E>) - Method in class com.google.common.collect.ImmutableSortedSet.Builder
 
combine(ImmutableSet.SetBuilderImpl<E>) - Method in class com.google.common.collect.ImmutableSet.SetBuilderImpl
Adds all the elements from the specified SetBuilderImpl to this SetBuilderImpl.
combine(ImmutableTable.Builder<R, C, V>) - Method in class com.google.common.collect.ImmutableTable.Builder
 
combine(MoreCollectors.ToOptionalState) - Method in class com.google.common.collect.MoreCollectors.ToOptionalState
 
combine(TableCollectors.ImmutableTableCollectorState<R, C, V>, BinaryOperator<V>) - Method in class com.google.common.collect.TableCollectors.ImmutableTableCollectorState
 
combine(TopKSelector<T>) - Method in class com.google.common.collect.TopKSelector
 
combine(List<CollectionFuture.Present<V>>) - Method in class com.google.common.util.concurrent.CollectionFuture
 
combine(List<CollectionFuture.Present<V>>) - Method in class com.google.common.util.concurrent.CollectionFuture.ListFuture
 
combineBuffers(Queue<byte[]>, int) - Static method in class com.google.common.io.ByteStreams
 
CombinedFuture<V> - Class in com.google.common.util.concurrent
Aggregate future that computes its value by calling a callable.
CombinedFuture(ImmutableCollection<? extends ListenableFuture<?>>, boolean, Executor, AsyncCallable<V>) - Constructor for class com.google.common.util.concurrent.CombinedFuture
 
CombinedFuture(ImmutableCollection<? extends ListenableFuture<?>>, boolean, Executor, Callable<V>) - Constructor for class com.google.common.util.concurrent.CombinedFuture
 
CombinedFuture.AsyncCallableInterruptibleTask - Class in com.google.common.util.concurrent
 
CombinedFuture.CallableInterruptibleTask - Class in com.google.common.util.concurrent
 
CombinedFuture.CombinedFutureInterruptibleTask<T> - Class in com.google.common.util.concurrent
 
CombinedFutureInterruptibleTask(Executor) - Constructor for class com.google.common.util.concurrent.CombinedFuture.CombinedFutureInterruptibleTask
 
combineOrdered(Iterable<HashCode>) - Static method in class com.google.common.hash.Hashing
Returns a hash code, having the same bit length as each of the input hash codes, that combines the information of these hash codes in an ordered fashion.
Combiner(boolean, Iterable<? extends ClosingFuture<?>>) - Constructor for class com.google.common.util.concurrent.ClosingFuture.Combiner
 
Combiner2(ClosingFuture<V1>, ClosingFuture<V2>) - Constructor for class com.google.common.util.concurrent.ClosingFuture.Combiner2
 
Combiner3(ClosingFuture<V1>, ClosingFuture<V2>, ClosingFuture<V3>) - Constructor for class com.google.common.util.concurrent.ClosingFuture.Combiner3
 
Combiner4(ClosingFuture<V1>, ClosingFuture<V2>, ClosingFuture<V3>, ClosingFuture<V4>) - Constructor for class com.google.common.util.concurrent.ClosingFuture.Combiner4
 
Combiner5(ClosingFuture<V1>, ClosingFuture<V2>, ClosingFuture<V3>, ClosingFuture<V4>, ClosingFuture<V5>) - Constructor for class com.google.common.util.concurrent.ClosingFuture.Combiner5
 
combineUnordered(Iterable<HashCode>) - Static method in class com.google.common.hash.Hashing
Returns a hash code, having the same bit length as each of the input hash codes, that combines the information of these hash codes in an unordered fashion.
Combining - Search tag in class com.google.common.util.concurrent.ClosingFuture
Section
COMMA_JOINER - Static variable in class com.google.common.reflect.Types
Class#toString without the "class " and "interface " prefixes
CommonMatcher - Class in com.google.common.base
The subset of the Matcher API which is used by this package, and also shared with the re2j library.
CommonMatcher() - Constructor for class com.google.common.base.CommonMatcher
 
CommonPattern - Class in com.google.common.base
The subset of the Pattern API which is used by this package, and also shared with the re2j library.
CommonPattern() - Constructor for class com.google.common.base.CommonPattern
 
commonPrefix(CharSequence, CharSequence) - Static method in class com.google.common.base.Strings
Returns the longest string prefix such that a.toString().startsWith(prefix) && b.toString().startsWith(prefix), taking care not to split surrogate pairs.
commonSuffix(CharSequence, CharSequence) - Static method in class com.google.common.base.Strings
Returns the longest string suffix such that a.toString().endsWith(suffix) && b.toString().endsWith(suffix), taking care not to split surrogate pairs.
Common ways to use - Search tag in class com.google.common.base.Converter
Section
CompactHashing - Class in com.google.common.collect
Helper classes and static methods for implementing compact hash-based collections.
CompactHashing() - Constructor for class com.google.common.collect.CompactHashing
 
CompactHashMap<K,V> - Class in com.google.common.collect
CompactHashMap is an implementation of a Map.
CompactHashMap() - Constructor for class com.google.common.collect.CompactHashMap
Constructs a new empty instance of CompactHashMap.
CompactHashMap(int) - Constructor for class com.google.common.collect.CompactHashMap
Constructs a new instance of CompactHashMap with the specified capacity.
CompactHashMap.EntrySetView - Class in com.google.common.collect
 
CompactHashMap.Itr<T> - Class in com.google.common.collect
 
CompactHashMap.KeySetView - Class in com.google.common.collect
 
CompactHashMap.MapEntry - Class in com.google.common.collect
 
CompactHashMap.ValuesView - Class in com.google.common.collect
 
CompactHashSet<E> - Class in com.google.common.collect
CompactHashSet is an implementation of a Set.
CompactHashSet() - Constructor for class com.google.common.collect.CompactHashSet
Constructs a new empty instance of CompactHashSet.
CompactHashSet(int) - Constructor for class com.google.common.collect.CompactHashSet
Constructs a new instance of CompactHashSet with the specified capacity.
CompactLinkedHashMap<K,V> - Class in com.google.common.collect
CompactLinkedHashMap is an implementation of a Map with insertion or LRU iteration order, maintained with a doubly linked list through the entries.
CompactLinkedHashMap() - Constructor for class com.google.common.collect.CompactLinkedHashMap
 
CompactLinkedHashMap(int) - Constructor for class com.google.common.collect.CompactLinkedHashMap
 
CompactLinkedHashMap(int, boolean) - Constructor for class com.google.common.collect.CompactLinkedHashMap
 
CompactLinkedHashSet<E> - Class in com.google.common.collect
CompactLinkedHashSet is an implementation of a Set, which a predictable iteration order that matches the insertion order.
CompactLinkedHashSet() - Constructor for class com.google.common.collect.CompactLinkedHashSet
 
CompactLinkedHashSet(int) - Constructor for class com.google.common.collect.CompactLinkedHashSet
 
CompactStriped(int, Supplier<L>) - Constructor for class com.google.common.util.concurrent.Striped.CompactStriped
 
COMPARABLE_REVERSED - Static variable in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetExplicitSuperclassComparatorGenerator
 
comparator - Variable in class com.google.common.collect.AbstractSortedMultiset
 
comparator - Variable in class com.google.common.collect.Collections2.OrderedPermutationCollection
 
comparator - Variable in class com.google.common.collect.Collections2.OrderedPermutationIterator
 
comparator - Variable in class com.google.common.collect.ComparatorOrdering
 
comparator - Variable in class com.google.common.collect.DescendingMultiset
 
comparator - Variable in class com.google.common.collect.GeneralRange
 
comparator - Variable in class com.google.common.collect.ImmutableSortedMap.Builder
 
comparator - Variable in class com.google.common.collect.ImmutableSortedMap.SerializedForm
 
comparator - Variable in class com.google.common.collect.ImmutableSortedMultiset.SerializedForm
 
comparator - Variable in class com.google.common.collect.ImmutableSortedSet.Builder
 
comparator - Variable in class com.google.common.collect.ImmutableSortedSet
 
comparator - Variable in class com.google.common.collect.ImmutableSortedSet.SerializedForm
 
comparator - Variable in class com.google.common.collect.Maps.DescendingMap
 
comparator - Variable in class com.google.common.collect.MinMaxPriorityQueue.Builder
 
comparator - Variable in class com.google.common.collect.MultimapBuilder.TreeSetSupplier
 
comparator - Variable in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator
 
comparator - Variable in class com.google.common.collect.TopKSelector
 
comparator - Variable in class com.google.common.collect.TreeBasedTable.Factory
 
comparator - Variable in class com.google.common.graph.ElementOrder
 
comparator() - Method in class com.google.common.collect.AbstractMapBasedMultimap.SortedAsMap
 
comparator() - Method in class com.google.common.collect.AbstractMapBasedMultimap.SortedKeySet
 
comparator() - Method in class com.google.common.collect.AbstractMapBasedMultimap.WrappedSortedSet
 
comparator() - Method in class com.google.common.collect.AbstractSortedMultiset
 
comparator() - Method in class com.google.common.collect.DescendingMultiset
 
comparator() - Method in class com.google.common.collect.ForwardingSortedMap
 
comparator() - Method in class com.google.common.collect.ForwardingSortedMultiset
 
comparator() - Method in class com.google.common.collect.ForwardingSortedSet
 
comparator() - Method in class com.google.common.collect.GeneralRange
 
comparator() - Method in class com.google.common.collect.ImmutableSortedAsList
 
comparator() - Method in class com.google.common.collect.ImmutableSortedMap
Returns the comparator that orders the keys, which is Ordering.natural() when the natural ordering of the keys is used.
comparator() - Method in class com.google.common.collect.ImmutableSortedMultiset
 
comparator() - Method in class com.google.common.collect.ImmutableSortedSet
Returns the comparator that orders the elements, which is Ordering.natural() when the natural ordering of the elements is used.
comparator() - Method in class com.google.common.collect.Maps.DescendingMap
 
comparator() - Method in class com.google.common.collect.Maps.FilteredEntryNavigableMap
 
comparator() - Method in class com.google.common.collect.Maps.FilteredEntrySortedMap
 
comparator() - Method in class com.google.common.collect.Maps.FilteredEntrySortedMap.SortedKeySet
 
comparator() - Method in class com.google.common.collect.Maps.NavigableAsMapView
 
comparator() - Method in class com.google.common.collect.Maps.SortedAsMapView
 
comparator() - Method in class com.google.common.collect.Maps.SortedKeySet
 
comparator() - Method in class com.google.common.collect.Maps.TransformedEntriesSortedMap
 
comparator() - Method in class com.google.common.collect.MinMaxPriorityQueue
Returns the comparator used to order the elements in this queue.
comparator() - Method in class com.google.common.collect.Sets.DescendingSet
 
comparator() - Method in class com.google.common.collect.Sets.FilteredSortedSet
 
comparator() - Method in interface com.google.common.collect.SortedIterable
Returns the Comparator by which the elements of this iterable are ordered, or Ordering.natural() if the elements are ordered by their natural ordering.
comparator() - Method in interface com.google.common.collect.SortedMultiset
Returns the comparator that orders this multiset, or Ordering.natural() if the natural ordering of the elements is used.
comparator() - Method in class com.google.common.collect.SortedMultisets.ElementSet
 
comparator() - Method in class com.google.common.collect.StandardRowSortedTable.RowSortedMap
 
comparator() - Method in class com.google.common.collect.Synchronized.SynchronizedSortedMap
 
comparator() - Method in class com.google.common.collect.Synchronized.SynchronizedSortedSet
 
comparator() - Method in class com.google.common.collect.testing.SafeTreeMap
 
comparator() - Method in class com.google.common.collect.testing.SafeTreeSet
 
comparator() - Method in class com.google.common.collect.TreeBasedTable.TreeRow
 
comparator() - Method in class com.google.common.collect.TreeRangeSet.ComplementRangesByLowerBound
 
comparator() - Method in class com.google.common.collect.TreeRangeSet.RangesByUpperBound
 
comparator() - Method in class com.google.common.collect.TreeRangeSet.SubRangeSetRangesByLowerBound
 
comparator() - Method in class com.google.common.collect.UnmodifiableSortedMultiset
 
comparator() - Method in class com.google.common.graph.ElementOrder
Returns the Comparator used.
comparator(SortedSet<E>) - Static method in class com.google.common.collect.SortedIterables
 
ComparatorOrdering<T> - Class in com.google.common.collect
An ordering for a pre-existing comparator.
ComparatorOrdering(Comparator<T>) - Constructor for class com.google.common.collect.ComparatorOrdering
 
comparators - Variable in class com.google.common.collect.CompoundOrdering
 
Comparators - Class in com.google.common.collect
Provides static methods for working with Comparator instances.
Comparators() - Constructor for class com.google.common.collect.Comparators
 
compare(boolean[], boolean[]) - Method in enum class com.google.common.primitives.Booleans.LexicographicalComparator
 
compare(boolean, boolean) - Static method in class com.google.common.primitives.Booleans
Compares the two specified boolean values in the standard way (false is considered less than true).
compare(byte[], byte[]) - Method in enum class com.google.common.primitives.SignedBytes.LexicographicalComparator
 
compare(byte[], byte[]) - Method in enum class com.google.common.primitives.UnsignedBytes.LexicographicalComparatorHolder.PureJavaComparator
 
compare(byte[], byte[]) - Method in enum class com.google.common.primitives.UnsignedBytes.LexicographicalComparatorHolder.UnsafeComparator
 
compare(byte, byte) - Static method in class com.google.common.primitives.SignedBytes
Compares the two specified byte values.
compare(byte, byte) - Static method in class com.google.common.primitives.UnsignedBytes
Compares the two specified byte values, treating them as unsigned values between 0 and 255 inclusive.
compare(char[], char[]) - Method in enum class com.google.common.primitives.Chars.LexicographicalComparator
 
compare(char, char) - Static method in class com.google.common.primitives.Chars
Compares the two specified char values.
compare(double[], double[]) - Method in enum class com.google.common.primitives.Doubles.LexicographicalComparator
 
compare(double, double) - Method in class com.google.common.collect.ComparisonChain
Compares two double values as specified by Double.compare(double, double), if the result of this comparison chain has not already been determined.
compare(double, double) - Method in class com.google.common.collect.ComparisonChain.InactiveComparisonChain
 
compare(double, double) - Static method in class com.google.common.primitives.Doubles
Compares the two specified double values.
compare(float[], float[]) - Method in enum class com.google.common.primitives.Floats.LexicographicalComparator
 
compare(float, float) - Method in class com.google.common.collect.ComparisonChain
Compares two float values as specified by Float.compare(float, float), if the result of this comparison chain has not already been determined.
compare(float, float) - Method in class com.google.common.collect.ComparisonChain.InactiveComparisonChain
 
compare(float, float) - Static method in class com.google.common.primitives.Floats
Compares the two specified float values using Float.compare(float, float).
compare(int[], int[]) - Method in enum class com.google.common.primitives.Ints.LexicographicalComparator
 
compare(int[], int[]) - Method in enum class com.google.common.primitives.UnsignedInts.LexicographicalComparator
 
compare(int, int) - Method in class com.google.common.collect.ComparisonChain
Compares two int values as specified by Integer.compare(int, int), if the result of this comparison chain has not already been determined.
compare(int, int) - Method in class com.google.common.collect.ComparisonChain.InactiveComparisonChain
 
compare(int, int) - Static method in class com.google.common.primitives.Ints
Compares the two specified int values.
compare(int, int) - Static method in class com.google.common.primitives.UnsignedInts
Compares the two specified int values, treating them as unsigned values between 0 and 2^32 - 1 inclusive.
compare(long[], long[]) - Method in enum class com.google.common.primitives.Longs.LexicographicalComparator
 
compare(long[], long[]) - Method in enum class com.google.common.primitives.UnsignedLongs.LexicographicalComparator
 
compare(long, long) - Method in class com.google.common.collect.ComparisonChain
Compares two long values as specified by Long.compare(long, long), if the result of this comparison chain has not already been determined.
compare(long, long) - Method in class com.google.common.collect.ComparisonChain.InactiveComparisonChain
 
compare(long, long) - Static method in class com.google.common.primitives.Longs
Compares the two specified long values.
compare(long, long) - Static method in class com.google.common.primitives.UnsignedLongs
Compares the two specified long values, treating them as unsigned values between 0 and 2^64 - 1 inclusive.
compare(short[], short[]) - Method in enum class com.google.common.primitives.Shorts.LexicographicalComparator
 
compare(short, short) - Static method in class com.google.common.primitives.Shorts
Compares the two specified short values.
compare(Multiset.Entry<?>, Multiset.Entry<?>) - Method in class com.google.common.collect.Multisets.DecreasingCount
 
compare(Range<?>, Range<?>) - Method in class com.google.common.collect.Range.RangeLexOrdering
 
compare(F, F) - Method in class com.google.common.collect.ByFunctionOrdering
 
compare(Boolean, Boolean) - Method in class com.google.common.collect.ComparisonChain
Deprecated.
Use ComparisonChain.compareFalseFirst(boolean, boolean); or, if the parameters passed are being either negated or reversed, undo the negation or reversal and use ComparisonChain.compareTrueFirst(boolean, boolean).
compare(Boolean, Boolean) - Method in enum class com.google.common.primitives.Booleans.BooleanComparator
 
compare(Comparable<?>, Comparable<?>) - Method in class com.google.common.collect.ComparisonChain
Compares two comparable objects as specified by Comparable.compareTo(T), if the result of this comparison chain has not already been determined.
compare(Comparable<?>, Comparable<?>) - Method in class com.google.common.collect.ComparisonChain.InactiveComparisonChain
 
compare(Comparable<?>, Comparable<?>) - Method in class com.google.common.collect.NaturalOrdering
 
compare(Comparable<?>, Comparable<?>) - Method in class com.google.common.collect.ReverseNaturalOrdering
 
compare(Iterable<T>, Iterable<T>) - Method in class com.google.common.collect.LexicographicalOrdering
 
compare(Object, Object) - Method in class com.google.common.collect.AllEqualOrdering
 
compare(Object, Object) - Method in class com.google.common.collect.Ordering.ArbitraryOrdering
 
compare(Object, Object) - Method in class com.google.common.collect.TreeBasedTable.TreeRow
 
compare(Object, Object) - Method in class com.google.common.collect.UsingToStringOrdering
 
compare(Object, Object) - Method in class com.google.common.testing.ArbitraryInstances.AlwaysEqual
 
compare(String, String) - Method in class com.google.common.collect.testing.Helpers.NullsBefore
 
compare(Map.Entry<K, V>, Map.Entry<K, V>) - Method in class com.google.common.collect.testing.Helpers.EntryComparator
 
compare(T, T) - Method in class com.google.common.collect.ComparatorOrdering
 
compare(T, T) - Method in class com.google.common.collect.CompoundOrdering
 
compare(T, T) - Method in class com.google.common.collect.ExplicitOrdering
 
compare(T, T) - Method in class com.google.common.collect.NullsFirstOrdering
 
compare(T, T) - Method in class com.google.common.collect.NullsLastOrdering
 
compare(T, T) - Method in class com.google.common.collect.Ordering
 
compare(T, T) - Method in class com.google.common.collect.ReverseOrdering
 
compare(T, T) - Method in class com.google.common.collect.testing.TestsForMapsInJavaUtil.NullFriendlyComparator
 
compare(T, T) - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil.NullFriendlyComparator
 
compare(T, T, Comparator<T>) - Method in class com.google.common.collect.ComparisonChain
Compares two objects using a comparator, if the result of this comparison chain has not already been determined.
compare(T, T, Comparator<T>) - Method in class com.google.common.collect.ComparisonChain.InactiveComparisonChain
 
compareAndSet(double, double) - Method in class com.google.common.util.concurrent.AtomicDouble
Atomically sets the value to the given updated value if the current value is bitwise equal to the expected value.
compareAndSet(int, double, double) - Method in class com.google.common.util.concurrent.AtomicDoubleArray
Atomically sets the element at position i to the given updated value if the current value is bitwise equal to the expected value.
compareAndSetSeenExceptions(AggregateFutureState<?>, Set<Throwable>, Set<Throwable>) - Method in class com.google.common.util.concurrent.AggregateFutureState.AtomicHelper
Atomic compare-and-set of the AggregateFutureState.seenExceptions field.
compareAndSetSeenExceptions(AggregateFutureState<?>, Set<Throwable>, Set<Throwable>) - Method in class com.google.common.util.concurrent.AggregateFutureState.SafeAtomicHelper
 
compareAndSetSeenExceptions(AggregateFutureState<?>, Set<Throwable>, Set<Throwable>) - Method in class com.google.common.util.concurrent.AggregateFutureState.SynchronizedAtomicHelper
 
compareAndUpdateState(ClosingFuture.State, ClosingFuture.State) - Method in class com.google.common.util.concurrent.ClosingFuture
 
compareElements(int, int) - Method in class com.google.common.collect.MinMaxPriorityQueue.Heap
 
compareFalseFirst(boolean, boolean) - Method in class com.google.common.collect.ComparisonChain
Compares two boolean values, considering false to be less than true, if the result of this comparison chain has not already been determined.
compareFalseFirst(boolean, boolean) - Method in class com.google.common.collect.ComparisonChain.InactiveComparisonChain
 
compareOrThrow(Comparable, Comparable) - Static method in class com.google.common.collect.Range
 
compareResultsForThisListOfStimuli() - Method in class com.google.common.collect.testing.AbstractIteratorTester
 
compareTo(Cut<C>) - Method in class com.google.common.collect.Cut
 
compareTo(Cut<Comparable<?>>) - Method in class com.google.common.collect.Cut.AboveAll
 
compareTo(Cut<Comparable<?>>) - Method in class com.google.common.collect.Cut.BelowAll
 
compareTo(BaseComparable) - Method in class com.google.common.collect.testing.BaseComparable
 
compareTo(UnhashableObject) - Method in class com.google.common.collect.testing.UnhashableObject
 
compareTo(UnsignedInteger) - Method in class com.google.common.primitives.UnsignedInteger
Compares this unsigned integer to another unsigned integer.
compareTo(UnsignedLong) - Method in class com.google.common.primitives.UnsignedLong
 
compareTo(Object) - Method in class com.google.common.testing.ArbitraryInstances.ByToString
 
compareTo(Delayed) - Method in class com.google.common.util.concurrent.MoreExecutors.ScheduledListeningDecorator.ListenableScheduledTask
 
compareTo(Delayed) - Method in class com.google.common.util.concurrent.testing.SameThreadScheduledExecutorService.ImmediateScheduledFuture
 
compareTo(Delayed) - Method in class com.google.common.util.concurrent.testing.TestingExecutors.NoOpScheduledExecutorService.NeverScheduledFuture
 
compareTrueFirst(boolean, boolean) - Method in class com.google.common.collect.ComparisonChain
Compares two boolean values, considering true to be less than false, if the result of this comparison chain has not already been determined.
compareTrueFirst(boolean, boolean) - Method in class com.google.common.collect.ComparisonChain.InactiveComparisonChain
 
ComparisonChain - Class in com.google.common.collect
A utility for performing a chained comparison statement.
ComparisonChain() - Constructor for class com.google.common.collect.ComparisonChain
 
ComparisonChain.InactiveComparisonChain - Class in com.google.common.collect
 
Comparison to alternatives - Search tag in class com.google.common.base.Verify
Section
Comparison to a map of collections - Search tag in interface com.google.common.collect.Multimap
Section
Comparison to streams - Search tag in class com.google.common.collect.FluentIterable
Section
Comparison with synchronized and ReentrantLock - Search tag in class com.google.common.util.concurrent.Monitor
Section
compile(String) - Static method in class com.google.common.base.CommonPattern
 
compile(String) - Method in interface com.google.common.base.PatternCompiler
Compiles the given pattern.
compile(String) - Method in class com.google.common.base.Platform.JdkPatternCompiler
 
compilePattern(String) - Static method in class com.google.common.base.Platform
 
complement - Variable in class com.google.common.collect.ImmutableRangeSet
 
complement - Variable in class com.google.common.collect.TreeRangeSet
 
complement() - Method in class com.google.common.collect.ImmutableRangeSet
 
complement() - Method in interface com.google.common.collect.RangeSet
Returns a view of the complement of this RangeSet.
complement() - Method in class com.google.common.collect.TreeRangeSet
 
complement() - Method in class com.google.common.collect.TreeRangeSet.Complement
 
Complement() - Constructor for class com.google.common.collect.TreeRangeSet.Complement
 
complementLowerBoundWindow - Variable in class com.google.common.collect.TreeRangeSet.ComplementRangesByLowerBound
complementLowerBoundWindow represents the headMap/subMap/tailMap view of the entire "complement ranges by lower bound" map; it's a constraint on the *keys*, and does not affect the values.
complementOf(Collection<E>) - Static method in class com.google.common.collect.Sets
Creates an EnumSet consisting of all enum values that are not in the specified collection.
complementOf(Collection<E>, Class<E>) - Static method in class com.google.common.collect.Sets
Creates an EnumSet consisting of all enum values that are not in the specified collection.
ComplementRanges() - Constructor for class com.google.common.collect.ImmutableRangeSet.ComplementRanges
 
ComplementRangesByLowerBound(NavigableMap<Cut<C>, Range<C>>) - Constructor for class com.google.common.collect.TreeRangeSet.ComplementRangesByLowerBound
 
ComplementRangesByLowerBound(NavigableMap<Cut<C>, Range<C>>, Range<Cut<C>>) - Constructor for class com.google.common.collect.TreeRangeSet.ComplementRangesByLowerBound
 
complete(AbstractFuture<?>, boolean) - Static method in class com.google.common.util.concurrent.AbstractFuture
Unblocks all threads and runs all listeners.
COMPLETE - Enum constant in enum class com.google.common.graph.Graphs.NodeVisitState
 
components - Variable in class com.google.common.base.Predicates.AndPredicate
 
components - Variable in class com.google.common.base.Predicates.OrPredicate
 
componentType - Variable in class com.google.common.reflect.Types.GenericArrayTypeImpl
 
compose(Function<? super F, T>, Supplier<F>) - Static method in class com.google.common.base.Suppliers
Returns a new supplier which is the composition of the provided function and supplier.
compose(Function<B, C>, Function<A, ? extends B>) - Static method in class com.google.common.base.Functions
Returns the composition of two functions.
compose(Predicate<B>, Function<A, ? extends B>) - Static method in class com.google.common.base.Predicates
Returns the composition of a function and a predicate.
CompositionPredicate(Predicate<B>, Function<A, ? extends B>) - Constructor for class com.google.common.base.Predicates.CompositionPredicate
 
compound(Iterable<? extends Comparator<? super T>>) - Static method in class com.google.common.collect.Ordering
Returns an ordering which tries each given comparator in order until a non-zero result is found, returning that result, and returning zero only if all comparators return zero.
compound(Comparator<? super U>) - Method in class com.google.common.collect.Ordering
Returns an ordering which first uses the ordering this, but which in the event of a "tie", then delegates to secondaryComparator.
CompoundOrdering<T> - Class in com.google.common.collect
An ordering that tries several comparators in order.
CompoundOrdering(Iterable<? extends Comparator<? super T>>) - Constructor for class com.google.common.collect.CompoundOrdering
 
CompoundOrdering(Comparator<? super T>, Comparator<? super T>) - Constructor for class com.google.common.collect.CompoundOrdering
 
compressLongestRunOfZeroes(int[]) - Static method in class com.google.common.net.InetAddresses
Identify and mark the longest run of zeroes in an IPv6 address.
ComputationException - Exception Class in com.google.common.collect
Deprecated.
This exception is no longer thrown by com.google.common. Previously, it was thrown by MapMaker computing maps. When support for computing maps was removed from MapMaker, it was added to CacheBuilder, which throws ExecutionException, UncheckedExecutionException, and ExecutionError. Any code that is still catching ComputationException may need to be updated to catch some of those types instead. (Note that this type, though deprecated, is not planned to be removed from Guava.)
ComputationException(Throwable) - Constructor for exception class com.google.common.collect.ComputationException
Deprecated.
Creates a new instance with the given cause.
compute(double...) - Method in class com.google.common.math.Quantiles.ScaleAndIndex
Computes the quantile value of the given dataset.
compute(double...) - Method in class com.google.common.math.Quantiles.ScaleAndIndexes
Computes the quantile values of the given dataset.
compute(int...) - Method in class com.google.common.math.Quantiles.ScaleAndIndex
Computes the quantile value of the given dataset.
compute(int...) - Method in class com.google.common.math.Quantiles.ScaleAndIndexes
Computes the quantile values of the given dataset.
compute(long...) - Method in class com.google.common.math.Quantiles.ScaleAndIndex
Computes the quantile value of the given dataset.
compute(long...) - Method in class com.google.common.math.Quantiles.ScaleAndIndexes
Computes the quantile values of the given dataset.
compute(Collection<? extends Number>) - Method in class com.google.common.math.Quantiles.ScaleAndIndex
Computes the quantile value of the given dataset.
compute(Collection<? extends Number>) - Method in class com.google.common.math.Quantiles.ScaleAndIndexes
Computes the quantile values of the given dataset.
compute(K, int, BiFunction<? super K, ? super V, ? extends V>) - Method in class com.google.common.cache.LocalCache.Segment
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class com.google.common.cache.LocalCache
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class com.google.common.cache.LocalCache.LoadingValueReference
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class com.google.common.collect.ImmutableMap
Deprecated.
Unsupported operation.
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class com.google.common.collect.Maps.UnmodifiableBiMap
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class com.google.common.collect.Maps.UnmodifiableNavigableMap
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class com.google.common.collect.Synchronized.SynchronizedMap
 
computeArrayListCapacity(int) - Static method in class com.google.common.collect.Lists
 
computeAsMapFeatures(Set<Feature<?>>) - Static method in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder
 
computeBackingRowMap() - Method in class com.google.common.collect.StandardTable.Row
 
computeBackingRowMap() - Method in class com.google.common.collect.TreeBasedTable.TreeRow
 
computeCommonDerivedCollectionFeatures(Set<Feature<?>>) - Static method in class com.google.common.collect.testing.google.BiMapTestSuiteBuilder
 
computeCommonDerivedCollectionFeatures(Set<Feature<?>>) - Static method in class com.google.common.collect.testing.MapTestSuiteBuilder
 
computeDerivedCollectionFeatures(Set<Feature<?>>) - Static method in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder
 
computeElementSetFeatures(Set<Feature<?>>) - Static method in class com.google.common.collect.testing.google.MultisetTestSuiteBuilder
 
computeEntriesFeatures(Set<Feature<?>>) - Static method in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder
 
computeEntriesTestSuite(FeatureSpecificTestSuiteBuilder<?, ? extends OneSizeTestContainerGenerator<SetMultimap<K, V>, Map.Entry<K, V>>>) - Method in class com.google.common.collect.testing.google.SetMultimapTestSuiteBuilder
 
computeEntriesTestSuite(FeatureSpecificTestSuiteBuilder<?, ? extends OneSizeTestContainerGenerator<M, Map.Entry<K, V>>>) - Method in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder
 
computeEntrySetFeatures(Set<Feature<?>>) - Static method in class com.google.common.collect.testing.google.MultisetTestSuiteBuilder
 
computeEntrySetFeatures(Set<Feature<?>>) - Static method in class com.google.common.collect.testing.MapTestSuiteBuilder
 
computeForWord(int) - Static method in class com.google.common.hash.Crc32cHashFunction.Crc32cHasher
 
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class com.google.common.cache.LocalCache
 
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class com.google.common.collect.ImmutableMap
Deprecated.
Unsupported operation.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class com.google.common.collect.Maps.UnmodifiableBiMap
 
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class com.google.common.collect.Maps.UnmodifiableNavigableMap
 
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class com.google.common.collect.Synchronized.SynchronizedMap
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class com.google.common.cache.LocalCache
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class com.google.common.collect.ImmutableMap
Deprecated.
Unsupported operation.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class com.google.common.collect.Maps.UnmodifiableBiMap
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class com.google.common.collect.Maps.UnmodifiableNavigableMap
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class com.google.common.collect.Synchronized.SynchronizedMap
 
computeInPlace(double...) - Method in class com.google.common.math.Quantiles.ScaleAndIndex
Computes the quantile value of the given dataset, performing the computation in-place.
computeInPlace(double...) - Method in class com.google.common.math.Quantiles.ScaleAndIndexes
Computes the quantile values of the given dataset, performing the computation in-place.
computeInverseFeatures(Set<Feature<?>>) - Static method in class com.google.common.collect.testing.google.BiMapTestSuiteBuilder
 
computeKeySetFeatures(Set<Feature<?>>) - Static method in class com.google.common.collect.testing.MapTestSuiteBuilder
 
computeKeysFeatures(Set<Feature<?>>) - Static method in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder
 
computeKeysTestSuite(FeatureSpecificTestSuiteBuilder<?, ? extends OneSizeTestContainerGenerator<M, Map.Entry<K, V>>>) - Method in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder
 
computeMultimapAsMapGetFeatures(Set<Feature<?>>) - Method in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder
 
computeMultimapAsMapGetTestSuite(FeatureSpecificTestSuiteBuilder<?, ? extends OneSizeTestContainerGenerator<ListMultimap<K, V>, Map.Entry<K, V>>>) - Method in class com.google.common.collect.testing.google.ListMultimapTestSuiteBuilder
 
computeMultimapAsMapGetTestSuite(FeatureSpecificTestSuiteBuilder<?, ? extends OneSizeTestContainerGenerator<SetMultimap<K, V>, Map.Entry<K, V>>>) - Method in class com.google.common.collect.testing.google.SetMultimapTestSuiteBuilder
 
computeMultimapAsMapGetTestSuite(FeatureSpecificTestSuiteBuilder<?, ? extends OneSizeTestContainerGenerator<SetMultimap<K, V>, Map.Entry<K, V>>>) - Method in class com.google.common.collect.testing.google.SortedSetMultimapTestSuiteBuilder
 
computeMultimapAsMapGetTestSuite(FeatureSpecificTestSuiteBuilder<?, ? extends OneSizeTestContainerGenerator<M, Map.Entry<K, V>>>) - Method in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder
 
computeMultimapGetFeatures(Set<Feature<?>>) - Method in class com.google.common.collect.testing.google.ListMultimapTestSuiteBuilder
 
computeMultimapGetFeatures(Set<Feature<?>>) - Method in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder
 
computeMultimapGetTestSuite(FeatureSpecificTestSuiteBuilder<?, ? extends OneSizeTestContainerGenerator<ListMultimap<K, V>, Map.Entry<K, V>>>) - Method in class com.google.common.collect.testing.google.ListMultimapTestSuiteBuilder
 
computeMultimapGetTestSuite(FeatureSpecificTestSuiteBuilder<?, ? extends OneSizeTestContainerGenerator<SetMultimap<K, V>, Map.Entry<K, V>>>) - Method in class com.google.common.collect.testing.google.SetMultimapTestSuiteBuilder
 
computeMultimapGetTestSuite(FeatureSpecificTestSuiteBuilder<?, ? extends OneSizeTestContainerGenerator<SetMultimap<K, V>, Map.Entry<K, V>>>) - Method in class com.google.common.collect.testing.google.SortedSetMultimapTestSuiteBuilder
 
computeMultimapGetTestSuite(FeatureSpecificTestSuiteBuilder<?, ? extends OneSizeTestContainerGenerator<M, Map.Entry<K, V>>>) - Method in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder
 
computeNext() - Method in class com.google.common.base.AbstractIterator
 
computeNext() - Method in class com.google.common.base.Splitter.SplittingIterator
 
computeNext() - Method in class com.google.common.collect.AbstractIterator
Returns the next element.
computeNext() - Method in class com.google.common.collect.Collections2.OrderedPermutationIterator
 
computeNext() - Method in class com.google.common.collect.Collections2.PermutationIterator
 
computeNext() - Method in class com.google.common.collect.ConsumingQueueIterator
 
computeNext() - Method in class com.google.common.collect.StandardTable.Column.EntrySetIterator
 
computeNext() - Method in class com.google.common.collect.StandardTable.ColumnKeyIterator
 
computeNext() - Method in class com.google.common.collect.TreeTraverser.PostOrderIterator
Deprecated.
 
computeNext() - Method in class com.google.common.graph.EndpointPairIterator.Directed
 
computeNext() - Method in class com.google.common.graph.EndpointPairIterator.Undirected
 
computeNext(T) - Method in class com.google.common.collect.AbstractSequentialIterator
Returns the element that follows previous, or returns null if no elements remain.
computeReplacement(CharEscaper, char) - Static method in class com.google.common.escape.Escapers
Returns a string that would replace the given character in the specified escaper, or null if no replacement should be made.
computeReplacement(UnicodeEscaper, int) - Static method in class com.google.common.escape.Escapers
Returns a string that would replace the given character in the specified escaper, or null if no replacement should be made.
computeReserializedCollectionFeatures(Set<Feature<?>>) - Static method in class com.google.common.collect.testing.CollectionTestSuiteBuilder
 
computeReserializedCollectionFeatures(Set<Feature<?>>) - Static method in class com.google.common.collect.testing.ListTestSuiteBuilder
 
computeReserializedCollectionFeatures(Set<Feature<?>>) - Static method in class com.google.common.collect.testing.SetTestSuiteBuilder
 
computeReserializedMapFeatures(Set<Feature<?>>) - Static method in class com.google.common.collect.testing.MapTestSuiteBuilder
 
computeReserializedMultimapFeatures(Set<Feature<?>>) - Static method in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder
 
computeReserializedMultisetFeatures(Set<Feature<?>>) - Static method in class com.google.common.collect.testing.google.MultisetTestSuiteBuilder
 
computeToString() - Method in class com.google.common.net.MediaType
 
computeValuesCollectionFeatures(Set<Feature<?>>) - Static method in class com.google.common.collect.testing.MapTestSuiteBuilder
 
computeValuesFeatures(Set<Feature<?>>) - Static method in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder
 
computeValuesSetFeatures(Set<Feature<?>>) - Static method in class com.google.common.collect.testing.google.BiMapTestSuiteBuilder
 
computeValuesTestSuite(FeatureSpecificTestSuiteBuilder<?, ? extends OneSizeTestContainerGenerator<M, Map.Entry<K, V>>>) - Method in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder
 
computingFunction - Variable in class com.google.common.cache.CacheLoader.FunctionToCacheLoader
 
computingSupplier - Variable in class com.google.common.cache.CacheLoader.SupplierToCacheLoader
 
ComputingValueReference(LocalCache.ValueReference<K, V>) - Constructor for class com.google.common.cache.LocalCache.ComputingValueReference
 
concat(boolean[]...) - Static method in class com.google.common.primitives.Booleans
Returns the values from each provided array combined into a single array.
concat(byte[]...) - Static method in class com.google.common.primitives.Bytes
Returns the values from each provided array combined into a single array.
concat(char[]...) - Static method in class com.google.common.primitives.Chars
Returns the values from each provided array combined into a single array.
concat(double[]...) - Static method in class com.google.common.primitives.Doubles
Returns the values from each provided array combined into a single array.
concat(float[]...) - Static method in class com.google.common.primitives.Floats
Returns the values from each provided array combined into a single array.
concat(int[]...) - Static method in class com.google.common.primitives.Ints
Returns the values from each provided array combined into a single array.
concat(long[]...) - Static method in class com.google.common.primitives.Longs
Returns the values from each provided array combined into a single array.
concat(short[]...) - Static method in class com.google.common.primitives.Shorts
Returns the values from each provided array combined into a single array.
concat(ByteSource...) - Static method in class com.google.common.io.ByteSource
Concatenates multiple ByteSource instances into a single source.
concat(CharSource...) - Static method in class com.google.common.io.CharSource
Concatenates multiple CharSource instances into a single source.
concat(Iterable<? extends ByteSource>) - Static method in class com.google.common.io.ByteSource
Concatenates multiple ByteSource instances into a single source.
concat(Iterable<? extends CharSource>) - Static method in class com.google.common.io.CharSource
Concatenates multiple CharSource instances into a single source.
concat(Iterable<? extends Iterable<? extends T>>) - Static method in class com.google.common.collect.FluentIterable
Returns a fluent iterable that combines several iterables.
concat(Iterable<? extends Iterable<? extends T>>) - Static method in class com.google.common.collect.Iterables
Combines multiple iterables into a single iterable.
concat(Iterable<? extends T>...) - Static method in class com.google.common.collect.FluentIterable
Returns a fluent iterable that combines several iterables.
concat(Iterable<? extends T>...) - Static method in class com.google.common.collect.Iterables
Combines multiple iterables into a single iterable.
concat(Iterable<? extends T>, Iterable<? extends T>) - Static method in class com.google.common.collect.FluentIterable
Returns a fluent iterable that combines two iterables.
concat(Iterable<? extends T>, Iterable<? extends T>) - Static method in class com.google.common.collect.Iterables
Combines two iterables into a single iterable.
concat(Iterable<? extends T>, Iterable<? extends T>, Iterable<? extends T>) - Static method in class com.google.common.collect.FluentIterable
Returns a fluent iterable that combines three iterables.
concat(Iterable<? extends T>, Iterable<? extends T>, Iterable<? extends T>) - Static method in class com.google.common.collect.Iterables
Combines three iterables into a single iterable.
concat(Iterable<? extends T>, Iterable<? extends T>, Iterable<? extends T>, Iterable<? extends T>) - Static method in class com.google.common.collect.FluentIterable
Returns a fluent iterable that combines four iterables.
concat(Iterable<? extends T>, Iterable<? extends T>, Iterable<? extends T>, Iterable<? extends T>) - Static method in class com.google.common.collect.Iterables
Combines four iterables into a single iterable.
concat(Collection<IOException>, Collection<IOException>) - Static method in class com.google.common.io.MoreFiles
Concatenates the contents of the two given collections of exceptions.
concat(Iterator<? extends ByteSource>) - Static method in class com.google.common.io.ByteSource
Concatenates multiple ByteSource instances into a single source.
concat(Iterator<? extends CharSource>) - Static method in class com.google.common.io.CharSource
Concatenates multiple CharSource instances into a single source.
concat(Iterator<? extends Iterator<? extends T>>) - Static method in class com.google.common.collect.Iterators
Combines multiple iterators into a single iterator.
concat(Iterator<? extends T>...) - Static method in class com.google.common.collect.Iterators
Combines multiple iterators into a single iterator.
concat(Iterator<? extends T>, Iterator<? extends T>) - Static method in class com.google.common.collect.Iterators
Combines two iterators into a single iterator.
concat(Iterator<? extends T>, Iterator<? extends T>, Iterator<? extends T>) - Static method in class com.google.common.collect.Iterators
Combines three iterators into a single iterator.
concat(Iterator<? extends T>, Iterator<? extends T>, Iterator<? extends T>, Iterator<? extends T>) - Static method in class com.google.common.collect.Iterators
Combines four iterators into a single iterator.
concat(DoubleStream...) - Static method in class com.google.common.collect.Streams
Returns a DoubleStream containing the elements of the first stream, followed by the elements of the second stream, and so on.
concat(IntStream...) - Static method in class com.google.common.collect.Streams
Returns an IntStream containing the elements of the first stream, followed by the elements of the second stream, and so on.
concat(LongStream...) - Static method in class com.google.common.collect.Streams
Returns a LongStream containing the elements of the first stream, followed by the elements of the second stream, and so on.
concat(Stream<? extends T>...) - Static method in class com.google.common.collect.Streams
Returns a Stream containing the elements of the first stream, followed by the elements of the second stream, and so on.
concat(T[], T) - Static method in class com.google.common.collect.ObjectArrays
Returns a new array that appends element to array.
concat(T[], T[], Class<T>) - Static method in class com.google.common.collect.ObjectArrays
Returns a new array that contains the concatenated contents of two arrays.
concat(T, T[]) - Static method in class com.google.common.collect.ObjectArrays
Returns a new array that prepends element to array.
ConcatenatedByteSource(Iterable<? extends ByteSource>) - Constructor for class com.google.common.io.ByteSource.ConcatenatedByteSource
 
ConcatenatedCharSource(Iterable<? extends CharSource>) - Constructor for class com.google.common.io.CharSource.ConcatenatedCharSource
 
ConcatenatedHashFunction(HashFunction...) - Constructor for class com.google.common.hash.Hashing.ConcatenatedHashFunction
 
ConcatenatedIterator(Iterator<? extends Iterator<? extends T>>) - Constructor for class com.google.common.collect.Iterators.ConcatenatedIterator
 
concatenating(HashFunction, HashFunction, HashFunction...) - Static method in class com.google.common.hash.Hashing
Returns a hash function which computes its hash code by concatenating the hash codes of the underlying hash functions together.
concatenating(Iterable<HashFunction>) - Static method in class com.google.common.hash.Hashing
Returns a hash function which computes its hash code by concatenating the hash codes of the underlying hash functions together.
concatNoDefensiveCopy(Iterable<? extends T>...) - Static method in class com.google.common.collect.FluentIterable
Concatenates a varargs array of iterables without making a defensive copy of the array.
concatNoDefensiveCopy(Iterator<? extends T>...) - Static method in class com.google.common.collect.Iterators
Concats a varargs array of iterators without making a defensive copy of the array.
concurrencyLevel - Variable in class com.google.common.cache.CacheBuilder
 
concurrencyLevel - Variable in class com.google.common.cache.CacheBuilderSpec
 
concurrencyLevel - Variable in class com.google.common.cache.LocalCache
The concurrency level.
concurrencyLevel - Variable in class com.google.common.cache.LocalCache.ManualSerializationProxy
 
concurrencyLevel - Variable in class com.google.common.collect.MapMaker
 
concurrencyLevel - Variable in class com.google.common.collect.MapMakerInternalMap.AbstractSerializationProxy
 
concurrencyLevel - Variable in class com.google.common.collect.MapMakerInternalMap
The concurrency level.
concurrencyLevel(int) - Method in class com.google.common.cache.CacheBuilder
Guides the allowed concurrency among update operations.
concurrencyLevel(int) - Method in class com.google.common.collect.Interners.InternerBuilder
Sets the concurrency level that will be used by the to-be-built Interner.
concurrencyLevel(int) - Method in class com.google.common.collect.MapMaker
Guides the allowed concurrency among update operations.
ConcurrencyLevelParser() - Constructor for class com.google.common.cache.CacheBuilderSpec.ConcurrencyLevelParser
 
ConcurrentHashMultiset<E> - Class in com.google.common.collect
A multiset that supports concurrent modifications and that provides atomic versions of most Multiset operations (exceptions where noted).
ConcurrentHashMultiset(ConcurrentMap<E, AtomicInteger>) - Constructor for class com.google.common.collect.ConcurrentHashMultiset
 
ConcurrentHashMultiset.EntrySet - Class in com.google.common.collect
 
ConcurrentHashMultiset.FieldSettersHolder - Class in com.google.common.collect
 
ConcurrentMapPutIfAbsentTester<K,V> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests putIfAbsent operations on a concurrent map.
ConcurrentMapPutIfAbsentTester() - Constructor for class com.google.common.collect.testing.testers.ConcurrentMapPutIfAbsentTester
 
ConcurrentMapRemoveTester<K,V> - Class in com.google.common.collect.testing.testers
ConcurrentMapRemoveTester() - Constructor for class com.google.common.collect.testing.testers.ConcurrentMapRemoveTester
 
ConcurrentMapReplaceEntryTester<K,V> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests replace(K, V, V) operations on a concurrent map.
ConcurrentMapReplaceEntryTester() - Constructor for class com.google.common.collect.testing.testers.ConcurrentMapReplaceEntryTester
 
ConcurrentMapReplaceTester<K,V> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests replace(K, V) operations on a concurrent map.
ConcurrentMapReplaceTester() - Constructor for class com.google.common.collect.testing.testers.ConcurrentMapReplaceTester
 
ConcurrentMapTestSuiteBuilder<K,V> - Class in com.google.common.collect.testing
Creates, based on your criteria, a JUnit test suite that exhaustively tests a ConcurrentMap implementation.
ConcurrentMapTestSuiteBuilder() - Constructor for class com.google.common.collect.testing.ConcurrentMapTestSuiteBuilder
 
ConcurrentNavigableMapTestSuiteBuilder<K,V> - Class in com.google.common.collect.testing
Creates, based on your criteria, a JUnit test suite that exhaustively tests a ConcurrentNavigableMap implementation.
ConcurrentNavigableMapTestSuiteBuilder() - Constructor for class com.google.common.collect.testing.ConcurrentNavigableMapTestSuiteBuilder
 
condition - Variable in class com.google.common.util.concurrent.Monitor.Guard
 
conflictException(String, Object, Object) - Static method in class com.google.common.collect.ImmutableMap
 
ConflictingRequirementsException - Exception Class in com.google.common.collect.testing.features
Thrown when requirements on a tester method or class conflict with each other.
ConflictingRequirementsException(String, Set<Feature<?>>, Object) - Constructor for exception class com.google.common.collect.testing.features.ConflictingRequirementsException
 
conflictingStackTrace - Variable in exception class com.google.common.util.concurrent.CycleDetectingLockFactory.PotentialDeadlockException
 
conflicts - Variable in exception class com.google.common.collect.testing.features.ConflictingRequirementsException
 
connectAccessOrder(ReferenceEntry<K, V>, ReferenceEntry<K, V>) - Static method in class com.google.common.cache.LocalCache
 
connectedPredicate(N, N) - Method in class com.google.common.graph.AbstractNetwork
 
CONNECTION - Static variable in class com.google.common.net.HttpHeaders
The HTTP Connection header field name.
connectionsOf(Graph<N>, N) - Static method in class com.google.common.graph.ImmutableGraph
 
connectionsOf(Network<N, E>, N) - Static method in class com.google.common.graph.ImmutableNetwork
 
connectionsOf(ValueGraph<N, V>, N) - Static method in class com.google.common.graph.ImmutableValueGraph
 
connectWriteOrder(ReferenceEntry<K, V>, ReferenceEntry<K, V>) - Static method in class com.google.common.cache.LocalCache
 
consistentHash(long, int) - Static method in class com.google.common.hash.Hashing
Assigns to input a "bucket" in the range [0, buckets), in a uniform manner that minimizes the need for remapping as buckets grows.
consistentHash(HashCode, int) - Static method in class com.google.common.hash.Hashing
Assigns to hashCode a "bucket" in the range [0, buckets), in a uniform manner that minimizes the need for remapping as buckets grows.
constant(E) - Static method in class com.google.common.base.Functions
Returns a function that ignores its input and always returns value.
ConstantFunction(E) - Constructor for class com.google.common.base.Functions.ConstantFunction
 
constrainToRange(char, char, char) - Static method in class com.google.common.primitives.Chars
Returns the value nearest to value which is within the closed range [min..max].
constrainToRange(double, double, double) - Static method in class com.google.common.primitives.Doubles
Returns the value nearest to value which is within the closed range [min..max].
constrainToRange(float, float, float) - Static method in class com.google.common.primitives.Floats
Returns the value nearest to value which is within the closed range [min..max].
constrainToRange(int, int, int) - Static method in class com.google.common.primitives.Ints
Returns the value nearest to value which is within the closed range [min..max].
constrainToRange(long, long, long) - Static method in class com.google.common.primitives.Longs
Returns the value nearest to value which is within the closed range [min..max].
constrainToRange(short, short, short) - Static method in class com.google.common.primitives.Shorts
Returns the value nearest to value which is within the closed range [min..max].
construct(Object...) - Static method in class com.google.common.collect.ImmutableList
Views the array as an immutable list.
construct(Comparator<? super E>, int, E...) - Static method in class com.google.common.collect.ImmutableSortedSet
Constructs an ImmutableSortedSet from the first n elements of contents.
constructor - Variable in class com.google.common.reflect.Invokable.ConstructorInvokable
 
constructor(Constructor<?>) - Method in class com.google.common.reflect.TypeToken
Returns the Invokable for constructor, which must be a member of T.
CONSTRUCTOR - Static variable in class com.google.common.hash.Hashing.Crc32cMethodHandles
 
ConstructorInvokable(Constructor<?>) - Constructor for class com.google.common.reflect.Invokable.ConstructorInvokable
 
consumeCharacter(char) - Method in class com.google.common.net.MediaType.Tokenizer
 
consumeCharacter(CharMatcher) - Method in class com.google.common.net.MediaType.Tokenizer
 
consumerizer - Variable in class com.google.common.collect.testing.SpliteratorTester.GeneralSpliteratorOfPrimitive
 
consumeSeparator(MediaType.Tokenizer, char) - Static method in class com.google.common.net.MediaType
 
consumeToken(CharMatcher) - Method in class com.google.common.net.MediaType.Tokenizer
 
consumeTokenIfPresent(CharMatcher) - Method in class com.google.common.net.MediaType.Tokenizer
 
consumingForArray(I...) - Static method in class com.google.common.collect.Iterators
Returns an Iterator that walks the specified array, nulling out elements behind it.
consumingIterable(Iterable<T>) - Static method in class com.google.common.collect.Iterables
Returns a view of the supplied iterable that wraps each generated Iterator through Iterators.consumingIterator(Iterator).
consumingIterator(Iterator<T>) - Static method in class com.google.common.collect.Iterators
Returns a view of the supplied iterator that removes each element from the supplied iterator as it is returned.
ConsumingQueueIterator<T> - Class in com.google.common.collect
An Iterator implementation which draws elements from a queue, removing them from the queue as it iterates.
ConsumingQueueIterator(Queue<T>) - Constructor for class com.google.common.collect.ConsumingQueueIterator
 
container - Variable in class com.google.common.collect.testing.AbstractContainerTester
 
contains(boolean[], boolean) - Static method in class com.google.common.primitives.Booleans
Returns true if target is present as an element anywhere in array.
contains(byte[], byte) - Static method in class com.google.common.primitives.Bytes
Returns true if target is present as an element anywhere in array.
contains(char[], char) - Static method in class com.google.common.primitives.Chars
Returns true if target is present as an element anywhere in array.
contains(double) - Method in class com.google.common.primitives.ImmutableDoubleArray
Returns true if target is present at any index in this array.
contains(double[], double) - Static method in class com.google.common.primitives.Doubles
Returns true if target is present as an element anywhere in array.
contains(float[], float) - Static method in class com.google.common.primitives.Floats
Returns true if target is present as an element anywhere in array.
contains(int) - Method in class com.google.common.primitives.ImmutableIntArray
Returns true if target is present at any index in this array.
contains(int[], int) - Static method in class com.google.common.primitives.Ints
Returns true if target is present as an element anywhere in array.
contains(long) - Method in class com.google.common.primitives.ImmutableLongArray
Returns true if target is present at any index in this array.
contains(long[], long) - Static method in class com.google.common.primitives.Longs
Returns true if target is present as an element anywhere in array.
contains(short[], short) - Static method in class com.google.common.primitives.Shorts
Returns true if target is present as an element anywhere in array.
contains(C) - Method in class com.google.common.collect.AbstractRangeSet
 
contains(C) - Method in class com.google.common.collect.Range
Returns true if value is within the bounds of this range.
contains(C) - Method in interface com.google.common.collect.RangeSet
Determines whether any of this range set's member ranges contains value.
contains(C) - Method in class com.google.common.collect.TreeRangeSet.Complement
 
contains(C) - Method in class com.google.common.collect.TreeRangeSet.SubRangeSet
 
contains(Iterable<? extends Object>, Object) - Static method in class com.google.common.collect.Iterables
Returns true if iterable contains any element o for which Objects.equals(o, element) would return true.
contains(Object) - Method in class com.google.common.cache.LocalCache.AccessQueue
 
contains(Object) - Method in class com.google.common.cache.LocalCache.EntrySet
 
contains(Object) - Method in class com.google.common.cache.LocalCache.KeySet
 
contains(Object) - Method in class com.google.common.cache.LocalCache.Values
 
contains(Object) - Method in class com.google.common.cache.LocalCache.WriteQueue
 
contains(Object) - Method in class com.google.common.collect.AbstractBiMap.EntrySet
 
contains(Object) - Method in class com.google.common.collect.AbstractMapBasedMultimap.AsMap.AsMapEntries
 
contains(Object) - Method in class com.google.common.collect.AbstractMapBasedMultimap.WrappedCollection
 
contains(Object) - Method in class com.google.common.collect.AbstractMultimap.Values
 
contains(Object) - Method in class com.google.common.collect.AbstractMultiset
 
contains(Object) - Method in class com.google.common.collect.AbstractTable.CellSet
 
contains(Object) - Method in class com.google.common.collect.AbstractTable.Values
 
contains(Object) - Method in class com.google.common.collect.CartesianList
 
contains(Object) - Method in class com.google.common.collect.Collections2.FilteredCollection
 
contains(Object) - Method in class com.google.common.collect.Collections2.OrderedPermutationCollection
 
contains(Object) - Method in class com.google.common.collect.Collections2.PermutationCollection
 
contains(Object) - Method in class com.google.common.collect.CompactHashMap.EntrySetView
 
contains(Object) - Method in class com.google.common.collect.CompactHashSet
 
contains(Object) - Method in class com.google.common.collect.DescendingImmutableSortedSet
 
contains(Object) - Method in class com.google.common.collect.EmptyContiguousSet
 
contains(Object) - Method in class com.google.common.collect.FilteredMultimapValues
 
contains(Object) - Method in class com.google.common.collect.FluentIterable
Returns true if this fluent iterable contains any object for which equals(target) is true.
contains(Object) - Method in class com.google.common.collect.ForwardingCollection
 
contains(Object) - Method in class com.google.common.collect.ImmutableAsList
 
contains(Object) - Method in class com.google.common.collect.ImmutableCollection
 
contains(Object) - Method in class com.google.common.collect.ImmutableEnumSet
 
contains(Object) - Method in class com.google.common.collect.ImmutableList
 
contains(Object) - Method in class com.google.common.collect.ImmutableList.ReverseImmutableList
 
contains(Object) - Method in class com.google.common.collect.ImmutableMapEntrySet
 
contains(Object) - Method in class com.google.common.collect.ImmutableMapKeySet
 
contains(Object) - Method in class com.google.common.collect.ImmutableMapValues
 
contains(Object) - Method in class com.google.common.collect.ImmutableMultimap.EntryCollection
 
contains(Object) - Method in class com.google.common.collect.ImmutableMultimap.Keys
 
contains(Object) - Method in class com.google.common.collect.ImmutableMultimap.Values
 
contains(Object) - Method in class com.google.common.collect.ImmutableMultiset
 
contains(Object) - Method in class com.google.common.collect.ImmutableMultiset.ElementSet
 
contains(Object) - Method in class com.google.common.collect.ImmutableMultiset.EntrySet
 
contains(Object) - Method in class com.google.common.collect.ImmutableRangeSet.AsSet
 
contains(Object) - Method in class com.google.common.collect.ImmutableSetMultimap.EntrySet
 
contains(Object) - Method in class com.google.common.collect.ImmutableSortedAsList
 
contains(Object) - Method in class com.google.common.collect.JdkBackedImmutableSet
 
contains(Object) - Method in class com.google.common.collect.LinkedHashMultimap.ValueSet
 
contains(Object) - Method in class com.google.common.collect.Lists.AbstractListWrapper
 
contains(Object) - Method in class com.google.common.collect.MapMakerInternalMap.EntrySet
 
contains(Object) - Method in class com.google.common.collect.MapMakerInternalMap.KeySet
 
contains(Object) - Method in class com.google.common.collect.MapMakerInternalMap.Values
 
contains(Object) - Method in class com.google.common.collect.Maps.EntrySet
 
contains(Object) - Method in class com.google.common.collect.Maps.KeySet
 
contains(Object) - Method in class com.google.common.collect.Maps.Values
 
contains(Object) - Method in class com.google.common.collect.Multimaps.Entries
 
contains(Object) - Method in class com.google.common.collect.Multimaps.Keys
 
contains(Object) - Method in interface com.google.common.collect.Multiset
Determines whether this multiset contains the specified element.
contains(Object) - Method in class com.google.common.collect.Multisets.ElementSet
 
contains(Object) - Method in class com.google.common.collect.Multisets.EntrySet
 
contains(Object) - Method in class com.google.common.collect.RegularContiguousSet
 
contains(Object) - Method in class com.google.common.collect.RegularImmutableMap.KeySet
 
contains(Object) - Method in class com.google.common.collect.RegularImmutableSet
 
contains(Object) - Method in class com.google.common.collect.RegularImmutableSortedSet
 
contains(Object) - Method in class com.google.common.collect.RegularImmutableTable.CellSet
 
contains(Object) - Method in class com.google.common.collect.Sets.CartesianSet
 
contains(Object) - Method in class com.google.common.collect.Sets.PowerSet
 
contains(Object) - Method in class com.google.common.collect.Sets.SubSet
 
contains(Object) - Method in class com.google.common.collect.SingletonImmutableSet
 
contains(Object) - Method in class com.google.common.collect.StandardTable.Column.EntrySet
 
contains(Object) - Method in class com.google.common.collect.StandardTable.Column.KeySet
 
contains(Object) - Method in class com.google.common.collect.StandardTable.ColumnKeySet
 
contains(Object) - Method in class com.google.common.collect.StandardTable.ColumnMap.ColumnMapEntrySet
 
contains(Object) - Method in class com.google.common.collect.StandardTable.RowMap.EntrySet
 
contains(Object) - Method in class com.google.common.collect.Synchronized.SynchronizedAsMapEntries
 
contains(Object) - Method in class com.google.common.collect.Synchronized.SynchronizedCollection
 
contains(Object) - Method in class com.google.common.collect.testing.MinimalCollection
 
contains(Object) - Method in class com.google.common.collect.testing.SafeTreeSet
 
contains(Object) - Method in class com.google.common.graph.EdgesConnecting
 
contains(Object) - Method in class com.google.common.graph.IncidentEdgeSet
 
contains(Object) - Method in class com.google.common.graph.MultiEdgesConnecting
 
contains(Object) - Method in class com.google.common.primitives.Booleans.BooleanArrayAsList
 
contains(Object) - Method in class com.google.common.primitives.Bytes.ByteArrayAsList
 
contains(Object) - Method in class com.google.common.primitives.Chars.CharArrayAsList
 
contains(Object) - Method in class com.google.common.primitives.Doubles.DoubleArrayAsList
 
contains(Object) - Method in class com.google.common.primitives.Floats.FloatArrayAsList
 
contains(Object) - Method in class com.google.common.primitives.ImmutableDoubleArray.AsList
 
contains(Object) - Method in class com.google.common.primitives.ImmutableIntArray.AsList
 
contains(Object) - Method in class com.google.common.primitives.ImmutableLongArray.AsList
 
contains(Object) - Method in class com.google.common.primitives.Ints.IntArrayAsList
 
contains(Object) - Method in class com.google.common.primitives.Longs.LongArrayAsList
 
contains(Object) - Method in class com.google.common.primitives.Shorts.ShortArrayAsList
 
contains(Object, Object) - Method in class com.google.common.collect.AbstractTable
 
contains(Object, Object) - Method in class com.google.common.collect.ArrayTable
Returns true if the provided keys are among the keys provided when the table was constructed.
contains(Object, Object) - Method in class com.google.common.collect.ForwardingTable
 
contains(Object, Object) - Method in class com.google.common.collect.ImmutableTable
 
contains(Object, Object) - Method in class com.google.common.collect.StandardTable
 
contains(Object, Object) - Method in class com.google.common.collect.Synchronized.SynchronizedTable
 
contains(Object, Object) - Method in interface com.google.common.collect.Table
Returns true if the table contains a mapping with the specified row and column keys.
contains(Object, Object) - Method in class com.google.common.collect.Tables.TransformedTable
 
contains(Object, Object) - Method in class com.google.common.collect.Tables.TransposeTable
 
contains(Iterator<?>, Object) - Static method in class com.google.common.collect.Iterators
Returns true if iterator contains element.
contains(Pattern) - Static method in class com.google.common.base.Predicates
Returns a predicate that evaluates to true if the CharSequence being tested contains any match for the given regular expression pattern.
contains(K) - Method in class com.google.common.collect.TreeRangeMap.RangeMapEntry
 
contains(T) - Method in class com.google.common.collect.GeneralRange
 
CONTAINS_VALUE_RETRIES - Static variable in class com.google.common.cache.LocalCache
Number of (unsynchronized) retries in the containsValue method.
CONTAINS_VALUE_RETRIES - Static variable in class com.google.common.collect.MapMakerInternalMap
Number of (unsynchronized) retries in the containsValue method.
containsAll(Iterable<? extends C>) - Method in class com.google.common.collect.Range
Returns true if every element in values is contained in this range.
containsAll(Collection<?>) - Method in class com.google.common.collect.AbstractBiMap.EntrySet
 
containsAll(Collection<?>) - Method in class com.google.common.collect.AbstractMapBasedMultimap.KeySet
 
containsAll(Collection<?>) - Method in class com.google.common.collect.AbstractMapBasedMultimap.WrappedCollection
 
containsAll(Collection<?>) - Method in class com.google.common.collect.Collections2.FilteredCollection
 
containsAll(Collection<?>) - Method in class com.google.common.collect.ForwardingCollection
 
containsAll(Collection<?>) - Method in class com.google.common.collect.ImmutableEnumSet
 
containsAll(Collection<?>) - Method in interface com.google.common.collect.Multiset
Returns true if this multiset contains at least one occurrence of each element in the specified collection.
containsAll(Collection<?>) - Method in class com.google.common.collect.Multisets.ElementSet
 
containsAll(Collection<?>) - Method in class com.google.common.collect.RegularContiguousSet
 
containsAll(Collection<?>) - Method in class com.google.common.collect.RegularImmutableSortedSet
 
containsAll(Collection<?>) - Method in class com.google.common.collect.Synchronized.SynchronizedAsMapEntries
 
containsAll(Collection<?>) - Method in class com.google.common.collect.Synchronized.SynchronizedCollection
 
containsAll(Collection<?>) - Method in class com.google.common.collect.testing.MinimalCollection
 
containsAll(Collection<?>) - Method in class com.google.common.collect.testing.SafeTreeSet
 
containsAllImpl(Collection<?>, Collection<?>) - Static method in class com.google.common.collect.Collections2
Returns true if the collection self contains all of the elements in the collection c.
containsColumn(Object) - Method in class com.google.common.collect.AbstractTable
 
containsColumn(Object) - Method in class com.google.common.collect.ArrayTable
Returns true if the provided column key is among the column keys provided when the table was constructed.
containsColumn(Object) - Method in class com.google.common.collect.ForwardingTable
 
containsColumn(Object) - Method in class com.google.common.collect.StandardTable
 
containsColumn(Object) - Method in class com.google.common.collect.Synchronized.SynchronizedTable
 
containsColumn(Object) - Method in interface com.google.common.collect.Table
Returns true if the table contains a mapping with the specified column.
containsColumn(Object) - Method in class com.google.common.collect.Tables.TransposeTable
 
containsDuplicates - Variable in class com.google.common.collect.testing.testers.CollectionRetainAllTester
 
containsEdge(E) - Method in class com.google.common.graph.StandardNetwork
 
containsEntry(Object, Object) - Method in class com.google.common.collect.AbstractMultimap
 
containsEntry(Object, Object) - Method in class com.google.common.collect.ForwardingMultimap
 
containsEntry(Object, Object) - Method in interface com.google.common.collect.Multimap
Returns true if this multimap contains at least one key-value pair with the key key and the value value.
containsEntry(Object, Object) - Method in class com.google.common.collect.Multimaps.MapMultimap
 
containsEntry(Object, Object) - Method in class com.google.common.collect.Synchronized.SynchronizedMultimap
 
containsEntryImpl(Collection<Map.Entry<K, V>>, Object) - Static method in class com.google.common.collect.Maps
Implements Collection.contains safely for forwarding collections of map entries.
containsKey(Object) - Method in class com.google.common.cache.LocalCache
 
containsKey(Object) - Method in class com.google.common.collect.AbstractMapBasedMultimap.AsMap
 
containsKey(Object) - Method in class com.google.common.collect.AbstractMapBasedMultimap
 
containsKey(Object) - Method in class com.google.common.collect.ArrayTable.ArrayMap
 
containsKey(Object) - Method in class com.google.common.collect.CompactHashMap
 
containsKey(Object) - Method in class com.google.common.collect.FilteredEntryMultimap.AsMap
 
containsKey(Object) - Method in class com.google.common.collect.FilteredEntryMultimap
 
containsKey(Object) - Method in class com.google.common.collect.FilteredKeyMultimap
 
containsKey(Object) - Method in class com.google.common.collect.ForwardingMap
 
containsKey(Object) - Method in class com.google.common.collect.ForwardingMultimap
 
containsKey(Object) - Method in class com.google.common.collect.HashBiMap
 
containsKey(Object) - Method in class com.google.common.collect.HashBiMap.Inverse
 
containsKey(Object) - Method in class com.google.common.collect.ImmutableEnumMap
 
containsKey(Object) - Method in class com.google.common.collect.ImmutableMap
 
containsKey(Object) - Method in class com.google.common.collect.ImmutableMap.MapViewOfValuesAsSingletonSets
 
containsKey(Object) - Method in class com.google.common.collect.ImmutableMultimap
 
containsKey(Object) - Method in class com.google.common.collect.LinkedListMultimap
 
containsKey(Object) - Method in class com.google.common.collect.MapMakerInternalMap
 
containsKey(Object) - Method in class com.google.common.collect.Maps.AbstractFilteredMap
 
containsKey(Object) - Method in class com.google.common.collect.Maps.AsMapView
 
containsKey(Object) - Method in class com.google.common.collect.Maps.FilteredEntryNavigableMap
 
containsKey(Object) - Method in class com.google.common.collect.Maps.FilteredKeyMap
 
containsKey(Object) - Method in class com.google.common.collect.Maps.TransformedEntriesMap
 
containsKey(Object) - Method in interface com.google.common.collect.Multimap
Returns true if this multimap contains at least one key-value pair with the key key.
containsKey(Object) - Method in class com.google.common.collect.Multimaps.AsMap
 
containsKey(Object) - Method in class com.google.common.collect.Multimaps.MapMultimap
 
containsKey(Object) - Method in class com.google.common.collect.Multimaps.TransformedEntriesMultimap
 
containsKey(Object) - Method in class com.google.common.collect.SingletonImmutableBiMap
 
containsKey(Object) - Method in class com.google.common.collect.StandardTable.Column
 
containsKey(Object) - Method in class com.google.common.collect.StandardTable.ColumnMap
 
containsKey(Object) - Method in class com.google.common.collect.StandardTable.Row
 
containsKey(Object) - Method in class com.google.common.collect.StandardTable.RowMap
 
containsKey(Object) - Method in class com.google.common.collect.Synchronized.SynchronizedMap
 
containsKey(Object) - Method in class com.google.common.collect.Synchronized.SynchronizedMultimap
 
containsKey(Object) - Method in class com.google.common.collect.testing.SafeTreeMap
 
containsKey(Object) - Method in class com.google.common.collect.TreeBasedTable.TreeRow
 
containsKey(Object) - Method in class com.google.common.collect.TreeRangeMap.AsMapOfRanges
 
containsKey(Object) - Method in class com.google.common.collect.TreeRangeMap.SubRangeMap.SubRangeMapAsMap
 
containsKey(Object) - Method in class com.google.common.collect.TreeRangeSet.ComplementRangesByLowerBound
 
containsKey(Object) - Method in class com.google.common.collect.TreeRangeSet.RangesByUpperBound
 
containsKey(Object) - Method in class com.google.common.collect.TreeRangeSet.SubRangeSetRangesByLowerBound
 
containsKey(Object) - Method in class com.google.common.graph.MapIteratorCache
 
containsKey(Object) - Method in class com.google.common.util.concurrent.AtomicLongMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object, int) - Method in class com.google.common.cache.LocalCache.Segment
 
containsKey(Object, int) - Method in class com.google.common.collect.MapMakerInternalMap.Segment
 
containsKeyImpl(Map<?, ?>, Object) - Static method in class com.google.common.collect.Maps
An admittedly inefficient implementation of Map.containsKey(java.lang.Object).
containsMapping(Object, Object, Object) - Method in class com.google.common.collect.StandardTable
 
containsNaN(double...) - Static method in class com.google.common.math.Quantiles
Returns whether any of the values in dataset are NaN.
containsNode(N) - Method in class com.google.common.graph.StandardNetwork
 
containsNode(N) - Method in class com.google.common.graph.StandardValueGraph
 
containsNullable(Annotation[]) - Static method in class com.google.common.testing.NullPointerTester
 
containsNullKey - Variable in class com.google.common.collect.testing.testers.MapPutAllTester
 
containsNullValue - Variable in class com.google.common.collect.testing.testers.MapPutAllTester
 
containsOccurrences(Multiset<?>, Multiset<?>) - Static method in class com.google.common.collect.Multisets
Returns true if subMultiset.count(o) <= superMultiset.count(o) for all o.
containsPattern(String) - Static method in class com.google.common.base.Predicates
Returns a predicate that evaluates to true if the CharSequence being tested contains any match for the given regular expression pattern.
ContainsPatternFromStringPredicate(String) - Constructor for class com.google.common.base.Predicates.ContainsPatternFromStringPredicate
 
ContainsPatternPredicate(CommonPattern) - Constructor for class com.google.common.base.Predicates.ContainsPatternPredicate
 
containsRow(Object) - Method in class com.google.common.collect.AbstractTable
 
containsRow(Object) - Method in class com.google.common.collect.ArrayTable
Returns true if the provided row key is among the row keys provided when the table was constructed.
containsRow(Object) - Method in class com.google.common.collect.ForwardingTable
 
containsRow(Object) - Method in class com.google.common.collect.StandardTable
 
containsRow(Object) - Method in class com.google.common.collect.Synchronized.SynchronizedTable
 
containsRow(Object) - Method in interface com.google.common.collect.Table
Returns true if the table contains a mapping with the specified row key.
containsRow(Object) - Method in class com.google.common.collect.Tables.TransposeTable
 
containsValue(Object) - Method in class com.google.common.cache.LocalCache
 
containsValue(Object) - Method in class com.google.common.cache.LocalCache.Segment
This method is a convenience for testing.
containsValue(Object) - Method in class com.google.common.collect.AbstractBiMap
 
containsValue(Object) - Method in class com.google.common.collect.AbstractMultimap
 
containsValue(Object) - Method in class com.google.common.collect.AbstractTable
 
containsValue(Object) - Method in class com.google.common.collect.ArrayTable
 
containsValue(Object) - Method in class com.google.common.collect.CompactHashMap
 
containsValue(Object) - Method in class com.google.common.collect.ForwardingMap
 
containsValue(Object) - Method in class com.google.common.collect.ForwardingMultimap
 
containsValue(Object) - Method in class com.google.common.collect.ForwardingTable
 
containsValue(Object) - Method in class com.google.common.collect.HashBiMap
Returns true if this BiMap contains an entry whose value is equal to value (or, equivalently, if this inverse view contains a key that is equal to value).
containsValue(Object) - Method in class com.google.common.collect.ImmutableMap
 
containsValue(Object) - Method in class com.google.common.collect.ImmutableMultimap
 
containsValue(Object) - Method in class com.google.common.collect.ImmutableTable
 
containsValue(Object) - Method in class com.google.common.collect.LinkedListMultimap
 
containsValue(Object) - Method in class com.google.common.collect.MapMakerInternalMap
 
containsValue(Object) - Method in class com.google.common.collect.MapMakerInternalMap.Segment
This method is a convenience for testing.
containsValue(Object) - Method in interface com.google.common.collect.Multimap
Returns true if this multimap contains at least one key-value pair with the value value.
containsValue(Object) - Method in class com.google.common.collect.Multimaps.MapMultimap
 
containsValue(Object) - Method in class com.google.common.collect.SingletonImmutableBiMap
 
containsValue(Object) - Method in class com.google.common.collect.StandardTable
 
containsValue(Object) - Method in class com.google.common.collect.Synchronized.SynchronizedAsMap
 
containsValue(Object) - Method in class com.google.common.collect.Synchronized.SynchronizedMap
 
containsValue(Object) - Method in class com.google.common.collect.Synchronized.SynchronizedMultimap
 
containsValue(Object) - Method in class com.google.common.collect.Synchronized.SynchronizedTable
 
containsValue(Object) - Method in interface com.google.common.collect.Table
Returns true if the table contains a mapping with the specified value.
containsValue(Object) - Method in class com.google.common.collect.Tables.TransposeTable
 
containsValue(Object) - Method in class com.google.common.collect.testing.SafeTreeMap
 
containsValueImpl(Map<?, ?>, Object) - Static method in class com.google.common.collect.Maps
containsZero - Variable in class com.google.common.base.SmallCharMatcher
 
CONTENT_DISPOSITION - Static variable in class com.google.common.net.HttpHeaders
The HTTP Content-Disposition header field name.
CONTENT_ENCODING - Static variable in class com.google.common.net.HttpHeaders
The HTTP Content-Encoding header field name.
CONTENT_LANGUAGE - Static variable in class com.google.common.net.HttpHeaders
The HTTP Content-Language header field name.
CONTENT_LENGTH - Static variable in class com.google.common.net.HttpHeaders
The HTTP Content-Length header field name.
CONTENT_LOCATION - Static variable in class com.google.common.net.HttpHeaders
The HTTP Content-Location header field name.
CONTENT_MD5 - Static variable in class com.google.common.net.HttpHeaders
The HTTP Content-MD5 header field name.
CONTENT_RANGE - Static variable in class com.google.common.net.HttpHeaders
The HTTP Content-Range header field name.
CONTENT_SECURITY_POLICY - Static variable in class com.google.common.net.HttpHeaders
The HTTP Content-Security-Policy header field name.
CONTENT_SECURITY_POLICY_REPORT_ONLY - Static variable in class com.google.common.net.HttpHeaders
The HTTP Content-Security-Policy-Report-Only header field name.
CONTENT_TYPE - Static variable in class com.google.common.net.HttpHeaders
The HTTP Content-Type header field name.
contentEquals(ByteSource) - Method in class com.google.common.io.ByteSource
Checks that the contents of this byte source are equal to the contents of the given byte source.
contents - Variable in class com.google.common.collect.ImmutableList.Builder
 
contents - Variable in class com.google.common.collect.ImmutableMultiset.Builder
 
contents - Variable in class com.google.common.collect.testing.MinimalCollection
 
Contents - Search tag in package com.google.common.base
Section
Contents - Search tag in package com.google.common.primitives
Section
context(Object) - Method in class com.google.common.eventbus.Subscriber
Gets the context for the given event.
ContiguousSet<C> - Class in com.google.common.collect
A sorted set of contiguous values in a given DiscreteDomain.
ContiguousSet(DiscreteDomain<C>) - Constructor for class com.google.common.collect.ContiguousSet
 
ContiguousSetDescendingGenerator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.ContiguousSetDescendingGenerator
 
ContiguousSetGenerator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.ContiguousSetGenerator
 
ContiguousSetHeadsetGenerator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.ContiguousSetHeadsetGenerator
 
ContiguousSetSubsetGenerator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.ContiguousSetSubsetGenerator
 
ContiguousSetTailsetGenerator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.ContiguousSetTailsetGenerator
 
convert(A) - Method in class com.google.common.base.Converter
Returns a representation of a as an instance of type B.
convert(CaseFormat, String) - Method in enum class com.google.common.base.CaseFormat
Enum values can override for performance reasons.
convert(BiMap<X, Y>, X) - Static method in class com.google.common.collect.Maps.BiMapConverter
 
convertAll(Iterable<? extends A>) - Method in class com.google.common.base.Converter
Returns an iterable that applies convert to each element of fromIterable.
convertDottedQuadToHex(String) - Static method in class com.google.common.net.InetAddresses
 
Converter<A,B> - Class in com.google.common.base
A function from A to B with an associated reverse function from B to A; used for converting back and forth between different representations of the same information.
Converter() - Constructor for class com.google.common.base.Converter
Constructor for use by subclasses.
Converter(boolean) - Constructor for class com.google.common.base.Converter
Constructor used only by LegacyConverter to suspend automatic null-handling.
Converter.ConverterComposition<A,B,C> - Class in com.google.common.base
 
Converter.FunctionBasedConverter<A,B> - Class in com.google.common.base
 
Converter.IdentityConverter<T> - Class in com.google.common.base
A converter that always converts or reverses an object to itself.
Converter.ReverseConverter<A,B> - Class in com.google.common.base
 
ConverterComposition(Converter<A, B>, Converter<B, C>) - Constructor for class com.google.common.base.Converter.ConverterComposition
 
converterTo(CaseFormat) - Method in enum class com.google.common.base.CaseFormat
Returns a serializable Converter that converts strings from this format to targetFormat.
convertToHashFloodingResistantImplementation() - Method in class com.google.common.collect.CompactHashMap
 
convertToHashFloodingResistantImplementation() - Method in class com.google.common.collect.CompactHashSet
 
convertToHashFloodingResistantImplementation() - Method in class com.google.common.collect.CompactLinkedHashMap
 
convertToHashFloodingResistantImplementation() - Method in class com.google.common.collect.CompactLinkedHashSet
 
COOKIE - Static variable in class com.google.common.net.HttpHeaders
The HTTP Cookie header field name.
coolDownIntervalMicros() - Method in class com.google.common.util.concurrent.SmoothRateLimiter
Returns the number of microseconds during cool down that we have to wait to get a new permit.
coolDownIntervalMicros() - Method in class com.google.common.util.concurrent.SmoothRateLimiter.SmoothBursty
 
coolDownIntervalMicros() - Method in class com.google.common.util.concurrent.SmoothRateLimiter.SmoothWarmingUp
 
copy() - Method in class com.google.common.collect.ImmutableSet.Builder
 
copy() - Method in class com.google.common.collect.ImmutableSet.EmptySetBuilderImpl
 
copy() - Method in class com.google.common.collect.ImmutableSet.JdkBackedSetBuilderImpl
 
copy() - Method in class com.google.common.collect.ImmutableSet.RegularSetBuilderImpl
 
copy() - Method in class com.google.common.collect.ImmutableSet.SetBuilderImpl
Creates a new copy of this SetBuilderImpl.
copy() - Method in class com.google.common.collect.ImmutableSortedSet.Builder
 
copy() - Method in class com.google.common.graph.GraphBuilder
 
copy() - Method in class com.google.common.graph.ValueGraphBuilder
 
copy() - Method in class com.google.common.hash.BloomFilter
Creates a new BloomFilter that's a copy of this instance.
copy() - Method in class com.google.common.hash.BloomFilterStrategies.LockFreeBitArray
 
copy(MapMakerInternalMap.StrongKeyDummyValueSegment<K>, MapMakerInternalMap.StrongKeyDummyValueEntry<K>, MapMakerInternalMap.StrongKeyDummyValueEntry<K>) - Method in class com.google.common.collect.MapMakerInternalMap.StrongKeyDummyValueEntry.Helper
 
copy(MapMakerInternalMap.StrongKeyStrongValueSegment<K, V>, MapMakerInternalMap.StrongKeyStrongValueEntry<K, V>, MapMakerInternalMap.StrongKeyStrongValueEntry<K, V>) - Method in class com.google.common.collect.MapMakerInternalMap.StrongKeyStrongValueEntry.Helper
 
copy(MapMakerInternalMap.StrongKeyWeakValueSegment<K, V>, MapMakerInternalMap.StrongKeyWeakValueEntry<K, V>, MapMakerInternalMap.StrongKeyWeakValueEntry<K, V>) - Method in class com.google.common.collect.MapMakerInternalMap.StrongKeyWeakValueEntry.Helper
 
copy(MapMakerInternalMap.WeakKeyDummyValueSegment<K>, MapMakerInternalMap.WeakKeyDummyValueEntry<K>, MapMakerInternalMap.WeakKeyDummyValueEntry<K>) - Method in class com.google.common.collect.MapMakerInternalMap.WeakKeyDummyValueEntry.Helper
 
copy(MapMakerInternalMap.WeakKeyStrongValueSegment<K, V>, MapMakerInternalMap.WeakKeyStrongValueEntry<K, V>, MapMakerInternalMap.WeakKeyStrongValueEntry<K, V>) - Method in class com.google.common.collect.MapMakerInternalMap.WeakKeyStrongValueEntry.Helper
 
copy(MapMakerInternalMap.WeakKeyWeakValueSegment<K, V>, MapMakerInternalMap.WeakKeyWeakValueEntry<K, V>, MapMakerInternalMap.WeakKeyWeakValueEntry<K, V>) - Method in class com.google.common.collect.MapMakerInternalMap.WeakKeyWeakValueEntry.Helper
 
copy(File, File) - Static method in class com.google.common.io.Files
Copies all the bytes from one file to another.
copy(File, OutputStream) - Static method in class com.google.common.io.Files
Copies all bytes from a file to an output stream.
copy(File, Charset, Appendable) - Static method in class com.google.common.io.Files
Deprecated.
Prefer asCharSource(from, charset).copyTo(to).
copy(InputStream, OutputStream) - Static method in class com.google.common.io.ByteStreams
Copies all bytes from the input stream to the output stream.
copy(Object[], int, int, T[]) - Static method in class com.google.common.collect.Platform
Equivalent to Arrays.copyOfRange(source, from, to, arrayOfType.getClass()).
copy(Readable, Appendable) - Static method in class com.google.common.io.CharStreams
Copies all characters between the Readable and Appendable objects.
copy(URL, OutputStream) - Static method in class com.google.common.io.Resources
Copies all bytes from a URL to an output stream.
copy(ReadableByteChannel, WritableByteChannel) - Static method in class com.google.common.io.ByteStreams
Copies all bytes from the readable channel to the writable channel.
copy(S, E, E) - Method in interface com.google.common.collect.MapMakerInternalMap.InternalEntryHelper
Returns a freshly created entry, typed at the E type, for the given segment, that is a copy of the given entry.
copyAccessEntry(ReferenceEntry<K, V>, ReferenceEntry<K, V>) - Method in enum class com.google.common.cache.LocalCache.EntryFactory
 
copyAsObjectArray(Object[], int, int) - Static method in class com.google.common.collect.ObjectArrays
Returns a copy of the specified subrange of the specified array that is literally an Object[], and not e.g.
copyEntry(LocalCache.Segment<K, V>, ReferenceEntry<K, V>, ReferenceEntry<K, V>, K) - Method in enum class com.google.common.cache.LocalCache.EntryFactory
Copies an entry, assigning it a new next entry.
copyEntry(ReferenceEntry<K, V>, ReferenceEntry<K, V>) - Method in class com.google.common.cache.LocalCache
This method is a convenience for testing.
copyEntry(ReferenceEntry<K, V>, ReferenceEntry<K, V>) - Method in class com.google.common.cache.LocalCache.Segment
Copies original into a new entry chained to newNext.
copyEntry(E, E) - Method in class com.google.common.collect.MapMakerInternalMap
This method is a convenience for testing.
copyEntry(E, E) - Method in class com.google.common.collect.MapMakerInternalMap.Segment
Returns a copy of the given entry.
copyFor(ReferenceQueue<V>, E) - Method in interface com.google.common.collect.MapMakerInternalMap.WeakValueReference
Returns a freshly created MapMakerInternalMap.WeakValueReference for the given entry (and on the given queue) with the same value as this MapMakerInternalMap.WeakValueReference.
copyFor(ReferenceQueue<V>, E) - Method in class com.google.common.collect.MapMakerInternalMap.WeakValueReferenceImpl
 
copyFor(ReferenceQueue<V>, V, ReferenceEntry<K, V>) - Method in class com.google.common.cache.LocalCache.LoadingValueReference
 
copyFor(ReferenceQueue<V>, V, ReferenceEntry<K, V>) - Method in class com.google.common.cache.LocalCache.SoftValueReference
 
copyFor(ReferenceQueue<V>, V, ReferenceEntry<K, V>) - Method in class com.google.common.cache.LocalCache.StrongValueReference
 
copyFor(ReferenceQueue<V>, V, ReferenceEntry<K, V>) - Method in interface com.google.common.cache.LocalCache.ValueReference
Creates a copy of this reference for the given entry.
copyFor(ReferenceQueue<V>, V, ReferenceEntry<K, V>) - Method in class com.google.common.cache.LocalCache.WeakValueReference
 
copyFor(ReferenceQueue<V>, V, ReferenceEntry<K, V>) - Method in class com.google.common.cache.LocalCache.WeightedSoftValueReference
 
copyFor(ReferenceQueue<V>, V, ReferenceEntry<K, V>) - Method in class com.google.common.cache.LocalCache.WeightedWeakValueReference
 
copyForTesting(MapMakerInternalMap.InternalEntry<K, V, ?>, MapMakerInternalMap.InternalEntry<K, V, ?>) - Method in class com.google.common.collect.MapMakerInternalMap.Segment
Unsafely returns a copy of the given entry.
copyFromElements(E...) - Static method in class com.google.common.collect.ImmutableMultiset
 
copyFromEntries(Collection<? extends Multiset.Entry<? extends E>>) - Static method in class com.google.common.collect.ImmutableMultiset
 
copyHighestCountFirst(Multiset<E>) - Static method in class com.google.common.collect.Multisets
Returns a copy of multiset as an ImmutableMultiset whose iteration order puts the highest count first, with ties broken by the iteration order of the original multiset.
copyIfNecessary() - Method in class com.google.common.collect.ImmutableSet.Builder
 
copyInto(C) - Method in class com.google.common.collect.FluentIterable
Copies all the elements from this fluent iterable to collection.
copyInto(S) - Method in class com.google.common.collect.Sets.SetView
Copies the current contents of this set view into an existing set.
copyIntoArray(Object[], int) - Method in class com.google.common.collect.ImmutableCollection
Copies the contents of this immutable collection into the specified array at the specified offset.
copyIntoArray(Object[], int) - Method in class com.google.common.collect.ImmutableList
 
copyIntoArray(Object[], int) - Method in class com.google.common.collect.ImmutableMapEntrySet.RegularEntrySet
 
copyIntoArray(Object[], int) - Method in class com.google.common.collect.ImmutableMultimap.Values
 
copyIntoArray(Object[], int) - Method in class com.google.common.collect.ImmutableMultiset
 
copyIntoArray(Object[], int) - Method in class com.google.common.collect.ImmutableSet.Indexed
 
copyIntoArray(Object[], int) - Method in class com.google.common.collect.IndexedImmutableSet
 
copyIntoArray(Object[], int) - Method in class com.google.common.collect.RegularImmutableAsList
 
copyIntoArray(Object[], int) - Method in class com.google.common.collect.RegularImmutableList
 
copyIntoArray(Object[], int) - Method in class com.google.common.collect.RegularImmutableSet
 
copyIntoArray(Object[], int) - Method in class com.google.common.collect.RegularImmutableSortedSet
 
copyIntoArray(Object[], int) - Method in class com.google.common.collect.SingletonImmutableSet
 
copyOf(double[]) - Static method in class com.google.common.primitives.ImmutableDoubleArray
Returns an immutable array containing the given values, in order.
copyOf(int[]) - Static method in class com.google.common.primitives.ImmutableIntArray
Returns an immutable array containing the given values, in order.
copyOf(long[]) - Static method in class com.google.common.primitives.ImmutableLongArray
Returns an immutable array containing the given values, in order.
copyOf(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.ImmutableListMultimap
Returns an immutable multimap containing the same mappings as multimap.
copyOf(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.ImmutableMultimap
Returns an immutable multimap containing the same mappings as multimap, in the "key-grouped" iteration order described in the class documentation.
copyOf(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.ImmutableSetMultimap
Returns an immutable set multimap containing the same mappings as multimap.
copyOf(Multimap<? extends K, ? extends V>, Comparator<? super V>) - Static method in class com.google.common.collect.ImmutableSetMultimap
 
copyOf(RangeMap<K, ? extends V>) - Static method in class com.google.common.collect.ImmutableRangeMap
 
copyOf(RangeSet<C>) - Static method in class com.google.common.collect.ImmutableRangeSet
Returns an immutable copy of the specified RangeSet.
copyOf(Table<? extends R, ? extends C, ? extends V>) - Static method in class com.google.common.collect.ImmutableTable
Returns an immutable copy of the provided table.
copyOf(Graph<N>) - Static method in class com.google.common.graph.Graphs
Creates a mutable copy of graph with the same nodes and edges.
copyOf(Graph<N>) - Static method in class com.google.common.graph.ImmutableGraph
Returns an immutable copy of graph.
copyOf(ImmutableGraph<N>) - Static method in class com.google.common.graph.ImmutableGraph
Deprecated.
no need to use this
copyOf(ImmutableNetwork<N, E>) - Static method in class com.google.common.graph.ImmutableNetwork
Deprecated.
no need to use this
copyOf(ImmutableValueGraph<N, V>) - Static method in class com.google.common.graph.ImmutableValueGraph
Deprecated.
no need to use this
copyOf(Network<N, E>) - Static method in class com.google.common.graph.Graphs
Creates a mutable copy of network with the same nodes and edges.
copyOf(Network<N, E>) - Static method in class com.google.common.graph.ImmutableNetwork
Returns an immutable copy of network.
copyOf(ValueGraph<N, V>) - Static method in class com.google.common.graph.Graphs
Creates a mutable copy of graph with the same nodes, edges, and edge values.
copyOf(ValueGraph<N, V>) - Static method in class com.google.common.graph.ImmutableValueGraph
Returns an immutable copy of graph.
copyOf(E[]) - Static method in class com.google.common.collect.ImmutableList
Returns an immutable list containing the given elements, in order.
copyOf(E[]) - Static method in class com.google.common.collect.ImmutableMultiset
Returns an immutable multiset containing the given elements, in the "grouped iteration order" described in the class documentation.
copyOf(E[]) - Static method in class com.google.common.collect.ImmutableSet
Returns an immutable set containing each of elements, minus duplicates, in the order each appears first in the source array.
copyOf(E[]) - Static method in class com.google.common.collect.ImmutableSortedMultiset
Returns an immutable sorted multiset containing the given elements sorted by their natural ordering.
copyOf(E[]) - Static method in class com.google.common.collect.ImmutableSortedSet
Returns an immutable sorted set containing the given elements sorted by their natural ordering.
copyOf(Iterable<? extends Table.Cell<? extends R, ? extends C, ? extends V>>) - Static method in class com.google.common.collect.ImmutableTable
 
copyOf(Iterable<? extends E>) - Static method in class com.google.common.collect.ImmutableList
Returns an immutable list containing the given elements, in order.
copyOf(Iterable<? extends E>) - Static method in class com.google.common.collect.ImmutableMultiset
Returns an immutable multiset containing the given elements, in the "grouped iteration order" described in the class documentation.
copyOf(Iterable<? extends E>) - Static method in class com.google.common.collect.ImmutableSet
Returns an immutable set containing each of elements, minus duplicates, in the order each appears first in the source iterable.
copyOf(Iterable<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedMultiset
Returns an immutable sorted multiset containing the given elements sorted by their natural ordering.
copyOf(Iterable<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedSet
Returns an immutable sorted set containing the given elements sorted by their natural ordering.
copyOf(Iterable<? extends Map.Entry<? extends K, ? extends V>>) - Static method in class com.google.common.collect.ImmutableBiMap
Returns an immutable bimap containing the given entries.
copyOf(Iterable<? extends Map.Entry<? extends K, ? extends V>>) - Static method in class com.google.common.collect.ImmutableListMultimap
Returns an immutable multimap containing the specified entries.
copyOf(Iterable<? extends Map.Entry<? extends K, ? extends V>>) - Static method in class com.google.common.collect.ImmutableMap
Returns an immutable map containing the specified entries.
copyOf(Iterable<? extends Map.Entry<? extends K, ? extends V>>) - Static method in class com.google.common.collect.ImmutableMultimap
Returns an immutable multimap containing the specified entries.
copyOf(Iterable<? extends Map.Entry<? extends K, ? extends V>>) - Static method in class com.google.common.collect.ImmutableSetMultimap
Returns an immutable multimap containing the specified entries.
copyOf(Iterable<? extends Map.Entry<? extends K, ? extends V>>) - Static method in class com.google.common.collect.ImmutableSortedMap
Returns an immutable map containing the given entries, with keys sorted by their natural ordering.
copyOf(Iterable<? extends Map.Entry<? extends K, ? extends V>>, Comparator<? super K>) - Static method in class com.google.common.collect.ImmutableSortedMap
Returns an immutable map containing the given entries, with keys sorted by the provided comparator.
copyOf(Iterable<Range<C>>) - Static method in class com.google.common.collect.ImmutableRangeSet
Returns an ImmutableRangeSet containing each of the specified disjoint ranges.
copyOf(Iterable<Double>) - Static method in class com.google.common.primitives.ImmutableDoubleArray
Returns an immutable array containing the given values, in order.
copyOf(Iterable<Integer>) - Static method in class com.google.common.primitives.ImmutableIntArray
Returns an immutable array containing the given values, in order.
copyOf(Iterable<Long>) - Static method in class com.google.common.primitives.ImmutableLongArray
Returns an immutable array containing the given values, in order.
copyOf(Collection<? extends E>) - Static method in class com.google.common.collect.ImmutableList
Returns an immutable list containing the given elements, in order.
copyOf(Collection<? extends E>) - Static method in class com.google.common.collect.ImmutableSet
Returns an immutable set containing each of elements, minus duplicates, in the order each appears first in the source collection.
copyOf(Collection<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedSet
Returns an immutable sorted set containing the given elements sorted by their natural ordering.
copyOf(Collection<Double>) - Static method in class com.google.common.primitives.ImmutableDoubleArray
Returns an immutable array containing the given values, in order.
copyOf(Collection<Integer>) - Static method in class com.google.common.primitives.ImmutableIntArray
Returns an immutable array containing the given values, in order.
copyOf(Collection<Long>) - Static method in class com.google.common.primitives.ImmutableLongArray
Returns an immutable array containing the given values, in order.
copyOf(Comparator<? super E>, Iterable<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedMultiset
Returns an immutable sorted multiset containing the given elements sorted by the given Comparator.
copyOf(Comparator<? super E>, Iterable<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedSet
Returns an immutable sorted set containing the given elements sorted by the given Comparator.
copyOf(Comparator<? super E>, Collection<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedSet
Returns an immutable sorted set containing the given elements sorted by the given Comparator.
copyOf(Comparator<? super E>, Iterator<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedMultiset
Returns an immutable sorted multiset containing the given elements sorted by the given Comparator.
copyOf(Comparator<? super E>, Iterator<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedSet
Returns an immutable sorted set containing the given elements sorted by the given Comparator.
copyOf(Iterator<? extends E>) - Static method in class com.google.common.collect.ImmutableList
Returns an immutable list containing the given elements, in order.
copyOf(Iterator<? extends E>) - Static method in class com.google.common.collect.ImmutableMultiset
Returns an immutable multiset containing the given elements, in the "grouped iteration order" described in the class documentation.
copyOf(Iterator<? extends E>) - Static method in class com.google.common.collect.ImmutableSet
Returns an immutable set containing each of elements, minus duplicates, in the order each appears first in the source iterator.
copyOf(Iterator<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedMultiset
Returns an immutable sorted multiset containing the given elements sorted by their natural ordering.
copyOf(Iterator<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedSet
Returns an immutable sorted set containing the given elements sorted by their natural ordering.
copyOf(Map<? extends Class<? extends S>, ? extends S>) - Static method in class com.google.common.collect.ImmutableClassToInstanceMap
Returns an immutable map containing the same entries as map.
copyOf(Map<? extends K, ? extends V>) - Static method in class com.google.common.collect.ImmutableBiMap
Returns an immutable bimap containing the same entries as map.
copyOf(Map<? extends K, ? extends V>) - Static method in class com.google.common.collect.ImmutableMap
Returns an immutable map containing the same entries as map.
copyOf(Map<? extends K, ? extends V>) - Static method in class com.google.common.collect.ImmutableSortedMap
Returns an immutable map containing the same entries as map, sorted by the natural ordering of the keys.
copyOf(Map<? extends K, ? extends V>, Comparator<? super K>) - Static method in class com.google.common.collect.ImmutableSortedMap
Returns an immutable map containing the same entries as map, with keys sorted by the provided comparator.
copyOf(DoubleStream) - Static method in class com.google.common.primitives.ImmutableDoubleArray
Returns an immutable array containing all the values from stream, in order.
copyOf(IntStream) - Static method in class com.google.common.primitives.ImmutableIntArray
Returns an immutable array containing all the values from stream, in order.
copyOf(LongStream) - Static method in class com.google.common.primitives.ImmutableLongArray
Returns an immutable array containing all the values from stream, in order.
copyOf(Z[]) - Static method in class com.google.common.collect.ImmutableSortedMultiset
Deprecated.
Pass parameters of type Comparable to use ImmutableSortedMultiset.copyOf(Comparable[]).
copyOf(Z[]) - Static method in class com.google.common.collect.ImmutableSortedSet
Deprecated.
Pass parameters of type Comparable to use ImmutableSortedSet.copyOf(Comparable[]).
copyOfEnumMap(EnumMap<?, ? extends V>) - Static method in class com.google.common.collect.ImmutableMap
 
copyOfEnumSet(EnumSet<?>) - Static method in class com.google.common.collect.ImmutableSet
 
copyOfInternal(Map<? extends K, ? extends V>, Comparator<? super K>) - Static method in class com.google.common.collect.ImmutableSortedMap
 
copyOfSorted(SortedMultiset<E>) - Static method in class com.google.common.collect.ImmutableSortedMultiset
Returns an immutable sorted multiset containing the elements of a sorted multiset, sorted by the same Comparator.
copyOfSorted(SortedMap<K, ? extends V>) - Static method in class com.google.common.collect.ImmutableSortedMap
Returns an immutable map containing the same entries as the provided sorted map, with the same ordering.
copyOfSorted(SortedSet<E>) - Static method in class com.google.common.collect.ImmutableSortedSet
Returns an immutable sorted set containing the elements of a sorted set, sorted by the same Comparator.
copyOfSortedEntries(Comparator<? super E>, Collection<Multiset.Entry<E>>) - Static method in class com.google.common.collect.ImmutableSortedMultiset
 
copyOnWrite - Variable in class com.google.common.collect.ImmutableList.Builder
 
copyReaderToBuilder(Reader, StringBuilder) - Static method in class com.google.common.io.CharStreams
Copies all characters between the Reader and StringBuilder objects.
copyReaderToWriter(Reader, Writer) - Static method in class com.google.common.io.CharStreams
Copies all characters between the Reader and Writer objects.
copyTo(ByteSink) - Method in class com.google.common.io.ByteSource
Copies the contents of this byte source to the given ByteSink.
copyTo(CharSink) - Method in class com.google.common.io.CharSource
Copies the contents of this source to the given sink.
copyTo(CharSink) - Method in class com.google.common.io.CharSource.StringCharSource
 
copyTo(OutputStream) - Method in class com.google.common.io.ByteSource.ByteArrayByteSource
 
copyTo(OutputStream) - Method in class com.google.common.io.ByteSource
Copies the contents of this byte source to the given OutputStream.
copyTo(Appendable) - Method in class com.google.common.io.CharSource
Appends the contents of this source to the given Appendable (such as a Writer).
copyTo(Appendable) - Method in class com.google.common.io.CharSource.StringCharSource
 
copyToList(E[]) - Static method in class com.google.common.collect.testing.Helpers
 
copyToList(Iterable<? extends E>) - Static method in class com.google.common.collect.testing.Helpers
 
copyToSet(E[]) - Static method in class com.google.common.collect.testing.Helpers
 
copyToSet(Iterable<? extends E>) - Static method in class com.google.common.collect.testing.Helpers
 
copyWriteEntry(ReferenceEntry<K, V>, ReferenceEntry<K, V>) - Method in enum class com.google.common.cache.LocalCache.EntryFactory
 
correctedDoBackward(A) - Method in class com.google.common.base.Converter.ReverseConverter
 
correctedDoBackward(B) - Method in class com.google.common.base.Converter
 
correctedDoBackward(C) - Method in class com.google.common.base.Converter.ConverterComposition
 
correctedDoForward(A) - Method in class com.google.common.base.Converter.ConverterComposition
 
correctedDoForward(A) - Method in class com.google.common.base.Converter
 
correctedDoForward(B) - Method in class com.google.common.base.Converter.ReverseConverter
 
count - Variable in class com.google.common.cache.LocalCache.Segment
The number of live elements in this segment's region.
count - Variable in class com.google.common.collect.LinkedListMultimap.KeyList
 
count - Variable in class com.google.common.collect.MapMakerInternalMap.Segment
The number of live elements in this segment's region.
count - Variable in class com.google.common.collect.Multisets.ImmutableEntry
 
count - Variable in class com.google.common.io.CountingInputStream
 
count - Variable in class com.google.common.io.CountingOutputStream
 
count - Variable in class com.google.common.math.Stats
 
count - Variable in class com.google.common.math.StatsAccumulator
 
count - Variable in class com.google.common.primitives.ImmutableDoubleArray.Builder
 
count - Variable in class com.google.common.primitives.ImmutableIntArray.Builder
 
count - Variable in class com.google.common.primitives.ImmutableLongArray.Builder
 
count() - Method in class com.google.common.math.PairedStats
Returns the number of pairs in the dataset.
count() - Method in class com.google.common.math.PairedStatsAccumulator
Returns the number of pairs in the dataset.
count() - Method in class com.google.common.math.Stats
Returns the number of values.
count() - Method in class com.google.common.math.StatsAccumulator
Returns the number of values.
count(Object) - Method in class com.google.common.collect.AbstractMapBasedMultiset
 
count(Object) - Method in class com.google.common.collect.ConcurrentHashMultiset
Returns the number of occurrences of element in this multiset.
count(Object) - Method in class com.google.common.collect.DescendingImmutableSortedMultiset
 
count(Object) - Method in class com.google.common.collect.EnumMultiset
 
count(Object) - Method in class com.google.common.collect.ForwardingMultiset
 
count(Object) - Method in class com.google.common.collect.ImmutableMultimap.Keys
 
count(Object) - Method in class com.google.common.collect.JdkBackedImmutableMultiset
 
count(Object) - Method in class com.google.common.collect.Multimaps.Keys
 
count(Object) - Method in interface com.google.common.collect.Multiset
Returns the number of occurrences of an element in this multiset (the count of the element).
count(Object) - Method in class com.google.common.collect.Multisets.FilteredMultiset
 
count(Object) - Method in class com.google.common.collect.RegularImmutableMultiset
 
count(Object) - Method in class com.google.common.collect.RegularImmutableSortedMultiset
 
count(Object) - Method in class com.google.common.collect.Synchronized.SynchronizedMultiset
 
count(Object) - Method in class com.google.common.collect.TreeMultiset
 
count(Comparator<? super E>, E) - Method in class com.google.common.collect.TreeMultiset.AvlNode
 
Count - Class in com.google.common.collect
A mutable value of type int, for multisets to use in tracking counts of values.
Count(int) - Constructor for class com.google.common.collect.Count
 
COUNT_MAP_FIELD_SETTER - Static variable in class com.google.common.collect.ConcurrentHashMultiset.FieldSettersHolder
 
countBySkipping(InputStream) - Method in class com.google.common.io.ByteSource
Counts the bytes in the given input stream using skip if possible.
countBySkipping(Reader) - Method in class com.google.common.io.CharSource
 
countDownLatch - Variable in class com.google.common.util.concurrent.testing.MockFutureListener
 
counter - Variable in class com.google.common.collect.Ordering.ArbitraryOrdering
 
countIn(CharSequence) - Method in class com.google.common.base.CharMatcher.Any
 
countIn(CharSequence) - Method in class com.google.common.base.CharMatcher
Returns the number of matching chars found in a character sequence.
countIn(CharSequence) - Method in class com.google.common.base.CharMatcher.Negated
 
countIn(CharSequence) - Method in class com.google.common.base.CharMatcher.None
 
CountingInputStream - Class in com.google.common.io
An InputStream that counts the number of bytes read.
CountingInputStream(InputStream) - Constructor for class com.google.common.io.CountingInputStream
Wraps another input stream, counting the number of bytes read.
CountingOutputStream - Class in com.google.common.io
An OutputStream that counts the number of bytes written.
CountingOutputStream(OutputStream) - Constructor for class com.google.common.io.CountingOutputStream
Wraps another output stream, counting the number of bytes written.
countMap - Variable in class com.google.common.collect.ConcurrentHashMultiset
The number of occurrences of each element.
counts - Variable in class com.google.common.collect.EnumMultiset
 
counts - Variable in class com.google.common.collect.ImmutableMultiset.SerializedForm
 
counts - Variable in class com.google.common.collect.ImmutableSortedMultiset.SerializedForm
 
countTrue(boolean...) - Static method in class com.google.common.primitives.Booleans
Returns the number of values that are true.
covariantly(Type) - Static method in class com.google.common.reflect.TypeResolver
Returns a resolver that resolves types "covariantly".
covariantTypeResolver - Variable in class com.google.common.reflect.TypeToken
Resolver for resolving covariant types with TypeToken.runtimeType as context.
CR - Static variable in class com.google.common.base.Ascii
Carriage Return ('\r'): A format effector which controls the movement of the printing position to the first printing position on the same printing line.
CRC_32 - Enum constant in enum class com.google.common.hash.Hashing.ChecksumType
 
CRC_32_C - Static variable in class com.google.common.hash.Crc32cHashFunction
 
CRC_32C - Enum constant in enum class com.google.common.hash.Hashing.ChecksumType
 
crc0 - Variable in class com.google.common.hash.Crc32cHashFunction.Crc32cHasher
 
crc1 - Variable in class com.google.common.hash.Crc32cHashFunction.Crc32cHasher
 
crc2 - Variable in class com.google.common.hash.Crc32cHashFunction.Crc32cHasher
 
crc3 - Variable in class com.google.common.hash.Crc32cHashFunction.Crc32cHasher
 
crc32() - Static method in class com.google.common.hash.Hashing
Returns a hash function implementing the CRC-32 checksum algorithm (32 hash bits).
crc32c() - Static method in class com.google.common.hash.Hashing
Returns a hash function implementing the CRC32C checksum algorithm (32 hash bits) as described by RFC 3720, Section 12.1.
crc32cConstructor() - Static method in class com.google.common.hash.Hashing.Crc32cMethodHandles
 
Crc32cHasher() - Constructor for class com.google.common.hash.Crc32cHashFunction.Crc32cHasher
 
Crc32cHashFunction - Class in com.google.common.hash
This class generates a CRC32C checksum, defined by RFC 3720, Section 12.1.
Crc32cHashFunction() - Constructor for class com.google.common.hash.Crc32cHashFunction
 
Crc32cHashFunction.Crc32cHasher - Class in com.google.common.hash
 
Crc32cMethodHandles() - Constructor for class com.google.common.hash.Hashing.Crc32cMethodHandles
 
Crc32CSupplier() - Constructor for enum class com.google.common.hash.Hashing.Crc32CSupplier
 
create() - Static method in class com.google.common.cache.LongAddables
 
create() - Static method in class com.google.common.collect.ArrayListMultimap
Creates a new, empty ArrayListMultimap with the default initial capacities.
create() - Static method in class com.google.common.collect.CompactHashMap
Creates an empty CompactHashMap instance.
create() - Static method in class com.google.common.collect.CompactHashSet
Creates an empty CompactHashSet instance.
create() - Static method in class com.google.common.collect.CompactLinkedHashMap
Creates an empty CompactLinkedHashMap instance.
create() - Static method in class com.google.common.collect.CompactLinkedHashSet
Creates an empty CompactLinkedHashSet instance.
create() - Static method in class com.google.common.collect.ConcurrentHashMultiset
Creates a new, empty ConcurrentHashMultiset using the default initial capacity, load factor, and concurrency settings.
create() - Static method in class com.google.common.collect.HashBasedTable
Creates an empty HashBasedTable.
create() - Static method in class com.google.common.collect.HashBiMap
Returns a new, empty HashBiMap with the default initial capacity (16).
create() - Static method in class com.google.common.collect.HashMultimap
Creates a new, empty HashMultimap with the default initial capacities.
create() - Static method in class com.google.common.collect.HashMultiset
Creates a new, empty HashMultiset using the default initial capacity.
create() - Static method in class com.google.common.collect.LinkedHashMultimap
Creates a new, empty LinkedHashMultimap with the default initial capacities.
create() - Static method in class com.google.common.collect.LinkedHashMultiset
Creates a new, empty LinkedHashMultiset using the default initial capacity.
create() - Static method in class com.google.common.collect.LinkedListMultimap
Creates a new, empty LinkedListMultimap with the default initial capacity.
create() - Method in class com.google.common.collect.MinMaxPriorityQueue.Builder
Builds a new min-max priority queue using the previously specified options, and having no initial contents.
create() - Static method in class com.google.common.collect.MinMaxPriorityQueue
Creates a new min-max priority queue with default settings: natural order, no maximum size, no initial contents, and an initial expected size of 11.
create() - Static method in class com.google.common.collect.MutableClassToInstanceMap
Returns a new MutableClassToInstanceMap instance backed by a HashMap using the default initial capacity and load factor.
create() - Static method in class com.google.common.collect.TreeBasedTable
Creates an empty TreeBasedTable that uses the natural orderings of both row and column keys.
create() - Static method in class com.google.common.collect.TreeMultimap
Creates an empty TreeMultimap ordered by the natural ordering of its keys and values.
create() - Static method in class com.google.common.collect.TreeMultiset
Creates a new, empty multiset, sorted according to the elements' natural order.
create() - Static method in class com.google.common.collect.TreeRangeMap
 
create() - Static method in class com.google.common.collect.TreeRangeSet
Creates an empty TreeRangeSet instance.
create() - Static method in class com.google.common.hash.LongAddables
 
create() - Static method in class com.google.common.io.Closer
Creates a new Closer.
create() - Static method in class com.google.common.util.concurrent.AtomicLongMap
Creates an AtomicLongMap.
create() - Static method in class com.google.common.util.concurrent.ExecutionSequencer
Creates a new instance.
create() - Static method in class com.google.common.util.concurrent.SettableFuture
Creates a new SettableFuture that can be completed or cancelled by a later method call.
create() - Static method in class com.google.common.util.concurrent.testing.TestingExecutors.NoOpScheduledExecutorService.NeverScheduledFuture
 
create(double) - Static method in class com.google.common.util.concurrent.RateLimiter
Creates a RateLimiter with the specified stable throughput, given as "permits per second" (commonly referred to as QPS, queries per second).
create(double, long, TimeUnit) - Static method in class com.google.common.util.concurrent.RateLimiter
Creates a RateLimiter with the specified stable throughput, given as "permits per second" (commonly referred to as QPS, queries per second), and a warmup period, during which the RateLimiter smoothly ramps up its rate, until it reaches its maximum rate at the end of the period (as long as there are enough requests to saturate it).
create(double, long, TimeUnit, double, RateLimiter.SleepingStopwatch) - Static method in class com.google.common.util.concurrent.RateLimiter
 
create(double, RateLimiter.SleepingStopwatch) - Static method in class com.google.common.util.concurrent.RateLimiter
 
create(double, Duration) - Static method in class com.google.common.util.concurrent.RateLimiter
Creates a RateLimiter with the specified stable throughput, given as "permits per second" (commonly referred to as QPS, queries per second), and a warmup period, during which the RateLimiter smoothly ramps up its rate, until it reaches its maximum rate at the end of the period (as long as there are enough requests to saturate it).
create(int) - Static method in class com.google.common.collect.EvictingQueue
Creates and returns a new evicting queue that will hold up to maxSize elements.
create(int) - Static method in class com.google.common.collect.HashBiMap
Constructs a new, empty bimap with the specified expected size.
create(int) - Static method in class com.google.common.collect.HashMultiset
Creates a new, empty HashMultiset with the specified expected number of distinct elements.
create(int) - Static method in class com.google.common.collect.LinkedHashMultiset
Creates a new, empty LinkedHashMultiset with the specified expected number of distinct elements.
create(int) - Static method in class com.google.common.collect.LinkedListMultimap
Constructs an empty LinkedListMultimap with enough capacity to hold the specified number of keys without rehashing.
create(int, int) - Static method in class com.google.common.collect.ArrayListMultimap
Constructs an empty ArrayListMultimap with enough capacity to hold the specified numbers of keys and values without resizing.
create(int, int) - Static method in class com.google.common.collect.HashBasedTable
Creates an empty HashBasedTable with the specified map sizes.
create(int, int) - Static method in class com.google.common.collect.HashMultimap
Constructs an empty HashMultimap with enough capacity to hold the specified numbers of keys and values without rehashing.
create(int, int) - Static method in class com.google.common.collect.LinkedHashMultimap
Constructs an empty LinkedHashMultimap with enough capacity to hold the specified numbers of keys and values without rehashing.
create(int, Map.Entry<K, V>[]) - Static method in class com.google.common.collect.JdkBackedImmutableBiMap
 
create(int, Map.Entry<K, V>[], boolean) - Static method in class com.google.common.collect.JdkBackedImmutableMap
Creates an ImmutableMap backed by a JDK HashMap.
create(Cut<C>, Cut<C>) - Static method in class com.google.common.collect.Range
 
create(ImmutableTable<?, ?, ?>, int[], int[]) - Static method in class com.google.common.collect.ImmutableTable.SerializedForm
 
create(MapMaker) - Static method in class com.google.common.collect.MapMakerInternalMap
Returns a fresh MapMakerInternalMap as specified by the given builder.
create(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.ArrayListMultimap
Constructs an ArrayListMultimap with the same mappings as the specified multimap.
create(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.HashMultimap
Constructs a HashMultimap with the same mappings as the specified multimap.
create(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.LinkedHashMultimap
Constructs a LinkedHashMultimap with the same mappings as the specified multimap.
create(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.LinkedListMultimap
Constructs a LinkedListMultimap with the same mappings as the specified Multimap.
create(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.TreeMultimap
Constructs a TreeMultimap, ordered by the natural ordering of its keys and values, with the same mappings as the specified multimap.
create(Range<C>, DiscreteDomain<C>) - Static method in class com.google.common.collect.ContiguousSet
Returns a ContiguousSet containing the same values in the given domain contained by the range.
create(RangeSet<C>) - Static method in class com.google.common.collect.TreeRangeSet
Returns a TreeRangeSet initialized with the ranges in the specified range set.
create(Table<? extends R, ? extends C, ? extends V>) - Static method in class com.google.common.collect.HashBasedTable
Creates a HashBasedTable with the same mappings as the specified table.
create(Table<R, C, ? extends V>) - Static method in class com.google.common.collect.ArrayTable
Creates an ArrayTable with the mappings in the provided table.
create(AnEnum[]) - Method in class com.google.common.collect.testing.google.TestEnumMultisetGenerator
 
create(AnEnum[]) - Method in class com.google.common.collect.testing.TestEnumSetGenerator
 
create(UnhashableObject[]) - Method in class com.google.common.collect.testing.google.ListGenerators.UnhashableElementsImmutableListGenerator
 
create(UnhashableObject[]) - Method in class com.google.common.collect.testing.google.MapGenerators.ImmutableMapUnhashableValuesGenerator
 
create(UnhashableObject[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetUnhashableGenerator
 
create(UnhashableObject[]) - Method in class com.google.common.collect.testing.TestUnhashableCollectionGenerator
Creates a new collection containing the given elements; implement this method instead of TestUnhashableCollectionGenerator.create(Object...).
create(TreeBasedTable<R, C, ? extends V>) - Static method in class com.google.common.collect.TreeBasedTable
Creates a TreeBasedTable with the same mappings and sort order as the specified TreeBasedTable.
create(EventBus, Object, Method) - Static method in class com.google.common.eventbus.Subscriber
Creates a Subscriber for method on listener.
create(Funnel<? super T>, int) - Static method in class com.google.common.hash.BloomFilter
Creates a BloomFilter with the expected number of insertions and a default expected false positive probability of 3%.
create(Funnel<? super T>, int, double) - Static method in class com.google.common.hash.BloomFilter
Creates a BloomFilter with the expected number of insertions and expected false positive probability.
create(Funnel<? super T>, long) - Static method in class com.google.common.hash.BloomFilter
Creates a BloomFilter with the expected number of insertions and a default expected false positive probability of 3%.
create(Funnel<? super T>, long, double) - Static method in class com.google.common.hash.BloomFilter
Creates a BloomFilter with the expected number of insertions and expected false positive probability.
create(Funnel<? super T>, long, double, BloomFilter.Strategy) - Static method in class com.google.common.hash.BloomFilter
 
create(AsyncCallable<V>) - Static method in class com.google.common.util.concurrent.TrustedListenableFutureTask
 
create(ListenableFuture<? extends V>, Class<X>, Function<? super X, ? extends V>, Executor) - Static method in class com.google.common.util.concurrent.AbstractCatchingFuture
 
create(ListenableFuture<I>, Function<? super I, ? extends O>, Executor) - Static method in class com.google.common.util.concurrent.AbstractTransformFuture
 
create(ListenableFuture<V>, long, TimeUnit, ScheduledExecutorService) - Static method in class com.google.common.util.concurrent.TimeoutFuture
 
create(E...) - Static method in class com.google.common.collect.CompactHashSet
Creates a mutable CompactHashSet instance containing the given elements in unspecified order.
create(E...) - Static method in class com.google.common.collect.CompactLinkedHashSet
Creates a CompactLinkedHashSet instance containing the given elements in unspecified order.
create(Character[]) - Method in class com.google.common.collect.testing.google.ListGenerators.CharactersOfCharSequenceGenerator
 
create(Character[]) - Method in class com.google.common.collect.testing.google.ListGenerators.CharactersOfStringGenerator
 
create(Character[]) - Method in class com.google.common.collect.testing.TestCharacterListGenerator
Creates a new collection containing the given elements; implement this method instead of TestCharacterListGenerator.create(Object...).
create(Class<E>) - Static method in class com.google.common.collect.EnumMultiset
Creates an empty EnumMultiset.
create(Class<K>) - Static method in class com.google.common.collect.EnumHashBiMap
Returns a new, empty EnumHashBiMap using the specified key type.
create(Class<K>, Class<V>) - Static method in class com.google.common.collect.EnumBiMap
Returns a new, empty EnumBiMap using the specified key and value types.
create(Integer[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ContiguousSetDescendingGenerator
 
create(Integer[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ContiguousSetGenerator
 
create(Integer[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ContiguousSetHeadsetGenerator
 
create(Integer[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ContiguousSetSubsetGenerator
 
create(Integer[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ContiguousSetTailsetGenerator
 
create(Integer[]) - Method in class com.google.common.collect.testing.TestIntegerSetGenerator
 
create(Integer[]) - Method in class com.google.common.collect.testing.TestIntegerSortedSetGenerator
 
create(Iterable<? extends E>) - Static method in class com.google.common.collect.ConcurrentHashMultiset
Creates a new ConcurrentHashMultiset containing the specified elements, using the default initial capacity, load factor, and concurrency settings.
create(Iterable<? extends E>) - Static method in class com.google.common.collect.HashMultiset
Creates a new HashMultiset containing the specified elements.
create(Iterable<? extends E>) - Static method in class com.google.common.collect.LinkedHashMultiset
Creates a new LinkedHashMultiset containing the specified elements.
create(Iterable<? extends E>) - Static method in class com.google.common.collect.MinMaxPriorityQueue
Creates a new min-max priority queue using natural order, no maximum size, and initially containing the given elements.
create(Iterable<? extends E>) - Static method in class com.google.common.collect.TreeMultiset
Creates an empty multiset containing the given initial elements, sorted according to the elements' natural order.
create(Iterable<? extends R>, Iterable<? extends C>) - Static method in class com.google.common.collect.ArrayTable
Creates an ArrayTable filled with null.
create(Iterable<? extends T>) - Method in class com.google.common.collect.MinMaxPriorityQueue.Builder
Builds a new min-max priority queue using the previously specified options, and having the given initial elements.
create(Iterable<Range<C>>) - Static method in class com.google.common.collect.TreeRangeSet
Returns a TreeRangeSet representing the union of the specified ranges.
create(Iterable<E>) - Static method in class com.google.common.collect.EnumMultiset
Creates a new EnumMultiset containing the specified elements.
create(Iterable<E>, Class<E>) - Static method in class com.google.common.collect.EnumMultiset
Returns a new EnumMultiset instance containing the given elements.
create(Object...) - Method in class com.google.common.collect.testing.CollectionTestSuiteBuilder.ReserializedCollectionGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.ForwardingTestMapGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapEntrySetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapKeySetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapSortedKeySetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapValueCollectionGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.BiMapValueSetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.InverseBiMapGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.MapGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.ListMultimapTestSuiteBuilder.MultimapAsMapGetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.ListMultimapTestSuiteBuilder.MultimapGetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.MapGenerators.ImmutableMapEntryListGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.MapGenerators.ImmutableMapValuesAsSingletonSetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder.AsMapGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder.EntriesGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder.KeysGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder.MultimapAsMapGetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder.MultimapGetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder.ReserializedMultimapGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder.ValuesGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.MultisetTestSuiteBuilder.ElementSetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.MultisetTestSuiteBuilder.EntrySetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.MultisetTestSuiteBuilder.ReserializedMultisetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSetWithBadHashesGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.SetMultimapTestSuiteBuilder.EntriesGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.SetMultimapTestSuiteBuilder.MultimapAsMapGetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.SetMultimapTestSuiteBuilder.MultimapGetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.SortedMapGenerators.ImmutableSortedMapEntryListGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.SortedMultisetTestSuiteBuilder.ForwardingTestMultisetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.TestEnumMultisetGenerator
 
create(Object...) - Method in interface com.google.common.collect.testing.google.TestMultisetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.TestStringBiMapGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.TestStringListMultimapGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.TestStringMultisetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.TestStringSetMultimapGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.ListTestSuiteBuilder.ReserializedListGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.MapTestSuiteBuilder.ReserializedMapGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.NavigableMapTestSuiteBuilder.DescendingTestMapGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.OneSizeGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.ReserializingTestCollectionGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.ReserializingTestSetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.SetTestSuiteBuilder.ReserializedSetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.TestCharacterListGenerator
 
create(Object...) - Method in interface com.google.common.collect.testing.TestContainerGenerator
Creates a new container containing the given elements.
create(Object...) - Method in class com.google.common.collect.testing.TestEnumMapGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.TestEnumSetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.TestIntegerSetGenerator
 
create(Object...) - Method in interface com.google.common.collect.testing.TestListGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.TestMapEntrySetGenerator
 
create(Object...) - Method in interface com.google.common.collect.testing.TestQueueGenerator
 
create(Object...) - Method in interface com.google.common.collect.testing.TestSetGenerator
 
create(Object...) - Method in interface com.google.common.collect.testing.TestSortedMapGenerator
 
create(Object...) - Method in interface com.google.common.collect.testing.TestSortedSetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.TestStringCollectionGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.TestStringListGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.TestStringMapGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.TestStringQueueGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.TestStringSetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.TestStringSortedMapGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.TestStringSortedSetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.TestUnhashableCollectionGenerator
 
create(Runnable, V) - Static method in class com.google.common.util.concurrent.ListenableFutureTask
Creates a ListenableFutureTask that will upon running, execute the given Runnable, and arrange that get will return the given result on successful completion.
create(Runnable, V) - Static method in class com.google.common.util.concurrent.TrustedListenableFutureTask
Creates a ListenableFutureTask that will upon running, execute the given Runnable, and arrange that get will return the given result on successful completion.
create(String[]) - Method in class com.google.common.collect.testing.google.ListGenerators.BuilderAddAllListGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.ListGenerators.BuilderAddListGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.ListGenerators.BuilderReversedListGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.ListGenerators.ImmutableListHeadSubListGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.ListGenerators.ImmutableListMiddleSubListGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.ListGenerators.ImmutableListOfGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.ListGenerators.ImmutableListTailSubListGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.MapGenerators.ImmutableMapKeyListGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.MapGenerators.ImmutableMapValueListGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.DegeneratedImmutableSetGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSetAsListGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSetCopyOfGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSetSizedBuilderGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSetTooBigBuilderGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSetTooSmallBuilderGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSetUnsizedBuilderGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetAsListGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetAsListSubListGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetCopyOfGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetDescendingAsListGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetDescendingGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetExplicitComparator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetExplicitSuperclassComparatorGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetHeadsetGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetReversedOrderGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetSubsetAsListGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetSubsetAsListSubListGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetSubsetGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetTailsetGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SortedMapGenerators.ImmutableSortedMapKeyListGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SortedMapGenerators.ImmutableSortedMapValueListGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.TestStringMultisetGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.TestStringCollectionGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.TestStringListGenerator
Creates a new collection containing the given elements; implement this method instead of TestStringListGenerator.create(Object...).
create(String[]) - Method in class com.google.common.collect.testing.TestStringQueueGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.TestStringSetGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.TestStringSortedSetGenerator
 
create(String, String) - Static method in class com.google.common.net.MediaType
Creates a new media type with the given type and subtype.
create(String, String, Multimap<String, String>) - Static method in class com.google.common.net.MediaType
 
create(Throwable...) - Static method in exception class com.google.common.testing.ClusterException
create(Collection<? extends Multiset.Entry<? extends E>>) - Static method in class com.google.common.collect.JdkBackedImmutableMultiset
 
create(Collection<? extends Multiset.Entry<? extends E>>) - Static method in class com.google.common.collect.RegularImmutableMultiset
 
create(Collection<? extends E>) - Static method in class com.google.common.collect.CompactHashSet
Creates a mutable CompactHashSet instance containing the elements of the given collection in unspecified order.
create(Collection<? extends E>) - Static method in class com.google.common.collect.CompactLinkedHashSet
Creates a mutable CompactLinkedHashSet instance containing the elements of the given collection in the order returned by the collection's iterator.
create(Collection<? extends Throwable>) - Static method in exception class com.google.common.testing.ClusterException
Given a collection of exceptions, returns a RuntimeException, with the following rules: If exceptions has a single exception and that exception is a RuntimeException, return it If exceptions has a single exceptions and that exceptions is not a RuntimeException, return a simple RuntimeException that wraps it Otherwise, return an instance of ClusterException that wraps the first exception in the exceptions collection.
create(Comparator<? super E>) - Static method in class com.google.common.collect.TreeMultiset
Creates a new, empty multiset, sorted according to the specified comparator.
create(Comparator<? super K>, Comparator<? super V>) - Static method in class com.google.common.collect.TreeMultimap
Creates an empty TreeMultimap instance using explicit comparators.
create(Comparator<? super R>, Comparator<? super C>) - Static method in class com.google.common.collect.TreeBasedTable
Creates an empty TreeBasedTable that is ordered by the specified comparators.
create(Callable<V>) - Static method in class com.google.common.util.concurrent.ListenableFutureTask
Creates a ListenableFutureTask that will upon running, execute the given Callable.
create(Callable<V>) - Static method in class com.google.common.util.concurrent.TrustedListenableFutureTask
 
create(ConcurrentMap<E, AtomicInteger>) - Static method in class com.google.common.collect.ConcurrentHashMultiset
Creates a new, empty ConcurrentHashMultiset using countMap as the internal backing map.
create(ExecutorService) - Static method in class com.google.common.util.concurrent.SimpleTimeLimiter
Creates a TimeLimiter instance using the given executor service to execute method calls.
create(List<? extends List<? extends E>>) - Static method in class com.google.common.collect.CartesianList
 
create(List<? extends Set<? extends E>>) - Static method in class com.google.common.collect.Sets.CartesianSet
 
create(Map.Entry<AnEnum, String>[]) - Method in class com.google.common.collect.testing.google.MapGenerators.ImmutableEnumMapGenerator
 
create(Map.Entry<AnEnum, String>[]) - Method in class com.google.common.collect.testing.google.MapGenerators.ImmutableMapCopyOfEnumMapGenerator
 
create(Map.Entry<AnEnum, String>[]) - Method in class com.google.common.collect.testing.TestEnumMapGenerator
 
create(Map.Entry<String, String>[]) - Method in class com.google.common.collect.testing.google.BiMapGenerators.ImmutableBiMapCopyOfEntriesGenerator
 
create(Map.Entry<String, String>[]) - Method in class com.google.common.collect.testing.google.BiMapGenerators.ImmutableBiMapCopyOfGenerator
 
create(Map.Entry<String, String>[]) - Method in class com.google.common.collect.testing.google.BiMapGenerators.ImmutableBiMapGenerator
 
create(Map.Entry<String, String>[]) - Method in class com.google.common.collect.testing.google.MapGenerators.ImmutableMapCopyOfEntriesGenerator
 
create(Map.Entry<String, String>[]) - Method in class com.google.common.collect.testing.google.MapGenerators.ImmutableMapCopyOfGenerator
 
create(Map.Entry<String, String>[]) - Method in class com.google.common.collect.testing.google.MapGenerators.ImmutableMapGenerator
 
create(Map.Entry<String, String>[]) - Method in class com.google.common.collect.testing.google.SortedMapGenerators.ImmutableSortedMapCopyOfEntriesGenerator
 
create(Map.Entry<String, String>[]) - Method in class com.google.common.collect.testing.google.SortedMapGenerators.ImmutableSortedMapGenerator
 
create(Map.Entry<String, String>[]) - Method in class com.google.common.collect.testing.google.TestStringBiMapGenerator
 
create(Map.Entry<String, String>[]) - Method in class com.google.common.collect.testing.google.TestStringListMultimapGenerator
 
create(Map.Entry<String, String>[]) - Method in class com.google.common.collect.testing.google.TestStringSetMultimapGenerator
 
create(Map.Entry<String, String>[]) - Method in class com.google.common.collect.testing.TestStringMapGenerator
 
create(Map.Entry<String, String>[]) - Method in class com.google.common.collect.testing.TestStringSortedMapGenerator
 
create(Map<? extends K, ? extends Long>) - Static method in class com.google.common.util.concurrent.AtomicLongMap
Creates an AtomicLongMap with the same mappings as the specified Map.
create(Map<? extends K, ? extends V>) - Static method in class com.google.common.collect.HashBiMap
Constructs a new bimap containing initial values from map.
create(Map<Character, String>) - Static method in class com.google.common.escape.ArrayBasedEscaperMap
Returns a new ArrayBasedEscaperMap for creating ArrayBasedCharEscaper or ArrayBasedUnicodeEscaper instances.
create(Map<Class<? extends B>, B>) - Static method in class com.google.common.collect.MutableClassToInstanceMap
Returns a new MutableClassToInstanceMap instance backed by a given empty backingMap.
create(Map<K, ? extends V>) - Static method in class com.google.common.collect.EnumHashBiMap
Constructs a new bimap with the same mappings as the specified map.
create(Map<K, V>) - Static method in class com.google.common.collect.EnumBiMap
Returns a new bimap with the same mappings as the specified map.
create(K, V, RemovalCause) - Static method in class com.google.common.cache.RemovalNotification
Creates a new RemovalNotification for the given key/value pair, with the given cause for the removal.
create(V, V) - Static method in class com.google.common.collect.Maps.ValueDifferenceImpl
 
createApplicationType(String) - Static method in class com.google.common.net.MediaType
Creates a media type with the "application" type and the given subtype.
createArray(int) - Method in class com.google.common.collect.testing.CollectionTestSuiteBuilder.ReserializedCollectionGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.ForwardingTestMapGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapEntrySetGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapKeySetGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapValueCollectionGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.BiMapValueSetGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.InverseBiMapGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.MapGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.MapGenerators.ImmutableMapEntryListGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.MapGenerators.ImmutableMapValuesAsSingletonSetGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder.AsMapGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder.EntriesGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder.KeysGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder.MultimapGetGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder.ReserializedMultimapGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder.ValuesGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.MultisetTestSuiteBuilder.ElementSetGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.MultisetTestSuiteBuilder.EntrySetGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.MultisetTestSuiteBuilder.ReserializedMultisetGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.SortedMapGenerators.ImmutableSortedMapEntryListGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.SortedMultisetTestSuiteBuilder.ForwardingTestMultisetGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.TestEnumMultisetGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.TestStringBiMapGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.TestStringListMultimapGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.TestStringMultisetGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.TestStringSetMultimapGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.ListTestSuiteBuilder.ReserializedListGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.MapTestSuiteBuilder.ReserializedMapGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.OneSizeGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.ReserializingTestCollectionGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.SetTestSuiteBuilder.ReserializedSetGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.TestCharacterListGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.TestCollidingSetGenerator
 
createArray(int) - Method in interface com.google.common.collect.testing.TestContainerGenerator
Helper method to create an array of the appropriate type used by this generator.
createArray(int) - Method in class com.google.common.collect.testing.TestEnumMapGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.TestEnumSetGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.TestIntegerSetGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.TestMapEntrySetGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.TestStringCollectionGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.TestStringListGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.TestStringMapGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.TestStringQueueGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.TestStringSetGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.TestUnhashableCollectionGenerator
 
createArrayWithDuplicateElement() - Method in class com.google.common.collect.testing.AbstractContainerTester
 
createArrayWithNullElement() - Method in class com.google.common.collect.testing.AbstractCollectionTester
 
createArrayWithNullKey() - Method in class com.google.common.collect.testing.AbstractMapTester
 
createArrayWithNullKey() - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
createArrayWithNullKeyAndValue() - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
createArrayWithNullValue() - Method in class com.google.common.collect.testing.AbstractMapTester
 
createArrayWithNullValue() - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
createAsList() - Method in class com.google.common.collect.ImmutableMapEntrySet.RegularEntrySet
 
createAsList() - Method in class com.google.common.collect.ImmutableSet.CachingAsList
 
createAsList() - Method in class com.google.common.collect.ImmutableSet.Indexed
 
createAsList() - Method in class com.google.common.collect.IndexedImmutableSet
 
createAsList() - Method in class com.google.common.collect.RegularContiguousSet
 
createAsList() - Method in class com.google.common.collect.RegularImmutableBiMap.Inverse.InverseEntrySet
 
createAsList() - Method in class com.google.common.collect.RegularImmutableSet
 
createAsList() - Method in class com.google.common.collect.RegularImmutableSortedSet
 
createAsMap() - Method in class com.google.common.collect.AbstractMapBasedMultimap
 
createAsMap() - Method in class com.google.common.collect.AbstractMultimap
 
createAsMap() - Method in class com.google.common.collect.FilteredEntryMultimap
 
createAsMap() - Method in class com.google.common.collect.FilteredKeyMultimap
 
createAsMap() - Method in class com.google.common.collect.ImmutableMultimap
 
createAsMap() - Method in class com.google.common.collect.LinkedListMultimap
 
createAsMap() - Method in class com.google.common.collect.Multimaps.CustomListMultimap
 
createAsMap() - Method in class com.google.common.collect.Multimaps.CustomMultimap
 
createAsMap() - Method in class com.google.common.collect.Multimaps.CustomSetMultimap
 
createAsMap() - Method in class com.google.common.collect.Multimaps.CustomSortedSetMultimap
 
createAsMap() - Method in class com.google.common.collect.Multimaps.MapMultimap
 
createAsMap() - Method in class com.google.common.collect.Multimaps.TransformedEntriesMultimap
 
createAsMap() - Method in class com.google.common.collect.TreeMultimap
 
createAsMap() - Method in class com.google.common.util.concurrent.AtomicLongMap
 
createAsync(ListenableFuture<? extends V>, Class<X>, AsyncFunction<? super X, ? extends V>, Executor) - Static method in class com.google.common.util.concurrent.AbstractCatchingFuture
 
createAsync(ListenableFuture<I>, AsyncFunction<? super I, ? extends O>, Executor) - Static method in class com.google.common.util.concurrent.AbstractTransformFuture
 
createAudioType(String) - Static method in class com.google.common.net.MediaType
Creates a media type with the "audio" type and the given subtype.
createBuffer() - Static method in class com.google.common.io.ByteStreams
Creates a new byte array for buffering reads or writes.
createBuffer() - Static method in class com.google.common.io.CharStreams
Creates a new CharBuffer for buffering reads or writes.
createCellSet() - Method in class com.google.common.collect.AbstractTable
 
createCellSet() - Method in class com.google.common.collect.ImmutableTable
 
createCellSet() - Method in class com.google.common.collect.RegularImmutableTable
 
createCellSet() - Method in class com.google.common.collect.SingletonImmutableTable
 
createCollection() - Method in class com.google.common.collect.AbstractListMultimap
 
createCollection() - Method in class com.google.common.collect.AbstractMapBasedMultimap
Creates the collection of values for a single key.
createCollection() - Method in class com.google.common.collect.AbstractSetMultimap
 
createCollection() - Method in class com.google.common.collect.AbstractSortedSetMultimap
 
createCollection() - Method in class com.google.common.collect.ArrayListMultimap
Creates a new, empty ArrayList to hold the collection of values for an arbitrary key.
createCollection() - Method in class com.google.common.collect.HashMultimap
Creates the collection of values for a single key.