Index
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
- 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 ofTestSortedMapGenerator.aboveSamplesLesser(). - aboveSamplesGreater() - Method in interface com.google.common.collect.testing.TestSortedSetGenerator
-
Returns an element greater than the
TestContainerGenerator.samples()and greater thanTestSortedSetGenerator.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 ofTestSortedMapGenerator.aboveSamplesGreater(). - aboveSamplesLesser() - Method in interface com.google.common.collect.testing.TestSortedSetGenerator
-
Returns an element greater than the
TestContainerGenerator.samples()but less thanTestSortedSetGenerator.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
Optionalinstance 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
Optionalnot containing a reference. - Absent() - Constructor for class com.google.common.base.Absent
- absentFeatures - Variable in class com.google.common.collect.testing.features.TesterRequirements
- 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
Mapinstances. - 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
AbstractBiMapsubclass. - 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
Hasherthat handles converting primitives to bytes using a scratchByteBufferand 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
Cacheinterface 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.StatsCounterimplementation for use byCacheimplementors. - AbstractCache.StatsCounter - Interface in com.google.common.cache
-
Accumulates statistics during the operation of a
Cachefor presentation byCache.stats(). - AbstractCacheSet() - Constructor for class com.google.common.cache.LocalCache.AbstractCacheSet
- AbstractCatchingFuture<V,
X extends Throwable, 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 extends Throwable> - Class in com.google.common.util.concurrent -
An
AbstractCatchingFuturethat delegates to anAsyncFunctionandAbstractFuture.setFuture(ListenableFuture). - AbstractCatchingFuture.CatchingFuture<V,
X extends Throwable> - 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 extends AbstractCollectionTestSuiteBuilder<B,
E>, 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
CollectionandMap) 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
NetworkConnectionsfor 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
-
Base class for services that can implement
AbstractExecutionThreadService.startUp(),AbstractExecutionThreadService.run()andAbstractExecutionThreadService.shutDown()methods. - 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.listenersfield. - 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.AtomicHelperbased onsynchronizedand 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.AtomicHelperbased onUnsafe. - AbstractFuture.Waiter - Class in com.google.common.util.concurrent
-
Waiter links form a Treiber stack, in the
AbstractFuture.waitersfield. - 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 implementHasher.putByte(byte). - AbstractHasher() - Constructor for class com.google.common.hash.AbstractHasher
- AbstractHashFunction - Class in com.google.common.hash
-
Skeleton implementation of
HashFunctionin terms ofHashFunction.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
- AbstractIndexedListIterator<E> - Class in com.google.common.collect
-
This class provides a skeletal implementation of the
ListIteratorinterface 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
-
Abstract implementation of
InvocationHandlerthat handlesObject.equals(java.lang.Object),Object.hashCode()andObject.toString(). - 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
Iteratorinterface, 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 extends Iterator<E>> - Class in com.google.common.collect.testing -
Most of the logic for
IteratorTesterandListIteratorTester. - 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
ListIteratorthat works from a list of elements and a set of features to support (from the enclosingAbstractIteratorTesterinstance). - AbstractIteratorTester.PermittedMetaException - Exception in com.google.common.collect.testing
-
Meta-exception thrown by
AbstractIteratorTester.MultiExceptionListIteratorinstead of throwing any particular exception type. - AbstractIteratorTester.Stimulus<E,
T extends Iterator<E>> - Class in com.google.common.collect.testing - AbstractIteratorTester.UnknownElementException - Exception 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
ListeningExecutorServiceimplementation that createsListenableFutureinstances for eachRunnableandCallablesubmitted 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
ListIndexOfTesterandListLastIndexOfTester. - AbstractListIndexOfTester() - Constructor for class com.google.common.collect.testing.testers.AbstractListIndexOfTester
- AbstractListMultimap<K,
V> - Class in com.google.common.collect -
Basic implementation of the
ListMultimapinterface. - 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
ListMultimaptesters. - 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
Cacheinterface 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
Multimapinterface. - 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 ofMap<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, andtoStringmethods ofEntry. - 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
Multimapimplementation, not necessarily in terms of aMap. - 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 extends Multimap<K, V>> - Class in com.google.common.collect.testing.google -
Superclass for all
Multimaptesters. - 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
Multisetinterface. - 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
-
Common superclass for
MultisetSetCountUnconditionallyTesterandMultisetSetCountConditionallyTester. - 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 extends Comparable> - 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()andAbstractScheduledService.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.Schedulerthat provides a convenient way for theAbstractScheduledServiceto 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
AbstractScheduledServiceshould 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
Iteratorinterface 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
firstOrNullis 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()andAbstractService.doStop()requests, responding to them withAbstractService.notifyStarted()andAbstractService.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
SetMultimapinterface. - 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
SortedSetMultimapwith 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
SortedMultisetinterface. - 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
SortedSetMultimapinterface. - 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, E) - 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
Tableinterface. - 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 -
An
AbstractTransformFuturethat delegates to anAsyncFunctionandAbstractFuture.setFuture(ListenableFuture). - AbstractTransformFuture.TransformFuture<I,
O> - Class in com.google.common.util.concurrent - AbstractUndirectedNetworkConnections<N,
E> - Class in com.google.common.graph -
A base implementation of
NetworkConnectionsfor 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, E) - 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.ValueAndCloserfor the last step in aClosingFuturepipeline. - accept(File, String) - Method in class com.google.common.io.PatternFilenameFilter
- ACCEPT - Static variable in class com.google.common.net.HttpHeaders
-
The HTTP
Acceptheader field name. - ACCEPT_CH - Static variable in class com.google.common.net.HttpHeaders
-
The HTTP
Accept-CHheader field name. - ACCEPT_CHARSET - Static variable in class com.google.common.net.HttpHeaders
-
The HTTP
Accept-Charsetheader field name. - ACCEPT_ENCODING - Static variable in class com.google.common.net.HttpHeaders
-
The HTTP
Accept-Encodingheader field name. - ACCEPT_LANGUAGE - Static variable in class com.google.common.net.HttpHeaders
-
The HTTP
Accept-Languageheader field name. - ACCEPT_RANGES - Static variable in class com.google.common.net.HttpHeaders
-
The HTTP
Accept-Rangesheader field name. - ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class com.google.common.net.HttpHeaders
-
The HTTP
Access-Control-Allow-Credentialsheader field name. - ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class com.google.common.net.HttpHeaders
-
The HTTP
Access-Control-Allow-Headersheader field name. - ACCESS_CONTROL_ALLOW_METHODS - Static variable in class com.google.common.net.HttpHeaders
-
The HTTP
Access-Control-Allow-Methodsheader field name. - ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class com.google.common.net.HttpHeaders
-
The HTTP
Access-Control-Allow-Originheader field name. - ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class com.google.common.net.HttpHeaders
-
The HTTP
Access-Control-Expose-Headersheader field name. - ACCESS_CONTROL_MAX_AGE - Static variable in class com.google.common.net.HttpHeaders
-
The HTTP
Access-Control-Max-Ageheader field name. - ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class com.google.common.net.HttpHeaders
-
The HTTP
Access-Control-Request-Headersheader field name. - ACCESS_CONTROL_REQUEST_METHOD - Static variable in class com.google.common.net.HttpHeaders
-
The HTTP
Access-Control-Request-Methodheader 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(K, long, LongBinaryOperator) - Method in class com.google.common.util.concurrent.AtomicLongMap
-
Updates the value currently associated with
keyby combining it withxvia 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)andCycleDetectingLockFactory.lockStateChanged(CycleDetectingLock). - 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
- 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
valueto the end of the values the builtImmutableDoubleArraywill 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
valueto the end of the values the builtImmutableIntArraywill 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
valueto the end of the values the builtImmutableLongArraywill 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 a 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
elementto theImmutableCollectionbeing built. - add(E) - Method in class com.google.common.collect.ImmutableList.Builder
-
Adds
elementto theImmutableList. - add(E) - Method in class com.google.common.collect.ImmutableMultiset.Builder
-
Adds
elementto theImmutableMultiset. - 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
elementto theImmutableSortedMultiset. - add(E) - Method in class com.google.common.collect.ImmutableSortedSet.Builder
-
Adds
elementto theImmutableSortedSet. - 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
elementsto theImmutableCollectionbeing built. - add(E...) - Method in class com.google.common.collect.ImmutableList.Builder
-
Adds each element of
elementsto theImmutableList. - add(E...) - Method in class com.google.common.collect.ImmutableMultiset.Builder
-
Adds each element of
elementsto theImmutableMultiset. - 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
elementsto theImmutableSortedMultiset. - add(E...) - Method in class com.google.common.collect.ImmutableSortedSet.Builder
-
Adds each element of
elementsto theImmutableSortedSet, 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
Runnableand accompanyingExecutorto 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=valueformat. - add(String, char) - Method in class com.google.common.base.MoreObjects.ToStringHelper
-
Adds a name/value pair to the formatted output in
name=valueformat. - add(String, double) - Method in class com.google.common.base.MoreObjects.ToStringHelper
-
Adds a name/value pair to the formatted output in
name=valueformat. - add(String, float) - Method in class com.google.common.base.MoreObjects.ToStringHelper
-
Adds a name/value pair to the formatted output in
name=valueformat. - add(String, int) - Method in class com.google.common.base.MoreObjects.ToStringHelper
-
Adds a name/value pair to the formatted output in
name=valueformat. - add(String, long) - Method in class com.google.common.base.MoreObjects.ToStringHelper
-
Adds a name/value pair to the formatted output in
name=valueformat. - add(String, Object) - Method in class com.google.common.base.MoreObjects.ToStringHelper
-
Adds a name/value pair to the formatted output in
name=valueformat. - 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 builtImmutableDoubleArraywill 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 builtImmutableIntArraywill 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 builtImmutableLongArraywill 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 builtImmutableDoubleArraywill contain. - addAll(ImmutableIntArray) - Method in class com.google.common.primitives.ImmutableIntArray.Builder
-
Appends
values, in order, to the end of the values the builtImmutableIntArraywill contain. - addAll(ImmutableLongArray) - Method in class com.google.common.primitives.ImmutableLongArray.Builder
-
Appends
values, in order, to the end of the values the builtImmutableLongArraywill contain. - addAll(Iterable<? extends E>) - Method in class com.google.common.collect.ImmutableCollection.Builder
-
Adds each element of
elementsto theImmutableCollectionbeing built. - addAll(Iterable<? extends E>) - Method in class com.google.common.collect.ImmutableList.Builder
-
Adds each element of
elementsto theImmutableList. - addAll(Iterable<? extends E>) - Method in class com.google.common.collect.ImmutableMultiset.Builder
-
Adds each element of
elementsto theImmutableMultiset. - addAll(Iterable<? extends E>) - Method in class com.google.common.collect.ImmutableSet.Builder
-
Adds each element of
elementsto theImmutableSet, 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
elementsto theImmutableSortedMultiset. - addAll(Iterable<? extends E>) - Method in class com.google.common.collect.ImmutableSortedSet.Builder
-
Adds each element of
elementsto theImmutableSortedSet, 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 builtImmutableDoubleArraywill contain. - addAll(Iterable<Integer>) - Method in class com.google.common.primitives.ImmutableIntArray.Builder
-
Appends
values, in order, to the end of the values the builtImmutableIntArraywill contain. - addAll(Iterable<Long>) - Method in class com.google.common.primitives.ImmutableLongArray.Builder
-
Appends
values, in order, to the end of the values the builtImmutableLongArraywill 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 builtImmutableDoubleArraywill contain. - addAll(Collection<Integer>) - Method in class com.google.common.primitives.ImmutableIntArray.Builder
-
Appends
values, in order, to the end of the values the builtImmutableIntArraywill contain. - addAll(Collection<Long>) - Method in class com.google.common.primitives.ImmutableLongArray.Builder
-
Appends
values, in order, to the end of the values the builtImmutableLongArraywill contain. - addAll(Collection<T>, Iterable<? extends T>) - Static method in class com.google.common.collect.Iterables
-
Adds all elements in
iterabletocollection. - addAll(Collection<T>, Iterator<? extends T>) - Static method in class com.google.common.collect.Iterators
-
Adds all elements in
iteratortocollection. - addAll(Iterator<? extends E>) - Method in class com.google.common.collect.ImmutableCollection.Builder
-
Adds each element of
elementsto theImmutableCollectionbeing built. - addAll(Iterator<? extends E>) - Method in class com.google.common.collect.ImmutableList.Builder
-
Adds each element of
elementsto theImmutableList. - addAll(Iterator<? extends E>) - Method in class com.google.common.collect.ImmutableMultiset.Builder
-
Adds each element of
elementsto theImmutableMultiset. - 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
elementsto theImmutableSortedMultiset. - addAll(Iterator<? extends E>) - Method in class com.google.common.collect.ImmutableSortedSet.Builder
-
Adds each element of
elementsto theImmutableSortedSet, 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 builtImmutableDoubleArraywill 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 builtImmutableIntArraywill 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 builtImmutableLongArraywill contain. - addAllImpl(Multiset<E>, Multiset<? extends E>) - Static method in class com.google.common.collect.Multisets
-
A specialization of
addAllImplfor whenelementsis itself a Multiset. - addAllImpl(Multiset<E>, Collection<? extends E>) - Static method in class com.google.common.collect.Multisets
-
An implementation of
Collection.addAll(java.util.Collection<? extends E>). - 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
deltato the value currently associated withkey, 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
edgeconnectingendpoints. - addEdge(EndpointPair<N>, E) - Method in interface com.google.common.graph.MutableNetwork
-
Adds
edgeconnectingendpoints. - 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
edgeconnectingnodeUtonodeV. - addEdge(N, N, E) - Method in interface com.google.common.graph.MutableNetwork
-
Adds
edgeconnectingnodeUtonodeV. - addEdge(N, N, E) - Method in class com.google.common.graph.StandardMutableNetwork
- addEqualityGroup(Object...) - Method in class com.google.common.testing.EqualsTester
-
Adds
equalityGroupwith 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
edgeto 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
seenwith the exception that was passed tosetException. - 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.Listenerto be executed on the given executor. - addListener(ServiceManager.Listener, Executor) - Method in class com.google.common.util.concurrent.ServiceManager
-
Registers a
ServiceManager.Listenerto 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
enqueuedanddispatched. - 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
nextSiblingelement, or at the end of the list ifnextSiblingis null. - addNode(N) - Method in class com.google.common.graph.ImmutableGraph.Builder
-
Adds
nodeif it is not already present. - addNode(N) - Method in class com.google.common.graph.ImmutableNetwork.Builder
-
Adds
nodeif it is not already present. - addNode(N) - Method in class com.google.common.graph.ImmutableValueGraph.Builder
-
Adds
nodeif it is not already present. - addNode(N) - Method in interface com.google.common.graph.MutableGraph
-
Adds
nodeif it is not already present. - addNode(N) - Method in interface com.google.common.graph.MutableNetwork
-
Adds
nodeif it is not already present. - addNode(N) - Method in interface com.google.common.graph.MutableValueGraph
-
Adds
nodeif 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
nodeto the graph and returns the associatedNetworkConnections. - addNodeInternal(N) - Method in class com.google.common.graph.StandardMutableValueGraph
-
Adds
nodeto the graph and returns the associatedGraphConnections. - 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
edgeto 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
nodeas 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
nodeas a successor to the origin node. - addSuccessor(N, V) - Method in class com.google.common.graph.UndirectedGraphConnections
- addSuppressed - Variable in class com.google.common.io.Closer.SuppressingSuppressor
- 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 the edges which have an
incident nodein common withedge. - 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
nodealong 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 the nodes which have an incident edge in common with
nodein 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 the nodes which have an incident edge in common with
nodein this graph. - adjacentNodes(N) - Method in interface com.google.common.graph.Network
-
Returns the nodes which have an incident edge in common with
nodein this network. - 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 the nodes which have an incident edge in common with
nodein 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.successorIteratoris 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
timeintimeUnit. - 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()oniterator, eithernumberToAdvancetimes or untilhasNext()returnsfalse, 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
Ageheader 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
trueif every element initerablesatisfies 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
trueif every element returned byiteratorsatisfies 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.
- allAsList(ListenableFuture<? extends V>...) - Static method in class com.google.common.util.concurrent.Futures
-
Creates a new
ListenableFuturewhose 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
ListenableFuturewhose 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
trueif 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
Allowheader 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
NullPointerExceptionon anynullqueries. - ALLOWS_NULL_ENTRY_QUERIES - Enum constant in enum class com.google.common.collect.testing.features.MapFeature
-
The map does not throw
NullPointerExceptionon calls such asentrySet().contains(null)orentrySet().remove(null) - ALLOWS_NULL_KEY_QUERIES - Enum constant in enum class com.google.common.collect.testing.features.MapFeature
-
The map does not throw
NullPointerExceptionon calls such ascontainsKey(null),get(null),keySet().contains(null)orremove(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
NullPointerExceptionon calls such ascontains(null)orremove(null), but instead must return a simplefalse. - ALLOWS_NULL_VALUE_QUERIES - Enum constant in enum class com.google.common.collect.testing.features.MapFeature
-
The map does not throw
NullPointerExceptionon calls such ascontainsValue(null),values().contains(null)orvalues().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
- ALTERNATE_ADVANCE_AND_SPLIT - Enum constant in enum class com.google.common.collect.testing.SpliteratorTester.SpliteratorDecompositionStrategy
- 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 = x2toy = 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
trueif each of its components evaluates totrue. - and(Predicate<? super T>, Predicate<? super T>) - Static method in class com.google.common.base.Predicates
-
Returns a predicate that evaluates to
trueif both of its components evaluate totrue. - and(Iterable<? extends Predicate<? super T>>) - Static method in class com.google.common.base.Predicates
-
Returns a predicate that evaluates to
trueif each of its components evaluates totrue. - 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
convertmethod appliessecondConverterto 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
- annotatedType - Variable in class com.google.common.reflect.Parameter
- 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
trueif any element initerablesatisfies 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
trueif one or more elements returned byiteratorsatisfy 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
trueif any element in this fluent iterable satisfies the predicate. - anyOf(CharSequence) - Static method in class com.google.common.base.CharMatcher
-
Returns a
charmatcher 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
Appendabletarget. - 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, toappendable. - 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, toappendable. - 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, toappendable. - appendTo(A, Object, Object, Object...) - Method in class com.google.common.base.Joiner
-
Appends to
appendablethe 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, toappendable. - 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, toappendable. - 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, toappendable. - 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, tobuilder. - 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, tobuilder. - 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, tobuilder. - appendTo(StringBuilder, Object, Object, Object...) - Method in class com.google.common.base.Joiner
-
Appends to
builderthe 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, tobuilder. - 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, tobuilder. - 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, tobuilder. - 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_8is 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
Functioninterface; useConverter.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
Predicateinterface; useRange.contains(C)instead. - apply(Supplier<Object>) - Method in enum class com.google.common.base.Suppliers.SupplierFunctionImpl
- apply(Range) - Method in class com.google.common.collect.Range.LowerBoundFn
- apply(Range) - Method in class com.google.common.collect.Range.UpperBoundFn
- 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
Futureto use in place of the giveninput. - apply(Character) - Method in class com.google.common.base.CharMatcher
-
Deprecated.Provided only to satisfy the
Predicateinterface; useCharMatcher.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
Functioninterface; useLoadingCache.get(K)orLoadingCache.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
Predicateinterface; useBloomFilter.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) == 0impliesa == 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
trueif 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
CharEscaperthat uses an array to quickly look up replacement characters for a givencharvalue. - 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
ArrayBasedCharEscaperorArrayBasedUnicodeEscaperinstances. - ArrayBasedEscaperMap(char[][]) - Constructor for class com.google.common.escape.ArrayBasedEscaperMap
- ArrayBasedUnicodeEscaper - Class in com.google.common.escape
-
A
UnicodeEscaperthat 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, int, int) - Constructor for class com.google.common.collect.Iterators.ArrayItr
- ArrayListMultimap<K,
V> - Class in com.google.common.collect -
Implementation of
Multimapthat uses anArrayListto 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
ArrayListto store value collections. - arrayListValues(int) - Method in class com.google.common.collect.MultimapBuilder.MultimapBuilderWithKeys
-
Uses an
ArrayListto 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
Tableimplementation 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
AsyncCallablefrom aCallable. - 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
ByteSinkfor writing bytes to the given file. - asByteSink(Path, OpenOption...) - Static method in class com.google.common.io.MoreFiles
-
Returns a view of the given
pathas aByteSink. - asByteSource() - Method in class com.google.common.io.FileBackedOutputStream
-
Returns a readable
ByteSourceview of the data that has been written to this stream. - asByteSource() - Method in class com.google.common.reflect.ClassPath.ResourceInfo
-
Returns a
ByteSourceview of the resource from which its bytes can be read. - asByteSource(File) - Static method in class com.google.common.io.Files
-
Returns a new
ByteSourcefor reading bytes from the given file. - asByteSource(URL) - Static method in class com.google.common.io.Resources
-
Returns a
ByteSourcethat 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
ByteSourceview of this char source that encodes chars read from this source as bytes using the givenCharset. - asByteSource(Path, OpenOption...) - Static method in class com.google.common.io.MoreFiles
-
Returns a view of the given
pathas aByteSource. - 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
CharSinkfor writing character data to the given file using the given character set. - asCharSink(Charset) - Method in class com.google.common.io.ByteSink
- asCharSink(Path, Charset, OpenOption...) - Static method in class com.google.common.io.MoreFiles
- 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
CharSourcefor 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
CharSourcethat reads from the given URL using the given character set. - asCharSource(Charset) - Method in class com.google.common.io.ByteSource
-
Returns a
CharSourceview of this byte source that decodes bytes read from this source as characters using the givenCharset. - 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
CharSourceview of the resource from which its bytes can be read as characters decoded with the givencharset. - asCharSource(Path, Charset, OpenOption...) - Static method in class com.google.common.io.MoreFiles
- 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
0x00through0x7F), 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
Converterthat converts values usingbimap.get(), and whose inverse view converts values usingbimap.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
Entryto 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
Iteratorto theEnumerationinterface. - asFunction - Variable in class com.google.common.escape.Escaper
- asFunction() - Method in class com.google.common.escape.Escaper
-
Returns a
Functionthat invokesEscaper.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) - 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
intvalue 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
ImmutableListcontaining 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 thatdoublevalues are boxed intoDoubleinstances 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 thatintvalues are boxed intoIntegerinstances 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 thatlongvalues are boxed intoLonginstances 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
longvalue 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
Mapfrom 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
Mapfrom 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.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
Mapfrom 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
Mapfrom 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
Mapfrom 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
- asMap(Multimap<K, V>) - Static method in class com.google.common.collect.Multimaps
-
Returns
multimap.asMap(). - asMap(SetMultimap<K, V>) - Static method in class com.google.common.collect.Multimaps
- asMap(SortedSetMultimap<K, V>) - Static method in class com.google.common.collect.Multimaps
-
Returns
multimap.asMap(), with its type corrected fromMap<K, Collection<V>>toMap<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
Mapview whose keys are the contents ofsetand whose values are computed on demand usingfunction. - 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
PrimitiveSinkas anOutputStream, so it is easy tofunnelan object to aPrimitiveSinkif there is already a way to write the contents of the object to anOutputStream. - 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
ExecutableExceptionand that the cause of theExecutableExceptionisexpectedCause. - assertGet(K, Collection<V>) - Method in class com.google.common.collect.testing.google.AbstractListMultimapTester
- assertGet(K, Collection<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(RuntimeException) - Method in exception 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
- asSet() - Method in class com.google.common.base.Present
- asSet(DiscreteDomain<C>) - Method in class com.google.common.collect.ImmutableRangeSet
-
Returns an
ImmutableSortedSetcontaining 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
- asUnicodeEscaper(Escaper) - Static method in class com.google.common.escape.Escapers
-
Returns a
UnicodeEscaperequivalent to the given escaper instance. - 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
Appendabletarget. - 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
EventBusthat 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
executorto dispatch events. - AsyncEventBus(Executor) - Constructor for class com.google.common.eventbus.AsyncEventBus
-
Creates a new AsyncEventBus that will use
executorto dispatch events. - AsyncEventBus(Executor, SubscriberExceptionHandler) - Constructor for class com.google.common.eventbus.AsyncEventBus
-
Creates a new AsyncEventBus that will use
executorto 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
RemovalListenerwhich processes all eviction notifications usingexecutor. - asyncReloading(CacheLoader<K, V>, Executor) - Static method in class com.google.common.cache.CacheLoader
-
Returns a
CacheLoaderwhich wrapsloader, executing calls toCacheLoader.reload(K, V)usingexecutor. - 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
doublevalue that may be updated atomically. - AtomicDouble() - Constructor for class com.google.common.util.concurrent.AtomicDouble
-
Creates a new
AtomicDoublewith initial value0.0. - AtomicDouble(double) - Constructor for class com.google.common.util.concurrent.AtomicDouble
-
Creates a new
AtomicDoublewith the given initial value. - AtomicDoubleArray - Class in com.google.common.util.concurrent
-
A
doublearray in which elements may be updated atomically. - AtomicDoubleArray(double[]) - Constructor for class com.google.common.util.concurrent.AtomicDoubleArray
-
Creates a new
AtomicDoubleArraywith 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
AtomicDoubleArrayof 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
longvalues 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.atomicpackage. - 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
Authorizationheader field name. - autoDelegate - Variable in class com.google.common.cache.LocalCache.LoadingSerializationProxy
- autoIncrementStepNanos - Variable in class com.google.common.testing.FakeTicker
- 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
- 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
ServiceManagerto 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
ServiceManagerto 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
ServiceManagerto 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
Serviceto 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
Serviceto 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
Serviceto 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
Serviceto 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
Serviceto reach a terminal state (eitherterminatedorfailed) 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
Serviceto reach a terminal state (eitherterminatedorfailed) for no more than the given time. - awaitTermination(long, TimeUnit) - Method in class com.google.common.util.concurrent.ForwardingExecutorService
- awaitTermination(long, TimeUnit) - Method in class com.google.common.util.concurrent.MoreExecutors.DirectExecutorService
- 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
- 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 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
GraphandValueGraph. - BaseImmutableMultimap<K,
V> - Class in com.google.common.collect -
A dummy superclass of
ImmutableMultimapthat can be instanceof'd without ProGuard retaining additional implementation details ofImmutableMultimap. - 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 ofTestSortedMapGenerator.belowSamplesLesser(). - belowSamplesGreater() - Method in interface com.google.common.collect.testing.TestSortedSetGenerator
-
Returns an element less than the
TestContainerGenerator.samples()but greater thanTestSortedSetGenerator.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 ofTestSortedMapGenerator.belowSamplesGreater(). - belowSamplesLesser() - Method in interface com.google.common.collect.testing.TestSortedSetGenerator
-
Returns an element less than the
TestContainerGenerator.samples()and less thanTestSortedSetGenerator.belowSamplesGreater(). - 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
BigDecimalthat 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
UnsignedIntegeras aBigInteger. - bigIntegerValue() - Method in class com.google.common.primitives.UnsignedLong
-
Returns the value of this
UnsignedLongas aBigInteger. - 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.entrySetand 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
inverseview 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.putandBiMap.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
BiMapimplementation. - 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
-
Deprecated.Use
Collections.binarySearch(List, Object, Comparator)directly. - 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
nchoosek, also known as the binomial coefficient ofnandk, that is,n! / (k! (n - k)!). - binomial(int, int) - Static method in class com.google.common.math.IntMath
-
Returns
nchoosek, also known as the binomial coefficient ofnandk, orInteger.MAX_VALUEif the result does not fit in anint. - binomial(int, int) - Static method in class com.google.common.math.LongMath
-
Returns
nchoosek, also known as the binomial coefficient ofnandk, orLong.MAX_VALUEif the result does not fit in along. - 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.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
numHashFunctionsbit 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 (
bmpfiles). - 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
- 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
Booleanvalues. - 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
Iterableover the nodes reachable from any of thestartNodes, 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
Iterableover the nodes reachable fromstartNode, 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
indexup the appropriate heap if required. - bubbleUpAlternatingLevels(int, E) - Method in class com.google.common.collect.MinMaxPriorityQueue.Heap
-
Bubbles a value from
indexup the levels of this heap, and returns the index the element ended up at. - 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
ImmutableCollectionof the appropriate type, containing the elements provided to this builder. - build() - Method in class com.google.common.collect.ImmutableList.Builder
-
Returns a newly-created
ImmutableListbased on the contents of theBuilder. - 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
ImmutableMultisetbased on the contents of theBuilder. - build() - Method in class com.google.common.collect.ImmutableRangeMap.Builder
-
Returns an
ImmutableRangeMapcontaining the associations previously added to this builder. - build() - Method in class com.google.common.collect.ImmutableRangeSet.Builder
-
Returns an
ImmutableRangeSetcontaining 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
ImmutableSortedMultisetbased on the contents of theBuilder. - build() - Method in class com.google.common.collect.ImmutableSortedSet.Builder
-
Returns a newly-created
ImmutableSortedSetbased on the contents of theBuilderand 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
Multimapwith 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
MutableGraphwith the properties of thisGraphBuilder. - build() - Method in class com.google.common.graph.ImmutableGraph.Builder
-
Returns a newly-created
ImmutableGraphbased on the contents of thisBuilder. - build() - Method in class com.google.common.graph.ImmutableNetwork.Builder
-
Returns a newly-created
ImmutableNetworkbased on the contents of thisBuilder. - build() - Method in class com.google.common.graph.ImmutableValueGraph.Builder
-
Returns a newly-created
ImmutableValueGraphbased on the contents of thisBuilder. - build() - Method in class com.google.common.graph.NetworkBuilder
-
Returns an empty
MutableNetworkwith the properties of thisNetworkBuilder. - build() - Method in class com.google.common.graph.ValueGraphBuilder
-
Returns an empty
MutableValueGraphwith the properties of thisValueGraphBuilder. - 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(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
Multimapwith the specified implementation, initialized with the entries ofmultimap. - 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
-
Returns a new
ImmutableSetMultimap.Builder. - builder() - Static method in class com.google.common.collect.ImmutableSortedMapFauxverideShim
-
Deprecated.Use
ImmutableSortedMap.naturalOrder(), which offers better type-safety. - builder() - Static method in class com.google.common.collect.ImmutableSortedMultisetFauxverideShim
-
Deprecated.Use
ImmutableSortedMultiset.naturalOrder(), which offers better type-safety. - builder() - Static method in class com.google.common.collect.ImmutableSortedSetFauxverideShim
-
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
ImmutableDoubleArrayinstances, with a default initial capacity. - builder() - Static method in class com.google.common.primitives.ImmutableIntArray
-
Returns a new, empty builder for
ImmutableIntArrayinstances, with a default initial capacity. - builder() - Static method in class com.google.common.primitives.ImmutableLongArray
-
Returns a new, empty builder for
ImmutableLongArrayinstances, 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
ImmutableDoubleArrayinstances, sized to hold up toinitialCapacityvalues without resizing. - builder(int) - Static method in class com.google.common.primitives.ImmutableIntArray
-
Returns a new, empty builder for
ImmutableIntArrayinstances, sized to hold up toinitialCapacityvalues without resizing. - builder(int) - Static method in class com.google.common.primitives.ImmutableLongArray
-
Returns a new, empty builder for
ImmutableLongArrayinstances, sized to hold up toinitialCapacityvalues 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.ImmutableMap.Builder
- Builder(int) - Constructor for class com.google.common.collect.ImmutableSet.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 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
- 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.ImmutableSortedMapFauxverideShim
-
Deprecated.Not supported for ImmutableSortedMap.
- builderWithExpectedSize(int) - Static method in class com.google.common.collect.ImmutableSortedSetFauxverideShim
-
Deprecated.Not supported by ImmutableSortedSet.
- 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
- 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
- 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
DataInputfor reading from in-memory byte arrays; its methods offer identical functionality but do not throwIOException. - ByteArrayDataInputStream(ByteArrayInputStream) - Constructor for class com.google.common.io.ByteStreams.ByteArrayDataInputStream
- ByteArrayDataOutput - Interface in com.google.common.io
-
An extension of
DataOutputfor writing to in-memory byte arrays; its methods offer identical functionality but do not throwIOException. - 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
bytearray. - 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