- AAC_AUDIO - Static variable in class com.google.common.net.MediaType
- 
Media type for Advanced Audio Coding. 
- absent() - Static method in class com.google.common.base.Optional
- 
Returns an Optionalinstance with no contained reference.
 
- 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
- 
- AbstractCache.StatsCounter - Interface in com.google.common.cache
- 
- AbstractCheckedFuture<V,X extends Exception> - Class in com.google.common.util.concurrent
- 
- AbstractCheckedFuture(ListenableFuture<V>) - Constructor for class com.google.common.util.concurrent.AbstractCheckedFuture
- 
Constructs an AbstractCheckedFuturethat wraps a delegate.
 
- AbstractExecutionThreadService - Class in com.google.common.util.concurrent
- 
- AbstractExecutionThreadService() - Constructor for class com.google.common.util.concurrent.AbstractExecutionThreadService
- 
Constructor for use by subclasses. 
- 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. 
- 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
-  
- 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. 
- AbstractInvocationHandler - Class in com.google.common.reflect
- 
- AbstractInvocationHandler() - Constructor for class com.google.common.reflect.AbstractInvocationHandler
-  
- 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.collect.AbstractIterator
- 
Constructor for use by subclasses. 
- AbstractListeningExecutorService - Class in com.google.common.util.concurrent
- 
- AbstractListeningExecutorService() - Constructor for class com.google.common.util.concurrent.AbstractListeningExecutorService
-  
- 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. 
- 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
-  
- AbstractScheduledService - Class in com.google.common.util.concurrent
- 
- AbstractScheduledService() - Constructor for class com.google.common.util.concurrent.AbstractScheduledService
- 
Constructor for use by subclasses. 
- AbstractScheduledService.CustomScheduler - Class in com.google.common.util.concurrent
- 
- 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.Scheduler - 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.
 
- AbstractService - Class in com.google.common.util.concurrent
- 
- AbstractService() - Constructor for class com.google.common.util.concurrent.AbstractService
- 
Constructor for use by subclasses. 
- 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
-  
- 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_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.
 
- 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.
 
- 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(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(E, int) - Method in class com.google.common.collect.ConcurrentHashMultiset
- 
Adds a number of occurrences of the specified element to this multiset. 
- 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(int, E) - Method in class com.google.common.collect.ForwardingList
-  
- add(E) - Method in class com.google.common.collect.ForwardingListIterator
-  
- add(E, int) - Method in class com.google.common.collect.ForwardingMultiset
-  
- add(E) - Method in class com.google.common.collect.ImmutableCollection
- 
- add(E) - Method in class com.google.common.collect.ImmutableCollection.Builder
- 
Adds elementto theImmutableCollectionbeing built.
 
- add(E...) - Method in class com.google.common.collect.ImmutableCollection.Builder
- 
Adds each element of elementsto theImmutableCollectionbeing built.
 
- add(int, E) - Method in class com.google.common.collect.ImmutableList
- 
- add(E) - Method in class com.google.common.collect.ImmutableList.Builder
- 
Adds elementto theImmutableList.
 
- add(E...) - Method in class com.google.common.collect.ImmutableList.Builder
- 
Adds each element of elementsto theImmutableList.
 
- add(E, int) - Method in class com.google.common.collect.ImmutableMultiset
- 
- add(E) - Method in class com.google.common.collect.ImmutableMultiset.Builder
- 
Adds elementto theImmutableMultiset.
 
- add(E...) - Method in class com.google.common.collect.ImmutableMultiset.Builder
- 
Adds each element of elementsto theImmutableMultiset.
 
- add(Range<C>) - Method in class com.google.common.collect.ImmutableRangeSet
- 
- add(Range<C>) - Method in class com.google.common.collect.ImmutableRangeSet.Builder
- 
Add the specified range to this builder. 
- add(E) - Method in class com.google.common.collect.ImmutableSet.Builder
- 
Adds elementto theImmutableSet.
 
- add(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).
 
- add(E) - Method in class com.google.common.collect.ImmutableSortedMultiset.Builder
- 
Adds elementto theImmutableSortedMultiset.
 
- 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 elementto theImmutableSortedSet.
 
- 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) - Method in class com.google.common.collect.MinMaxPriorityQueue
- 
Adds the given element to this queue. 
- add(E, int) - Method in interface com.google.common.collect.Multiset
- 
Adds a number of occurrences of an element to this multiset. 
- add(E) - Method in interface com.google.common.collect.Multiset
- 
Adds a single occurrence of the specified element to this multiset. 
- add(Range<C>) - Method in interface com.google.common.collect.RangeSet
- 
Adds the specified range to this RangeSet(optional operation).
 
- add(E) - Method in class com.google.common.collect.Sets.SetView
- 
- add(E, int) - Method in class com.google.common.collect.TreeMultiset
-  
- add(Range<C>) - Method in class com.google.common.collect.TreeRangeSet
-  
- add(E) - Method in class com.google.common.collect.UnmodifiableListIterator
- 
- add(double, double) - Method in class com.google.common.math.PairedStatsAccumulator
- 
Adds the given pair of values to the dataset. 
- add(double) - Method in class com.google.common.math.StatsAccumulator
- 
Adds the given value to the dataset. 
- add(Runnable, Executor) - Method in class com.google.common.util.concurrent.ExecutionList
- 
Adds the Runnableand accompanyingExecutorto the list of listeners to
 execute.
 
- 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(int, Collection<? extends E>) - Method in class com.google.common.collect.ForwardingList
-  
- addAll(Collection<? extends E>) - Method in class com.google.common.collect.ImmutableCollection
- 
- addAll(Iterable<? 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.ImmutableCollection.Builder
- 
Adds each element of elementsto theImmutableCollectionbeing built.
 
- addAll(int, Collection<? extends E>) - Method in class com.google.common.collect.ImmutableList
- 
- addAll(Iterable<? 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.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(Iterator<? extends E>) - Method in class com.google.common.collect.ImmutableMultiset.Builder
- 
Adds each element of elementsto theImmutableMultiset.
 
- addAll(RangeSet<C>) - Method in class com.google.common.collect.ImmutableRangeSet
- 
- addAll(Iterable<Range<C>>) - Method in class com.google.common.collect.ImmutableRangeSet
- 
- addAll(RangeSet<C>) - Method in class com.google.common.collect.ImmutableRangeSet.Builder
- 
Add all ranges from the specified range set to this builder. 
- addAll(Iterable<Range<C>>) - Method in class com.google.common.collect.ImmutableRangeSet.Builder
- 
Add all of the specified ranges to this builder. 
- 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(Iterator<? 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(Iterator<? 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(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(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(Collection<? extends E>) - Method in class com.google.common.collect.MinMaxPriorityQueue
-  
- 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(Iterable<Range<C>>) - Method in interface com.google.common.collect.RangeSet
- 
Adds all of the specified ranges to this range set (optional operation). 
- addAll(Collection<? extends E>) - Method in class com.google.common.collect.Sets.SetView
- 
- 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(Iterable<? extends Number>) - Method in class com.google.common.math.StatsAccumulator
- 
Adds the given values to the dataset. 
- addAll(Iterator<? extends Number>) - Method in class com.google.common.math.StatsAccumulator
- 
Adds the given values to the dataset. 
- addAll(double...) - Method in class com.google.common.math.StatsAccumulator
- 
Adds the given values to the dataset. 
- addAll(int...) - Method in class com.google.common.math.StatsAccumulator
- 
Adds the given values to the dataset. 
- addAll(long...) - Method in class com.google.common.math.StatsAccumulator
- 
Adds the given values to the dataset. 
- 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. 
- addAndGet(double) - Method in class com.google.common.util.concurrent.AtomicDouble
- 
Atomically adds the given value to the current value. 
- 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(ListenableFuture<V>, FutureCallback<? super V>) - 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. 
- 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. 
- 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.
 
- 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. 
- addEdge(N, N, E) - Method in interface com.google.common.graph.MutableNetwork
- 
Adds edgeconnectingnodeUtonodeV.
 
- 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. 
- addFirst(E) - Method in class com.google.common.collect.ForwardingDeque
-  
- addLast(E) - Method in class com.google.common.collect.ForwardingDeque
-  
- addListener(Service.Listener, Executor) - Method in class com.google.common.util.concurrent.AbstractExecutionThreadService
-  
- addListener(Runnable, Executor) - Method in class com.google.common.util.concurrent.AbstractFuture
- 
Registers a listener to be  run on the given executor. 
- 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(Runnable, Executor) - Method in class com.google.common.util.concurrent.ForwardingListenableFuture
-  
- 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(Service.Listener, Executor) - Method in interface com.google.common.util.concurrent.Service
- 
- addListener(ServiceManager.Listener, Executor) - Method in class com.google.common.util.concurrent.ServiceManager
- 
- addListener(ServiceManager.Listener) - Method in class com.google.common.util.concurrent.ServiceManager
- 
- 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.
 
- addValue(Object) - Method in class com.google.common.base.MoreObjects.ToStringHelper
- 
Adds an unnamed value to the formatted output. 
- 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. 
- adjacentEdges(Object) - Method in class com.google.common.graph.AbstractNetwork
-  
- adjacentEdges(Object) - Method in interface com.google.common.graph.Network
- 
Returns the edges which have an  incident node in common with
  edge. 
- adjacentNode(Object) - Method in class com.google.common.graph.EndpointPair
- 
Returns the node that is adjacent to nodealong the origin edge.
 
- adjacentNodes(Object) - Method in interface com.google.common.graph.Graph
- 
Returns the nodes which have an incident edge in common with nodein this graph.
 
- adjacentNodes(Object) - Method in interface com.google.common.graph.Network
- 
Returns the nodes which have an incident edge in common with nodein this network.
 
- adler32() - Static method in class com.google.common.hash.Hashing
- 
Returns a hash function implementing the Adler-32 checksum algorithm (32 hash bits) by
 delegating to the  Adler32Checksum. 
- advance(Iterator<?>, int) - Static method in class com.google.common.collect.Iterators
- 
Calls next()oniterator, eithernumberToAdvancetimes
 or untilhasNext()returnsfalse, whichever comes first.
 
- afterDone() - Method in class com.google.common.util.concurrent.AbstractFuture
- 
Callback method that is called exactly once after the future is completed. 
- AGE - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Ageheader field name.
 
- all(Iterable<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterables
- 
Returns trueif every element initerablesatisfies the predicate.
 
- 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 method in class com.google.common.collect.Range
- 
Returns a range that contains every value of type C.
 
- 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. 
- allMatch(Predicate<? super E>) - Method in class com.google.common.collect.FluentIterable
- 
Returns trueif every element in this fluent iterable satisfies the predicate.
 
- ALLOW - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Allowheader field name.
 
- AllowConcurrentEvents - Annotation Type in com.google.common.eventbus
- 
Marks an event subscriber method as being thread-safe. 
- allowsParallelEdges() - Method in interface com.google.common.graph.Network
- 
Returns true if this network allows parallel edges. 
- allowsParallelEdges(boolean) - Method in class com.google.common.graph.NetworkBuilder
- 
Specifies whether the network will allow parallel edges. 
- 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(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() - Method in interface com.google.common.graph.Network
- 
Returns true if this network allows 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).
 
- allWrapperTypes() - Static method in class com.google.common.primitives.Primitives
- 
Returns an immutable set of all nine primitive-wrapper types (including  Void). 
- 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.
 
- 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(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(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(double, double) - Method in class com.google.common.math.LinearTransformation.LinearTransformationBuilder
- 
Finish building an instance which also maps x = x2toy = y2.
 
- andThen(Converter<B, C>) - Method in class com.google.common.base.Converter
- 
Returns a converter whose convertmethod appliessecondConverterto the result
 of this converter.
 
- ANY - Static variable in class com.google.common.base.CharMatcher
- 
- 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(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_APPLICATION_TYPE - Static variable in class com.google.common.net.MediaType
-  
- ANY_AUDIO_TYPE - Static variable in class com.google.common.net.MediaType
-  
- ANY_IMAGE_TYPE - Static variable in class com.google.common.net.MediaType
-  
- 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
-  
- 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 character present in the given character
 sequence.
 
- 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(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, File, Charset) - Static method in class com.google.common.io.Files
- 
Appends a character sequence (such as a string) to a file using the given character set. 
- appendTo(A, Iterable<?>) - 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<?>) - 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[]) - 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(StringBuilder, Iterable<?>) - 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<?>) - 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[]) - 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(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, 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.
 
- 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, 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(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, 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.
 
- APPLE_MOBILE_CONFIG - Static variable in class com.google.common.net.MediaType
- 
- APPLE_PASSBOOK - Static variable in class com.google.common.net.MediaType
- 
- APPLICATION_BINARY - Static variable in class com.google.common.net.MediaType
- 
- APPLICATION_XML_UTF_8 - Static variable in class com.google.common.net.MediaType
- 
As described in  RFC 3023, this constant
 ( application/xml) is used for XML documents that are "unreadable by casual users."
  MediaType.XML_UTF_8 is provided for documents that may be read by users. 
- apply(Character) - Method in class com.google.common.base.CharMatcher
- 
- apply(A) - Method in class com.google.common.base.Converter
- 
- apply(F) - Method in interface com.google.common.base.Function
-  
- 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(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
- 
- apply(C) - Method in class com.google.common.collect.Range
- 
- 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(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(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(T) - Method in class com.google.common.hash.BloomFilter
- 
- apply(I) - Method in interface com.google.common.util.concurrent.AsyncFunction
- 
Returns an output Futureto use in place of the giveninput.
 
- 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).
 
- 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.
 
- ArrayBasedCharEscaper - Class in com.google.common.escape
- 
A  CharEscaper that uses an array to quickly look up replacement characters for a given
  char value. 
- ArrayBasedCharEscaper(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. 
- 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. 
- ArrayBasedEscaperMap - Class in com.google.common.escape
- 
- ArrayBasedUnicodeEscaper - Class in com.google.common.escape
- 
A  UnicodeEscaper that uses an array to quickly look up replacement characters for a given
 code point. 
- ArrayBasedUnicodeEscaper(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. 
- 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. 
- ArrayListMultimap<K,V> - Class in com.google.common.collect
- 
Implementation of Multimapthat uses anArrayListto store
 the values for a given key.
 
- arrayListValues() - Method in class com.google.common.collect.MultimapBuilder.MultimapBuilderWithKeys
- 
Uses an  ArrayList to store value collections. 
- arrayListValues(int) - Method in class com.google.common.collect.MultimapBuilder.MultimapBuilderWithKeys
- 
Uses an  ArrayList to store value collections, initialized to expect the specified
 number of values per key. 
- ArrayTable<R,C,V> - Class in com.google.common.collect
- 
Fixed-size  Table implementation backed by a two-dimensional array. 
- asAsyncCallable(Callable<T>, ListeningExecutorService) - Static method in class com.google.common.util.concurrent.Callables
- 
- asBytes() - Method in class com.google.common.hash.HashCode
- 
Returns the value of this hash code as a byte array. 
- asByteSink(File, FileWriteMode...) - Static method in class com.google.common.io.Files
- 
Returns a new  ByteSink for writing bytes to the given file. 
- asByteSink(Path, OpenOption...) - Static method in class com.google.common.io.MoreFiles
- 
Returns a view of the given  path as a  ByteSink. 
- asByteSource(Charset) - Method in class com.google.common.io.CharSource
- 
Returns a  ByteSource view of this char source that encodes chars read from this source
 as bytes using the given  Charset. 
- asByteSource() - Method in class com.google.common.io.FileBackedOutputStream
- 
Returns a readable  ByteSource view of the data that has been written to this stream. 
- asByteSource(File) - Static method in class com.google.common.io.Files
- 
Returns a new  ByteSource for reading bytes from the given file. 
- asByteSource(Path, OpenOption...) - Static method in class com.google.common.io.MoreFiles
- 
- asByteSource(URL) - Static method in class com.google.common.io.Resources
- 
Returns a  ByteSource that reads from the given URL. 
- asByteSource() - Method in class com.google.common.reflect.ClassPath.ResourceInfo
- 
Returns a  ByteSource view of the resource from which its bytes can be read. 
- asCharSink(Charset) - Method in class com.google.common.io.ByteSink
- 
Returns a  CharSink view of this  ByteSink that writes characters to this sink as
 bytes encoded with the given  charset. 
- asCharSink(File, Charset, FileWriteMode...) - Static method in class com.google.common.io.Files
- 
Returns a new  CharSink for writing character data to the given file using the given
 character set. 
- asCharSink(Path, Charset, OpenOption...) - Static method in class com.google.common.io.MoreFiles
- 
Returns a view of the given  path as a  CharSink using the given  charset. 
- asCharSource(Charset) - Method in class com.google.common.io.ByteSource
- 
Returns a  CharSource view of this byte source that decodes bytes read from this source
 as characters using the given  Charset. 
- asCharSource(File, Charset) - Static method in class com.google.common.io.Files
- 
Returns a new  CharSource for reading character data from the given file using the given
 character set. 
- asCharSource(Path, Charset, OpenOption...) - Static method in class com.google.common.io.MoreFiles
- 
Returns a view of the given  path as a  CharSource using the given  charset. 
- asCharSource(URL, Charset) - Static method in class com.google.common.io.Resources
- 
Returns a  CharSource that reads from the given URL using the given character set. 
- asCharSource(Charset) - Method in class com.google.common.reflect.ClassPath.ResourceInfo
- 
Returns a  CharSource view of the resource from which its bytes can be read as
 characters decoded with the given  charset. 
- 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 - Static variable in class com.google.common.base.CharMatcher
- 
- 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. 
- asConverter(BiMap<A, B>) - Static method in class com.google.common.collect.Maps
- 
- 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
-  
- 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
-  
- asEnumeration(Iterator<T>) - Static method in class com.google.common.collect.Iterators
- 
Adapts an Iteratorto theEnumerationinterface.
 
- asFunction(Interner<E>) - Static method in class com.google.common.collect.Interners
- 
- asFunction() - Method in class com.google.common.escape.Escaper
- 
- asGraph() - Method in class com.google.common.graph.AbstractNetwork
-  
- asGraph() - Method in class com.google.common.graph.ImmutableNetwork
-  
- asGraph() - Method in interface com.google.common.graph.Network
- 
Returns a live view of this network as a  Graph. 
- asInt() - Method in class com.google.common.hash.HashCode
- 
- 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
- 
Returns this list instance. 
- asList() - Method in class com.google.common.collect.ImmutableMultiset
-  
- asList() - Method in class com.google.common.collect.ImmutableSet
-  
- 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(boolean...) - Static method in class com.google.common.primitives.Booleans
- 
- asList(byte...) - Static method in class com.google.common.primitives.Bytes
- 
- asList(char...) - Static method in class com.google.common.primitives.Chars
- 
- asList(double...) - Static method in class com.google.common.primitives.Doubles
- 
- asList(float...) - Static method in class com.google.common.primitives.Floats
- 
- asList(int...) - Static method in class com.google.common.primitives.Ints
- 
- asList(long...) - Static method in class com.google.common.primitives.Longs
- 
- asList(short...) - Static method in class com.google.common.primitives.Shorts
- 
- asLong() - Method in class com.google.common.hash.HashCode
- 
Returns the first eight bytes of  this hashcode's bytes, converted to a
  long value in little-endian order. 
- 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.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(Set<K>, Function<? super K, V>) - Static method in class com.google.common.collect.Maps
- 
Returns a live  Map view whose keys are the contents of  set
 and whose values are computed on demand using  function. 
- asMap(SortedSet<K>, Function<? super K, V>) - Static method in class com.google.common.collect.Maps
- 
Returns a view of the sorted set as a map, mapping keys from the set
 according to the specified function. 
- asMap(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() - 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(ListMultimap<K, V>) - Static method in class com.google.common.collect.Multimaps
- 
Returns  multimap.asMap(), with its type
 corrected from  Map<K, Collection<V>> to  Map<K, List<V>>. 
- asMap(SetMultimap<K, V>) - Static method in class com.google.common.collect.Multimaps
- 
Returns  multimap.asMap(), with its type corrected
 from  Map<K, Collection<V>> to  Map<K, Set<V>>. 
- asMap(SortedSetMultimap<K, V>) - Static method in class com.google.common.collect.Multimaps
- 
Returns  multimap.asMap(), with its type
 corrected from  Map<K, Collection<V>> to
  Map<K, SortedSet<V>>. 
- asMap(Multimap<K, V>) - Static method in class com.google.common.collect.Multimaps
- 
- 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.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.
 
- 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
-  
- asMultimap() - Method in class com.google.common.collect.ImmutableMap
- 
Returns a multimap view of the map. 
- asOutputStream(PrimitiveSink) - Static method in class com.google.common.hash.Funnels
- 
Wraps a  PrimitiveSink as an  OutputStream, so it is easy to  funnel an object to a  PrimitiveSink if there is already a way to write the contents of
 the object to an  OutputStream. 
- asRanges() - 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
-  
- asSet() - Method in class com.google.common.base.Optional
- 
Returns an immutable singleton  Set whose only element is the contained instance if it
 is present; an empty immutable  Set otherwise. 
- asSet(DiscreteDomain<C>) - Method in class com.google.common.collect.ImmutableRangeSet
- 
- assignableFrom(Class<?>) - Static method in class com.google.common.base.Predicates
- 
- asWriter(Appendable) - Static method in class com.google.common.io.CharStreams
- 
Returns a Writer that sends all output to the given  Appendable target. 
- AsyncCallable<V> - Interface in com.google.common.util.concurrent
- 
Computes a value, possibly asynchronously. 
- AsyncEventBus - Class in com.google.common.eventbus
- 
An  EventBus that takes the Executor of your choice and uses it to dispatch events,
 allowing dispatch to occur asynchronously. 
- AsyncEventBus(String, Executor) - Constructor for class com.google.common.eventbus.AsyncEventBus
- 
Creates a new AsyncEventBus that will use executorto dispatch events.
 
- AsyncEventBus(Executor, SubscriberExceptionHandler) - 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.
 
- 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
- 
- 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
-  
- AtomicDouble - Class in com.google.common.util.concurrent
- 
A doublevalue that may be updated atomically.
 
- AtomicDouble(double) - Constructor for class com.google.common.util.concurrent.AtomicDouble
- 
Creates a new AtomicDoublewith the given initial value.
 
- AtomicDouble() - Constructor for class com.google.common.util.concurrent.AtomicDouble
- 
Creates a new AtomicDoublewith initial value0.0.
 
- AtomicDoubleArray - Class in com.google.common.util.concurrent
- 
A doublearray in which elements may be updated atomically.
 
- AtomicDoubleArray(int) - Constructor for class com.google.common.util.concurrent.AtomicDoubleArray
- 
Creates a new AtomicDoubleArrayof the given length,
 with all elements initially zero.
 
- 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.
 
- AtomicLongMap<K> - Class in com.google.common.util.concurrent
- 
A map containing longvalues that can be atomically updated.
 
- Atomics - Class in com.google.common.util.concurrent
- 
Static utility methods pertaining to classes in the java.util.concurrent.atomicpackage.
 
- AUTHORIZATION - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Authorizationheader field name.
 
- averageLoadPenalty() - Method in class com.google.common.cache.CacheStats
- 
Returns the average time spent loading new values. 
- awaitHealthy() - Method in class com.google.common.util.concurrent.ServiceManager
- 
- awaitHealthy(long, TimeUnit) - Method in class com.google.common.util.concurrent.ServiceManager
- 
- awaitRunning() - Method in class com.google.common.util.concurrent.AbstractExecutionThreadService
-  
- awaitRunning(long, TimeUnit) - Method in class com.google.common.util.concurrent.AbstractExecutionThreadService
-  
- awaitRunning() - Method in class com.google.common.util.concurrent.AbstractIdleService
-  
- awaitRunning(long, TimeUnit) - Method in class com.google.common.util.concurrent.AbstractIdleService
-  
- awaitRunning() - Method in class com.google.common.util.concurrent.AbstractScheduledService
-  
- awaitRunning(long, TimeUnit) - Method in class com.google.common.util.concurrent.AbstractScheduledService
-  
- awaitRunning() - Method in class com.google.common.util.concurrent.AbstractService
-  
- awaitRunning(long, TimeUnit) - Method in class com.google.common.util.concurrent.AbstractService
-  
- awaitRunning() - Method in interface com.google.common.util.concurrent.Service
- 
- awaitRunning(long, TimeUnit) - Method in interface com.google.common.util.concurrent.Service
- 
- awaitStopped() - Method in class com.google.common.util.concurrent.ServiceManager
- 
Waits for the all the services to reach a terminal state. 
- 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. 
- awaitTerminated() - Method in class com.google.common.util.concurrent.AbstractExecutionThreadService
-  
- awaitTerminated(long, TimeUnit) - Method in class com.google.common.util.concurrent.AbstractExecutionThreadService
-  
- awaitTerminated() - Method in class com.google.common.util.concurrent.AbstractIdleService
-  
- awaitTerminated(long, TimeUnit) - Method in class com.google.common.util.concurrent.AbstractIdleService
-  
- awaitTerminated() - Method in class com.google.common.util.concurrent.AbstractScheduledService
-  
- awaitTerminated(long, TimeUnit) - Method in class com.google.common.util.concurrent.AbstractScheduledService
-  
- awaitTerminated() - Method in class com.google.common.util.concurrent.AbstractService
-  
- awaitTerminated(long, TimeUnit) - Method in class com.google.common.util.concurrent.AbstractService
-  
- awaitTerminated() - Method in interface com.google.common.util.concurrent.Service
- 
- awaitTerminated(long, TimeUnit) - Method in interface com.google.common.util.concurrent.Service
- 
- awaitTermination(long, TimeUnit) - Method in class com.google.common.util.concurrent.ForwardingExecutorService
-  
- 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
- 
- Cache<K,V> - Interface in com.google.common.cache
- 
A semi-persistent mapping from keys to values. 
- CACHE_CONTROL - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Cache-Controlheader field name.
 
- CACHE_MANIFEST_UTF_8 - Static variable in class com.google.common.net.MediaType
-  
- CacheBuilder<K,V> - Class in com.google.common.cache
- 
A builder of  LoadingCache and  Cache instances having any combination of the
 following features:
 
 automatic loading of entries into the cache
 least-recently-used eviction when a maximum size is exceeded
 time-based expiration of entries, measured since last access or last write
 keys automatically wrapped in  weak references
 values automatically wrapped in  weak or  soft references
 notification of evicted (or otherwise removed) entries
 accumulation of cache access statistics
  
- CacheBuilderSpec - Class in com.google.common.cache
- 
- CacheLoader<K,V> - Class in com.google.common.cache
- 
Computes or retrieves values, based on a key, for use in populating a  LoadingCache. 
- CacheLoader() - Constructor for class com.google.common.cache.CacheLoader
- 
Constructor for use by subclasses. 
- CacheLoader.InvalidCacheLoadException - Exception in com.google.common.cache
- 
Thrown to indicate that an invalid response was returned from a call to  CacheLoader. 
- CacheLoader.UnsupportedLoadingOperationException - Exception in com.google.common.cache
- 
Exception thrown by loadAll()to indicate that it is not supported.
 
- CacheStats - Class in com.google.common.cache
- 
Statistics about the performance of a  Cache. 
- CacheStats(long, long, long, long, long, long) - Constructor for class com.google.common.cache.CacheStats
- 
Constructs a new CacheStatsinstance.
 
- call() - Method in interface com.google.common.util.concurrent.AsyncCallable
- 
Computes a result Future.
 
- call(Callable<C>, Executor) - Method in class com.google.common.util.concurrent.Futures.FutureCombiner
- 
- call(Callable<C>) - Method in class com.google.common.util.concurrent.Futures.FutureCombiner
- 
- Callables - Class in com.google.common.util.concurrent
- 
Static utility methods pertaining to the  Callable interface. 
- callAsync(AsyncCallable<C>, Executor) - Method in class com.google.common.util.concurrent.Futures.FutureCombiner
- 
- callAsync(AsyncCallable<C>) - Method in class com.google.common.util.concurrent.Futures.FutureCombiner
- 
- callWithTimeout(Callable<T>, long, TimeUnit, boolean) - Method in class com.google.common.util.concurrent.FakeTimeLimiter
-  
- callWithTimeout(Callable<T>, long, TimeUnit, boolean) - Method in class com.google.common.util.concurrent.SimpleTimeLimiter
-  
- callWithTimeout(Callable<T>, long, TimeUnit, boolean) - Method in interface com.google.common.util.concurrent.TimeLimiter
- 
Invokes a specified Callable, timing out after the specified time limit. 
- CAN - Static variable in class com.google.common.base.Ascii
- 
Cancel: A control character used to indicate that the data with which it is sent is in error or
 is to be disregarded. 
- cancel(boolean) - Method in class com.google.common.util.concurrent.AbstractFuture
- cancel(boolean) - Method in class com.google.common.util.concurrent.ForwardingFuture
-  
- canDecode(CharSequence) - Method in class com.google.common.io.BaseEncoding
- 
Determines whether the specified character sequence is a valid encoded string according to this
 encoding. 
- canonical(DiscreteDomain<C>) - Method in class com.google.common.collect.Range
- 
Returns the canonical form of this range in the given domain. 
- cartesianProduct(List<? extends List<? extends B>>) - Static method in class com.google.common.collect.Lists
- 
Returns every possible list that can be formed by choosing one element
 from each of the given lists in order; the "n-ary
  Cartesian
 product" of the lists. 
- cartesianProduct(List<? extends B>...) - Static method in class com.google.common.collect.Lists
- 
Returns every possible list that can be formed by choosing one element
 from each of the given lists in order; the "n-ary
  Cartesian
 product" of the lists. 
- cartesianProduct(List<? extends Set<? extends B>>) - Static method in class com.google.common.collect.Sets
- 
Returns every possible list that can be formed by choosing one element
 from each of the given sets in order; the "n-ary
  Cartesian
 product" of the sets. 
- cartesianProduct(Set<? extends B>...) - Static method in class com.google.common.collect.Sets
- 
Returns every possible list that can be formed by choosing one element
 from each of the given sets in order; the "n-ary
  Cartesian
 product" of the sets. 
- CaseFormat - Enum in com.google.common.base
- 
Utility class for converting between various ASCII case formats. 
- catching(ListenableFuture<? extends V>, Class<X>, Function<? super X, ? extends V>) - Static method in class com.google.common.util.concurrent.Futures
- 
Returns a Futurewhose result is taken from the given primaryinputor, if the
 primary input fails with the givenexceptionType, from the result provided by thefallback.
 
- catching(ListenableFuture<? extends V>, Class<X>, Function<? super X, ? extends V>, Executor) - Static method in class com.google.common.util.concurrent.Futures
- 
Returns a Futurewhose result is taken from the given primaryinputor, if the
 primary input fails with the givenexceptionType, from the result provided by thefallback.
 
- catchingAsync(ListenableFuture<? extends V>, Class<X>, AsyncFunction<? super X, ? extends V>) - Static method in class com.google.common.util.concurrent.Futures
- 
Returns a Futurewhose result is taken from the given primaryinputor, if the
 primary input fails with the givenexceptionType, from the result provided by thefallback.
 
- catchingAsync(ListenableFuture<? extends V>, Class<X>, AsyncFunction<? super X, ? extends V>, Executor) - Static method in class com.google.common.util.concurrent.Futures
- 
Returns a Futurewhose result is taken from the given primaryinputor, if the
 primary input fails with the givenexceptionType, from the result provided by thefallback.
 
- ceiling(E) - Method in class com.google.common.collect.ForwardingNavigableSet
-  
- ceiling(E) - Method in class com.google.common.collect.ImmutableSortedSet
-  
- ceilingEntry(K) - Method in class com.google.common.collect.ForwardingNavigableMap
-  
- ceilingEntry(K) - Method in class com.google.common.collect.ImmutableSortedMap
-  
- ceilingKey(K) - Method in class com.google.common.collect.ForwardingNavigableMap
-  
- ceilingKey(K) - Method in class com.google.common.collect.ImmutableSortedMap
-  
- ceilingPowerOfTwo(BigInteger) - Static method in class com.google.common.math.BigIntegerMath
- 
Returns the smallest power of two greater than or equal to x.
 
- ceilingPowerOfTwo(int) - Static method in class com.google.common.math.IntMath
- 
Returns the smallest power of two greater than or equal to x.
 
- ceilingPowerOfTwo(long) - Static method in class com.google.common.math.LongMath
- 
Returns the smallest power of two greater than or equal to x.
 
- cellSet() - Method in class com.google.common.collect.ArrayTable
- 
Returns an unmodifiable set of all row key / column key / value
 triplets. 
- cellSet() - Method in class com.google.common.collect.ForwardingTable
-  
- cellSet() - Method in class com.google.common.collect.ImmutableTable
-  
- cellSet() - Method in interface com.google.common.collect.Table
- 
Returns a set of all row key / column key / value triplets. 
- charactersOf(String) - Static method in class com.google.common.collect.Lists
- 
Returns a view of the specified string as an immutable list of Charactervalues.
 
- charactersOf(CharSequence) - Static method in class com.google.common.collect.Lists
- 
Returns a view of the specified CharSequenceas aList<Character>, viewingsequenceas a sequence of Unicode code
 units.
 
- CharEscaper - Class in com.google.common.escape
- 
An object that converts literal text into a format safe for inclusion in a particular context
 (such as an XML document). 
- CharEscaper() - Constructor for class com.google.common.escape.CharEscaper
- 
Constructor for use by subclasses. 
- CharEscaperBuilder - Class in com.google.common.escape
- 
Simple helper class to build a "sparse" array of objects based on the indexes that were added to
 it. 
- CharEscaperBuilder() - Constructor for class com.google.common.escape.CharEscaperBuilder
- 
Construct a new sparse array builder. 
- CharMatcher - Class in com.google.common.base
- 
Determines a true or false value for any Java  char value, just as  Predicate does
 for any  Object. 
- CharMatcher() - Constructor for class com.google.common.base.CharMatcher
- 
Constructor for use by subclasses. 
- Chars - Class in com.google.common.primitives
- 
Static utility methods pertaining to  char primitives, that are not already found in
 either  Character or  Arrays. 
- charset() - Method in class com.google.common.net.MediaType
- 
Returns an optional charset for the value of the charset parameter if it is specified. 
- Charsets - Class in com.google.common.base
- 
Contains constant definitions for the six standard  Charset instances, which are
 guaranteed to be supported by all Java platform implementations. 
- CharSink - Class in com.google.common.io
- 
A destination to which characters can be written, such as a text file. 
- CharSink() - Constructor for class com.google.common.io.CharSink
- 
Constructor for use by subclasses. 
- CharSource - Class in com.google.common.io
- 
A readable source of characters, such as a text file. 
- CharSource() - Constructor for class com.google.common.io.CharSource
- 
Constructor for use by subclasses. 
- CharStreams - Class in com.google.common.io
- 
Provides utility methods for working with character streams. 
- checkArgument(boolean) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving one or more parameters to the calling method. 
- checkArgument(boolean, Object) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving one or more parameters to the calling method. 
- checkArgument(boolean, String, Object...) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving one or more parameters to the calling method. 
- checkArgument(boolean, String, char) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving one or more parameters to the calling method. 
- checkArgument(boolean, String, int) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving one or more parameters to the calling method. 
- checkArgument(boolean, String, long) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving one or more parameters to the calling method. 
- checkArgument(boolean, String, Object) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving one or more parameters to the calling method. 
- checkArgument(boolean, String, char, char) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving one or more parameters to the calling method. 
- checkArgument(boolean, String, char, int) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving one or more parameters to the calling method. 
- checkArgument(boolean, String, char, long) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving one or more parameters to the calling method. 
- checkArgument(boolean, String, char, Object) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving one or more parameters to the calling method. 
- checkArgument(boolean, String, int, char) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving one or more parameters to the calling method. 
- checkArgument(boolean, String, int, int) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving one or more parameters to the calling method. 
- checkArgument(boolean, String, int, long) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving one or more parameters to the calling method. 
- checkArgument(boolean, String, int, Object) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving one or more parameters to the calling method. 
- checkArgument(boolean, String, long, char) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving one or more parameters to the calling method. 
- checkArgument(boolean, String, long, int) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving one or more parameters to the calling method. 
- checkArgument(boolean, String, long, long) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving one or more parameters to the calling method. 
- checkArgument(boolean, String, long, Object) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving one or more parameters to the calling method. 
- checkArgument(boolean, String, Object, char) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving one or more parameters to the calling method. 
- checkArgument(boolean, String, Object, int) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving one or more parameters to the calling method. 
- checkArgument(boolean, String, Object, long) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving one or more parameters to the calling method. 
- checkArgument(boolean, String, Object, Object) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving one or more parameters to the calling method. 
- checkArgument(boolean, String, Object, Object, Object) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving one or more parameters to the calling method. 
- checkArgument(boolean, String, Object, Object, Object, Object) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving one or more parameters to the calling method. 
- checkedAdd(int, int) - Static method in class com.google.common.math.IntMath
- 
Returns the sum of aandb, provided it does not overflow.
 
- checkedAdd(long, long) - Static method in class com.google.common.math.LongMath
- 
Returns the sum of aandb, provided it does not overflow.
 
- checkedCast(long) - Static method in class com.google.common.primitives.Chars
- 
Returns the charvalue that is equal tovalue, if possible.
 
- checkedCast(long) - Static method in class com.google.common.primitives.Ints
- 
Returns the intvalue that is equal tovalue, if possible.
 
- checkedCast(long) - Static method in class com.google.common.primitives.Shorts
- 
Returns the shortvalue that is equal tovalue, if possible.
 
- checkedCast(long) - Static method in class com.google.common.primitives.SignedBytes
- 
Returns the bytevalue that is equal tovalue, if possible.
 
- checkedCast(long) - Static method in class com.google.common.primitives.UnsignedBytes
- 
Returns the bytevalue that, when treated as unsigned, is equal tovalue, if
 possible.
 
- checkedCast(long) - Static method in class com.google.common.primitives.UnsignedInts
- 
Returns the intvalue that, when treated as unsigned, is equal tovalue, if
 possible.
 
- CheckedFuture<V,X extends Exception> - Interface in com.google.common.util.concurrent
- 
A  CheckedFuture is a  ListenableFuture that includes versions of the  get
 methods that can throw a checked exception. 
- checkedGet() - Method in class com.google.common.util.concurrent.AbstractCheckedFuture
- 
- checkedGet(long, TimeUnit) - Method in class com.google.common.util.concurrent.AbstractCheckedFuture
- 
- checkedGet() - Method in interface com.google.common.util.concurrent.CheckedFuture
- 
- checkedGet(long, TimeUnit) - Method in interface com.google.common.util.concurrent.CheckedFuture
- 
- checkedGet() - Method in class com.google.common.util.concurrent.ForwardingCheckedFuture
-  
- checkedGet(long, TimeUnit) - Method in class com.google.common.util.concurrent.ForwardingCheckedFuture
-  
- checkedMultiply(int, int) - Static method in class com.google.common.math.IntMath
- 
Returns the product of aandb, provided it does not overflow.
 
- checkedMultiply(long, long) - Static method in class com.google.common.math.LongMath
- 
Returns the product of aandb, provided it does not overflow.
 
- checkedPow(int, int) - Static method in class com.google.common.math.IntMath
- 
Returns the bto thekth power, provided it does not overflow.
 
- checkedPow(long, int) - Static method in class com.google.common.math.LongMath
- 
Returns the bto thekth power, provided it does not overflow.
 
- checkedSubtract(int, int) - Static method in class com.google.common.math.IntMath
- 
Returns the difference of aandb, provided it does not overflow.
 
- checkedSubtract(long, long) - Static method in class com.google.common.math.LongMath
- 
Returns the difference of aandb, provided it does not overflow.
 
- checkElementIndex(int, int) - Static method in class com.google.common.base.Preconditions
- 
Ensures that indexspecifies a valid element in an array, list or string of sizesize.
 
- checkElementIndex(int, int, String) - Static method in class com.google.common.base.Preconditions
- 
Ensures that indexspecifies a valid element in an array, list or string of sizesize.
 
- checkNotNull(T) - Static method in class com.google.common.base.Preconditions
- 
Ensures that an object reference passed as a parameter to the calling method is not null. 
- checkNotNull(T, Object) - Static method in class com.google.common.base.Preconditions
- 
Ensures that an object reference passed as a parameter to the calling method is not null. 
- checkNotNull(T, String, Object...) - Static method in class com.google.common.base.Preconditions
- 
Ensures that an object reference passed as a parameter to the calling method is not null. 
- checkNotNull(T, String, char) - Static method in class com.google.common.base.Preconditions
- 
Ensures that an object reference passed as a parameter to the calling method is not null. 
- checkNotNull(T, String, int) - Static method in class com.google.common.base.Preconditions
- 
Ensures that an object reference passed as a parameter to the calling method is not null. 
- checkNotNull(T, String, long) - Static method in class com.google.common.base.Preconditions
- 
Ensures that an object reference passed as a parameter to the calling method is not null. 
- checkNotNull(T, String, Object) - Static method in class com.google.common.base.Preconditions
- 
Ensures that an object reference passed as a parameter to the calling method is not null. 
- checkNotNull(T, String, char, char) - Static method in class com.google.common.base.Preconditions
- 
Ensures that an object reference passed as a parameter to the calling method is not null. 
- checkNotNull(T, String, char, int) - Static method in class com.google.common.base.Preconditions
- 
Ensures that an object reference passed as a parameter to the calling method is not null. 
- checkNotNull(T, String, char, long) - Static method in class com.google.common.base.Preconditions
- 
Ensures that an object reference passed as a parameter to the calling method is not null. 
- checkNotNull(T, String, char, Object) - Static method in class com.google.common.base.Preconditions
- 
Ensures that an object reference passed as a parameter to the calling method is not null. 
- checkNotNull(T, String, int, char) - Static method in class com.google.common.base.Preconditions
- 
Ensures that an object reference passed as a parameter to the calling method is not null. 
- checkNotNull(T, String, int, int) - Static method in class com.google.common.base.Preconditions
- 
Ensures that an object reference passed as a parameter to the calling method is not null. 
- checkNotNull(T, String, int, long) - Static method in class com.google.common.base.Preconditions
- 
Ensures that an object reference passed as a parameter to the calling method is not null. 
- checkNotNull(T, String, int, Object) - Static method in class com.google.common.base.Preconditions
- 
Ensures that an object reference passed as a parameter to the calling method is not null. 
- checkNotNull(T, String, long, char) - Static method in class com.google.common.base.Preconditions
- 
Ensures that an object reference passed as a parameter to the calling method is not null. 
- checkNotNull(T, String, long, int) - Static method in class com.google.common.base.Preconditions
- 
Ensures that an object reference passed as a parameter to the calling method is not null. 
- checkNotNull(T, String, long, long) - Static method in class com.google.common.base.Preconditions
- 
Ensures that an object reference passed as a parameter to the calling method is not null. 
- checkNotNull(T, String, long, Object) - Static method in class com.google.common.base.Preconditions
- 
Ensures that an object reference passed as a parameter to the calling method is not null. 
- checkNotNull(T, String, Object, char) - Static method in class com.google.common.base.Preconditions
- 
Ensures that an object reference passed as a parameter to the calling method is not null. 
- checkNotNull(T, String, Object, int) - Static method in class com.google.common.base.Preconditions
- 
Ensures that an object reference passed as a parameter to the calling method is not null. 
- checkNotNull(T, String, Object, long) - Static method in class com.google.common.base.Preconditions
- 
Ensures that an object reference passed as a parameter to the calling method is not null. 
- checkNotNull(T, String, Object, Object) - Static method in class com.google.common.base.Preconditions
- 
Ensures that an object reference passed as a parameter to the calling method is not null. 
- checkNotNull(T, String, Object, Object, Object) - Static method in class com.google.common.base.Preconditions
- 
Ensures that an object reference passed as a parameter to the calling method is not null. 
- checkNotNull(T, String, Object, Object, Object, Object) - Static method in class com.google.common.base.Preconditions
- 
Ensures that an object reference passed as a parameter to the calling method is not null. 
- checkPositionIndex(int, int) - Static method in class com.google.common.base.Preconditions
- 
Ensures that indexspecifies a valid position in an array, list or string of
 sizesize.
 
- checkPositionIndex(int, int, String) - Static method in class com.google.common.base.Preconditions
- 
Ensures that indexspecifies a valid position in an array, list or string of
 sizesize.
 
- checkPositionIndexes(int, int, int) - Static method in class com.google.common.base.Preconditions
- 
Ensures that startandendspecify a valid positions in an array, list
 or string of sizesize, and are in order.
 
- checkState(boolean) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving the state of the calling instance, but not
 involving any parameters to the calling method. 
- checkState(boolean, Object) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving the state of the calling instance, but not
 involving any parameters to the calling method. 
- checkState(boolean, String, Object...) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving the state of the calling instance, but not
 involving any parameters to the calling method. 
- checkState(boolean, String, char) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving the state of the calling instance, but not
 involving any parameters to the calling method. 
- checkState(boolean, String, int) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving the state of the calling instance, but not
 involving any parameters to the calling method. 
- checkState(boolean, String, long) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving the state of the calling instance, but not
 involving any parameters to the calling method. 
- checkState(boolean, String, Object) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving the state of the calling instance, but not
 involving any parameters to the calling method. 
- checkState(boolean, String, char, char) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving the state of the calling instance, but not
 involving any parameters to the calling method. 
- checkState(boolean, String, char, int) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving the state of the calling instance, but not
 involving any parameters to the calling method. 
- checkState(boolean, String, char, long) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving the state of the calling instance, but not
 involving any parameters to the calling method. 
- checkState(boolean, String, char, Object) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving the state of the calling instance, but not
 involving any parameters to the calling method. 
- checkState(boolean, String, int, char) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving the state of the calling instance, but not
 involving any parameters to the calling method. 
- checkState(boolean, String, int, int) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving the state of the calling instance, but not
 involving any parameters to the calling method. 
- checkState(boolean, String, int, long) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving the state of the calling instance, but not
 involving any parameters to the calling method. 
- checkState(boolean, String, int, Object) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving the state of the calling instance, but not
 involving any parameters to the calling method. 
- checkState(boolean, String, long, char) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving the state of the calling instance, but not
 involving any parameters to the calling method. 
- checkState(boolean, String, long, int) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving the state of the calling instance, but not
 involving any parameters to the calling method. 
- checkState(boolean, String, long, long) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving the state of the calling instance, but not
 involving any parameters to the calling method. 
- checkState(boolean, String, long, Object) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving the state of the calling instance, but not
 involving any parameters to the calling method. 
- checkState(boolean, String, Object, char) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving the state of the calling instance, but not
 involving any parameters to the calling method. 
- checkState(boolean, String, Object, int) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving the state of the calling instance, but not
 involving any parameters to the calling method. 
- checkState(boolean, String, Object, long) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving the state of the calling instance, but not
 involving any parameters to the calling method. 
- checkState(boolean, String, Object, Object) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving the state of the calling instance, but not
 involving any parameters to the calling method. 
- checkState(boolean, String, Object, Object, Object) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving the state of the calling instance, but not
 involving any parameters to the calling method. 
- checkState(boolean, String, Object, Object, Object, Object) - Static method in class com.google.common.base.Preconditions
- 
Ensures the truth of an expression involving the state of the calling instance, but not
 involving any parameters to the calling method. 
- child(String) - Method in class com.google.common.net.InternetDomainName
- 
Creates and returns a new InternetDomainNameby prepending the argument and a dot to
 the current name.
 
- children(T) - Method in class com.google.common.collect.BinaryTreeTraverser
- 
Returns the children of this node, in left-to-right order. 
- children(T) - Method in class com.google.common.collect.TreeTraverser
- 
Returns the children of the specified node. 
- classes() - Method in class com.google.common.reflect.TypeToken.TypeSet
- 
Returns the types that are classes. 
- ClassPath - Class in com.google.common.reflect
- 
Scans the source of a  ClassLoader and finds all loadable classes and resources. 
- ClassPath.ClassInfo - Class in com.google.common.reflect
- 
- ClassPath.ResourceInfo - Class in com.google.common.reflect
- 
Represents a class path resource that can be either a class file or any other resource file
 loadable from the class path. 
- ClassToInstanceMap<B> - Interface in com.google.common.collect
- 
A map, each entry of which maps a Java
  raw type to an instance of that type. 
- cleanUp() - Method in class com.google.common.cache.AbstractCache
-  
- cleanUp() - Method in interface com.google.common.cache.Cache
- 
Performs any pending maintenance operations needed by the cache. 
- cleanUp() - Method in class com.google.common.cache.ForwardingCache
-  
- clear() - Method in class com.google.common.collect.ArrayTable
- 
- clear() - Method in class com.google.common.collect.ConcurrentHashMultiset
-  
- clear() - Method in class com.google.common.collect.ForwardingCollection
-  
- clear() - Method in class com.google.common.collect.ForwardingMap
-  
- clear() - Method in class com.google.common.collect.ForwardingMultimap
-  
- clear() - Method in class com.google.common.collect.ForwardingTable
-  
- clear() - Method in class com.google.common.collect.HashBiMap
-  
- clear() - Method in class com.google.common.collect.ImmutableCollection
- 
- clear() - Method in class com.google.common.collect.ImmutableMap
- 
- clear() - Method in class com.google.common.collect.ImmutableMultimap
- 
- clear() - Method in class com.google.common.collect.ImmutableRangeMap
- 
- clear() - Method in class com.google.common.collect.ImmutableTable
- 
- clear() - Method in class com.google.common.collect.LinkedHashMultimap
-  
- clear() - Method in class com.google.common.collect.LinkedListMultimap
-  
- clear() - Method in class com.google.common.collect.MinMaxPriorityQueue
-  
- clear() - Method in interface com.google.common.collect.Multimap
- 
Removes all key-value pairs from the multimap, leaving it  empty. 
- clear() - Method in interface com.google.common.collect.RangeMap
- 
Removes all associations from this range map (optional operation). 
- clear() - Method in interface com.google.common.collect.RangeSet
- 
Removes all ranges from this RangeSet(optional operation).
 
- clear() - Method in class com.google.common.collect.Sets.SetView
- 
- clear() - Method in interface com.google.common.collect.Table
- 
Removes all mappings from the table. 
- clear() - Method in class com.google.common.collect.TreeRangeMap
-  
- clear() - Method in class com.google.common.util.concurrent.AtomicLongMap
- 
Removes all of the mappings from this map. 
- close() - Method in class com.google.common.base.FinalizableReferenceQueue
-  
- close() - Method in class com.google.common.hash.HashingOutputStream
-  
- close(Closeable, boolean) - Static method in class com.google.common.io.Closeables
- 
Closes a  Closeable, with control over whether an  IOException may be thrown. 
- close() - Method in class com.google.common.io.Closer
- 
Closes all Closeableinstances that have been added to thisCloser.
 
- close() - Method in class com.google.common.io.CountingOutputStream
-  
- close() - Method in class com.google.common.io.FileBackedOutputStream
-  
- close() - Method in class com.google.common.io.LittleEndianDataOutputStream
-  
- Closeables - Class in com.google.common.io
- 
Utility methods for working with  Closeable objects. 
- closed(C, C) - Static method in class com.google.common.collect.Range
- 
Returns a range that contains all values greater than or equal to
 lowerand less than or equal toupper.
 
- closedOpen(C, C) - Static method in class com.google.common.collect.Range
- 
Returns a range that contains all values greater than or equal to
 lowerand strictly less thanupper.
 
- closeQuietly(InputStream) - Static method in class com.google.common.io.Closeables
- 
Closes the given  InputStream, logging any  IOException that's thrown rather than
 propagating it. 
- closeQuietly(Reader) - Static method in class com.google.common.io.Closeables
- 
Closes the given  Reader, logging any  IOException that's thrown rather than
 propagating it. 
- Closer - Class in com.google.common.io
- 
A  Closeable that collects  Closeable resources and closes them all when it is
  closed. 
- codePointAt(CharSequence, int, int) - Static method in class com.google.common.escape.UnicodeEscaper
- 
Returns the Unicode code point of the character at the given index. 
- coerceToInteger(InetAddress) - Static method in class com.google.common.net.InetAddresses
- 
Returns an integer representing an IPv4 address regardless of whether the supplied argument is
 an IPv4 address or not. 
- collapseFrom(CharSequence, char) - Method in class com.google.common.base.CharMatcher
- 
Returns a string copy of the input character sequence, with each group of consecutive
 characters that match this matcher replaced by a single replacement character. 
- Collections2 - Class in com.google.common.collect
- 
Provides static methods for working with Collectioninstances.
 
- column(C) - Method in class com.google.common.collect.ArrayTable
- 
Returns a view of all mappings that have the given column key. 
- column(C) - Method in class com.google.common.collect.ForwardingTable
-  
- column(C) - Method in class com.google.common.collect.ImmutableTable
- 
Returns a view of all mappings that have the given column key. 
- column(C) - Method in interface com.google.common.collect.Table
- 
Returns a view of all mappings that have the given column key. 
- columnComparator() - Method in class com.google.common.collect.TreeBasedTable
- 
- columnKeyList() - Method in class com.google.common.collect.ArrayTable
- 
Returns, as an immutable list, the column keys provided when the table was
 constructed, including those that are mapped to null values only. 
- columnKeySet() - Method in class com.google.common.collect.ArrayTable
- 
Returns an immutable set of the valid column keys, including those that
 are associated with null values only. 
- columnKeySet() - Method in class com.google.common.collect.ForwardingTable
-  
- columnKeySet() - Method in class com.google.common.collect.ImmutableTable
-  
- columnKeySet() - Method in interface com.google.common.collect.Table
- 
Returns a set of column keys that have one or more values in the table. 
- columnMap() - Method in class com.google.common.collect.ArrayTable
-  
- columnMap() - Method in class com.google.common.collect.ForwardingTable
-  
- columnMap() - Method in class com.google.common.collect.ImmutableTable
- 
Returns a view that associates each column key with the corresponding map
 from row keys to values. 
- columnMap() - Method in interface com.google.common.collect.Table
- 
Returns a view that associates each column key with the corresponding map
 from row keys to values. 
- com.google.common.annotations - package com.google.common.annotations
- 
Common annotation types. 
- com.google.common.base - package com.google.common.base
- 
Basic utility libraries and interfaces. 
- com.google.common.cache - package com.google.common.cache
- 
This package contains caching utilities. 
- com.google.common.collect - package com.google.common.collect
- 
This package contains generic collection interfaces and implementations, and
 other utilities for working with collections. 
- com.google.common.escape - package com.google.common.escape
- 
Interfaces, utilities, and simple implementations of escapers and encoders. 
- com.google.common.eventbus - package com.google.common.eventbus
- 
The EventBus allows publish-subscribe-style communication between components without requiring
 the components to explicitly register with one another (and thus be aware of each other). 
- com.google.common.graph - package com.google.common.graph
- 
An API for representing graph (node and edge) data. 
- com.google.common.hash - package com.google.common.hash
- 
Hash functions and related structures. 
- com.google.common.html - package com.google.common.html
- 
Escapers
 for
 HTML. 
- com.google.common.io - package com.google.common.io
- 
This package contains utility methods and classes for working with Java I/O; for example input
 streams, output streams, readers, writers, and files. 
- com.google.common.math - package com.google.common.math
- 
Arithmetic functions operating on primitive values and  BigInteger instances. 
- com.google.common.net - package com.google.common.net
- 
This package contains utility methods and classes for working with net addresses (numeric IP and
 domain names). 
- com.google.common.primitives - package com.google.common.primitives
- 
Static utilities for working with the eight primitive types and void, and value types for
 treating them as unsigned.
 
- com.google.common.reflect - package com.google.common.reflect
- 
This package contains utilities to work with Java reflection. 
- com.google.common.util.concurrent - package com.google.common.util.concurrent
- 
Concurrency utilities. 
- com.google.common.xml - package com.google.common.xml
- 
Escapers
 for
 XML. 
- combineOrdered(Iterable<HashCode>) - Static method in class com.google.common.hash.Hashing
- 
Returns a hash code, having the same bit length as each of the input hash codes, that combines
 the information of these hash codes in an ordered fashion. 
- combineUnordered(Iterable<HashCode>) - Static method in class com.google.common.hash.Hashing
- 
Returns a hash code, having the same bit length as each of the input hash codes, that combines
 the information of these hash codes in an unordered fashion. 
- commonPrefix(CharSequence, CharSequence) - Static method in class com.google.common.base.Strings
- 
Returns the longest string prefixsuch thata.toString().startsWith(prefix) && b.toString().startsWith(prefix), taking care not to
 split surrogate pairs.
 
- commonSuffix(CharSequence, CharSequence) - Static method in class com.google.common.base.Strings
- 
Returns the longest string suffixsuch thata.toString().endsWith(suffix) && b.toString().endsWith(suffix), taking care not to
 split surrogate pairs.
 
- comparator() - Method in class com.google.common.collect.ForwardingSortedMap
-  
- comparator() - Method in class com.google.common.collect.ForwardingSortedMultiset
-  
- comparator() - Method in class com.google.common.collect.ForwardingSortedSet
-  
- comparator() - Method in class com.google.common.collect.ImmutableSortedMap
- 
Returns the comparator that orders the keys, which is
  Ordering.natural() when the natural ordering of the keys is used. 
- comparator() - Method in class com.google.common.collect.ImmutableSortedMultiset
-  
- comparator() - Method in class com.google.common.collect.ImmutableSortedSet
- 
Returns the comparator that orders the elements, which is
  Ordering.natural() when the natural ordering of the
 elements is used. 
- comparator() - Method in class com.google.common.collect.MinMaxPriorityQueue
- 
Returns the comparator used to order the elements in this queue. 
- comparator() - Method in interface com.google.common.collect.SortedMultiset
- 
Returns the comparator that orders this multiset, or
  Ordering.natural() if the natural ordering of the elements is used. 
- comparator() - Method in class com.google.common.graph.ElementOrder
- 
- Comparators - Class in com.google.common.collect
- 
Provides static methods for working with  Comparator instances. 
- compare(Comparable<?>, Comparable<?>) - Method in class com.google.common.collect.ComparisonChain
- 
Compares two comparable objects as specified by  Comparable.compareTo(T),  if the result of this comparison chain
 has not already been determined. 
- compare(T, T, Comparator<T>) - Method in class com.google.common.collect.ComparisonChain
- 
Compares two objects using a comparator, if the result of this
 comparison chain has not already been determined. 
- compare(int, int) - Method in class com.google.common.collect.ComparisonChain
- 
Compares two  int values as specified by  Ints.compare(int, int),
  if the result of this comparison chain has not already been
 determined. 
- compare(long, long) - Method in class com.google.common.collect.ComparisonChain
- 
Compares two  long values as specified by  Longs.compare(long, long),
  if the result of this comparison chain has not already been
 determined. 
- compare(float, float) - Method in class com.google.common.collect.ComparisonChain
- 
Compares two  float values as specified by  Float.compare(float, float),  if the result of this comparison chain has not
 already been determined. 
- compare(double, double) - Method in class com.google.common.collect.ComparisonChain
- 
- compare(Boolean, Boolean) - Method in class com.google.common.collect.ComparisonChain
- 
- compare(T, T) - Method in class com.google.common.collect.Ordering
-  
- compare(boolean, boolean) - Static method in class com.google.common.primitives.Booleans
- 
Compares the two specified booleanvalues in the standard way (falseis
 considered less thantrue).
 
- compare(char, char) - Static method in class com.google.common.primitives.Chars
- 
Compares the two specified charvalues.
 
- compare(double, double) - Static method in class com.google.common.primitives.Doubles
- 
Compares the two specified doublevalues.
 
- compare(float, float) - Static method in class com.google.common.primitives.Floats
- 
- compare(int, int) - Static method in class com.google.common.primitives.Ints
- 
Compares the two specified intvalues.
 
- compare(long, long) - Static method in class com.google.common.primitives.Longs
- 
Compares the two specified longvalues.
 
- compare(short, short) - Static method in class com.google.common.primitives.Shorts
- 
Compares the two specified shortvalues.
 
- compare(byte, byte) - Static method in class com.google.common.primitives.SignedBytes
- 
Compares the two specified bytevalues.
 
- compare(byte, byte) - Static method in class com.google.common.primitives.UnsignedBytes
- 
Compares the two specified bytevalues, treating them as unsigned values between 0 and
 255 inclusive.
 
- compare(int, int) - Static method in class com.google.common.primitives.UnsignedInts
- 
Compares the two specified intvalues, treating them as unsigned values between0and2^32 - 1inclusive.
 
- compare(long, long) - Static method in class com.google.common.primitives.UnsignedLongs
- 
Compares the two specified longvalues, treating them as unsigned values between0and2^64 - 1inclusive.
 
- compareAndSet(double, double) - Method in class com.google.common.util.concurrent.AtomicDouble
- 
Atomically sets the value to the given updated value
 if the current value is  bitwise equal
 to the expected value. 
- compareAndSet(int, double, double) - Method in class com.google.common.util.concurrent.AtomicDoubleArray
- 
Atomically sets the element at position  i to the given
 updated value
 if the current value is  bitwise equal
 to the expected value. 
- compareFalseFirst(boolean, boolean) - Method in class com.google.common.collect.ComparisonChain
- 
Compares two booleanvalues, consideringfalseto be less
 thantrue, if the result of this comparison chain has not
 already been determined.
 
- compareTo(UnsignedInteger) - Method in class com.google.common.primitives.UnsignedInteger
- 
Compares this unsigned integer to another unsigned integer. 
- compareTo(UnsignedLong) - Method in class com.google.common.primitives.UnsignedLong
-  
- compareTrueFirst(boolean, boolean) - Method in class com.google.common.collect.ComparisonChain
- 
Compares two booleanvalues, consideringtrueto be less
 thanfalse, if the result of this comparison chain has not
 already been determined.
 
- ComparisonChain - Class in com.google.common.collect
- 
A utility for performing a chained comparison statement. 
- complement() - Method in class com.google.common.collect.ImmutableRangeSet
-  
- complement() - Method in interface com.google.common.collect.RangeSet
- 
Returns a view of the complement of this RangeSet.
 
- complement() - Method in class com.google.common.collect.TreeRangeSet
-  
- complementOf(Collection<E>) - Static method in class com.google.common.collect.Sets
- 
Creates an EnumSetconsisting of all enum values that are not in
 the specified collection.
 
- complementOf(Collection<E>, Class<E>) - Static method in class com.google.common.collect.Sets
- 
Creates an EnumSetconsisting of all enum values that are not in
 the specified collection.
 
- compose(Function<B, C>, Function<A, ? extends B>) - Static method in class com.google.common.base.Functions
- 
Returns the composition of two functions. 
- compose(Predicate<B>, Function<A, ? extends B>) - Static method in class com.google.common.base.Predicates
- 
Returns the composition of a function and a predicate. 
- compose(Function<? super F, T>, Supplier<F>) - Static method in class com.google.common.base.Suppliers
- 
Returns a new supplier which is the composition of the provided function and supplier. 
- compound(Comparator<? super U>) - Method in class com.google.common.collect.Ordering
- 
Returns an ordering which first uses the ordering this, but which in the event of a
 "tie", then delegates tosecondaryComparator.
 
- compound(Iterable<? extends Comparator<? super T>>) - Static method in class com.google.common.collect.Ordering
- 
Returns an ordering which tries each given comparator in order until a non-zero result is
 found, returning that result, and returning zero only if all comparators return zero. 
- ComputationException - Exception in com.google.common.collect
- 
Wraps an exception that occurred during a computation. 
- ComputationException(Throwable) - Constructor for exception com.google.common.collect.ComputationException
- 
Creates a new instance with the given cause. 
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class com.google.common.collect.ImmutableMap
- 
- compute(Collection<? extends Number>) - Method in class com.google.common.math.Quantiles.ScaleAndIndex
- 
Computes the quantile value of the given dataset. 
- compute(double...) - Method in class com.google.common.math.Quantiles.ScaleAndIndex
- 
Computes the quantile value of the given dataset. 
- compute(long...) - Method in class com.google.common.math.Quantiles.ScaleAndIndex
- 
Computes the quantile value of the given dataset. 
- compute(int...) - Method in class com.google.common.math.Quantiles.ScaleAndIndex
- 
Computes the quantile value of the given dataset. 
- compute(Collection<? extends Number>) - Method in class com.google.common.math.Quantiles.ScaleAndIndexes
- 
Computes the quantile values of the given dataset. 
- compute(double...) - Method in class com.google.common.math.Quantiles.ScaleAndIndexes
- 
Computes the quantile values of the given dataset. 
- compute(long...) - Method in class com.google.common.math.Quantiles.ScaleAndIndexes
- 
Computes the quantile values of the given dataset. 
- compute(int...) - Method in class com.google.common.math.Quantiles.ScaleAndIndexes
- 
Computes the quantile values of the given dataset. 
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class com.google.common.collect.ImmutableMap
- 
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class com.google.common.collect.ImmutableMap
- 
- computeInPlace(double...) - Method in class com.google.common.math.Quantiles.ScaleAndIndex
- 
Computes the quantile value of the given dataset, performing the computation in-place. 
- computeInPlace(double...) - Method in class com.google.common.math.Quantiles.ScaleAndIndexes
- 
Computes the quantile values of the given dataset, performing the computation in-place. 
- computeNext() - Method in class com.google.common.collect.AbstractIterator
- 
Returns the next element. 
- computeNext(T) - Method in class com.google.common.collect.AbstractSequentialIterator
- 
Returns the element that follows previous, or returnsnullif no elements remain.
 
- computeReplacement(CharEscaper, char) - Static method in class com.google.common.escape.Escapers
- 
Returns a string that would replace the given character in the specified escaper, or
 nullif no replacement should be made.
 
- computeReplacement(UnicodeEscaper, int) - Static method in class com.google.common.escape.Escapers
- 
Returns a string that would replace the given character in the specified escaper, or
 nullif no replacement should be made.
 
- concat(Iterable<? extends T>, Iterable<? extends T>) - Static method in class com.google.common.collect.FluentIterable
- 
Returns a fluent iterable that combines two iterables. 
- concat(Iterable<? extends T>, Iterable<? extends T>, Iterable<? extends T>) - Static method in class com.google.common.collect.FluentIterable
- 
Returns a fluent iterable that combines three iterables. 
- concat(Iterable<? extends T>, Iterable<? extends T>, Iterable<? extends T>, Iterable<? extends T>) - Static method in class com.google.common.collect.FluentIterable
- 
Returns a fluent iterable that combines four iterables. 
- concat(Iterable<? extends T>...) - Static method in class com.google.common.collect.FluentIterable
- 
Returns a fluent iterable that combines several iterables. 
- concat(Iterable<? extends Iterable<? extends T>>) - Static method in class com.google.common.collect.FluentIterable
- 
Returns a fluent iterable that combines several iterables. 
- concat(Iterable<? extends T>, Iterable<? extends T>) - Static method in class com.google.common.collect.Iterables
- 
Combines two iterables into a single iterable. 
- concat(Iterable<? extends T>, Iterable<? extends T>, Iterable<? extends T>) - Static method in class com.google.common.collect.Iterables
- 
Combines three iterables into a single iterable. 
- concat(Iterable<? extends T>, Iterable<? extends T>, Iterable<? extends T>, Iterable<? extends T>) - Static method in class com.google.common.collect.Iterables
- 
Combines four iterables into a single iterable. 
- concat(Iterable<? extends T>...) - Static method in class com.google.common.collect.Iterables
- 
Combines multiple iterables into a single iterable. 
- concat(Iterable<? extends Iterable<? extends T>>) - Static method in class com.google.common.collect.Iterables
- 
Combines multiple iterables into a single iterable. 
- concat(Iterator<? extends T>, Iterator<? extends T>) - Static method in class com.google.common.collect.Iterators
- 
Combines two iterators into a single iterator. 
- concat(Iterator<? extends T>, Iterator<? extends T>, Iterator<? extends T>) - Static method in class com.google.common.collect.Iterators
- 
Combines three iterators into a single iterator. 
- concat(Iterator<? extends T>, Iterator<? extends T>, Iterator<? extends T>, Iterator<? extends T>) - Static method in class com.google.common.collect.Iterators
- 
Combines four iterators into a single iterator. 
- concat(Iterator<? extends T>...) - Static method in class com.google.common.collect.Iterators
- 
Combines multiple iterators into a single iterator. 
- concat(Iterator<? extends Iterator<? extends T>>) - Static method in class com.google.common.collect.Iterators
- 
Combines multiple iterators into a single iterator. 
- concat(T[], T[], Class<T>) - Static method in class com.google.common.collect.ObjectArrays
- 
Returns a new array that contains the concatenated contents of two arrays. 
- concat(T, T[]) - Static method in class com.google.common.collect.ObjectArrays
- 
Returns a new array that prepends elementtoarray.
 
- concat(T[], T) - Static method in class com.google.common.collect.ObjectArrays
- 
Returns a new array that appends elementtoarray.
 
- concat(Stream<? extends T>...) - Static method in class com.google.common.collect.Streams
- 
Returns a  Stream containing the elements of the first stream, followed by the elements
 of the second stream, and so on. 
- concat(IntStream...) - Static method in class com.google.common.collect.Streams
- 
Returns an  IntStream containing the elements of the first stream, followed by the
 elements of the second stream, and so on. 
- concat(LongStream...) - Static method in class com.google.common.collect.Streams
- 
Returns a  LongStream containing the elements of the first stream, followed by the
 elements of the second stream, and so on. 
- concat(DoubleStream...) - Static method in class com.google.common.collect.Streams
- 
Returns a  DoubleStream containing the elements of the first stream, followed by the
 elements of the second stream, and so on. 
- concat(Iterable<? extends ByteSource>) - Static method in class com.google.common.io.ByteSource
- 
Concatenates multiple  ByteSource instances into a single source. 
- concat(Iterator<? extends ByteSource>) - Static method in class com.google.common.io.ByteSource
- 
Concatenates multiple  ByteSource instances into a single source. 
- concat(ByteSource...) - Static method in class com.google.common.io.ByteSource
- 
Concatenates multiple  ByteSource instances into a single source. 
- concat(Iterable<? extends CharSource>) - Static method in class com.google.common.io.CharSource
- 
Concatenates multiple  CharSource instances into a single source. 
- concat(Iterator<? extends CharSource>) - Static method in class com.google.common.io.CharSource
- 
Concatenates multiple  CharSource instances into a single source. 
- concat(CharSource...) - Static method in class com.google.common.io.CharSource
- 
Concatenates multiple  CharSource instances into a single source. 
- concat(boolean[]...) - Static method in class com.google.common.primitives.Booleans
- 
Returns the values from each provided array combined into a single array. 
- concat(byte[]...) - Static method in class com.google.common.primitives.Bytes
- 
Returns the values from each provided array combined into a single array. 
- concat(char[]...) - Static method in class com.google.common.primitives.Chars
- 
Returns the values from each provided array combined into a single array. 
- concat(double[]...) - Static method in class com.google.common.primitives.Doubles
- 
Returns the values from each provided array combined into a single array. 
- concat(float[]...) - Static method in class com.google.common.primitives.Floats
- 
Returns the values from each provided array combined into a single array. 
- concat(int[]...) - Static method in class com.google.common.primitives.Ints
- 
Returns the values from each provided array combined into a single array. 
- concat(long[]...) - Static method in class com.google.common.primitives.Longs
- 
Returns the values from each provided array combined into a single array. 
- concat(short[]...) - Static method in class com.google.common.primitives.Shorts
- 
Returns the values from each provided array combined into a single array. 
- concatenating(HashFunction, HashFunction, HashFunction...) - Static method in class com.google.common.hash.Hashing
- 
Returns a hash function which computes its hash code by concatenating the hash codes of the
 underlying hash functions together. 
- concatenating(Iterable<HashFunction>) - Static method in class com.google.common.hash.Hashing
- 
Returns a hash function which computes its hash code by concatenating the hash codes of the
 underlying hash functions together. 
- concurrencyLevel(int) - Method in class com.google.common.cache.CacheBuilder
- 
Guides the allowed concurrency among update operations. 
- concurrencyLevel(int) - Method in class com.google.common.collect.Interners.InternerBuilder
- 
Sets the concurrency level that will be used by the to-be-built  Interner. 
- concurrencyLevel(int) - Method in class com.google.common.collect.MapMaker
- 
Guides the allowed concurrency among update operations. 
- ConcurrentHashMultiset<E> - Class in com.google.common.collect
- 
A multiset that supports concurrent modifications and that provides atomic versions of most
 Multisetoperations (exceptions where noted).
 
- CONNECTION - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Connectionheader field name.
 
- consistentHash(HashCode, int) - Static method in class com.google.common.hash.Hashing
- 
Assigns to hashCodea "bucket" in the range[0, buckets), in a uniform manner
 that minimizes the need for remapping asbucketsgrows.
 
- consistentHash(long, int) - Static method in class com.google.common.hash.Hashing
- 
Assigns to inputa "bucket" in the range[0, buckets), in a uniform manner that
 minimizes the need for remapping asbucketsgrows.
 
- constant(E) - Static method in class com.google.common.base.Functions
- 
Returns a function that ignores its input and always returns value.
 
- constrainToRange(char, char, char) - Static method in class com.google.common.primitives.Chars
- 
Returns the value nearest to valuewhich is within the closed range[min..max].
 
- constrainToRange(double, double, double) - Static method in class com.google.common.primitives.Doubles
- 
Returns the value nearest to valuewhich is within the closed range[min..max].
 
- constrainToRange(float, float, float) - Static method in class com.google.common.primitives.Floats
- 
Returns the value nearest to valuewhich is within the closed range[min..max].
 
- constrainToRange(int, int, int) - Static method in class com.google.common.primitives.Ints
- 
Returns the value nearest to valuewhich is within the closed range[min..max].
 
- constrainToRange(long, long, long) - Static method in class com.google.common.primitives.Longs
- 
Returns the value nearest to valuewhich is within the closed range[min..max].
 
- constrainToRange(short, short, short) - Static method in class com.google.common.primitives.Shorts
- 
Returns the value nearest to valuewhich is within the closed range[min..max].
 
- constructor(Constructor<?>) - Method in class com.google.common.reflect.TypeToken
- 
Returns the  Invokable for  constructor, which must be a member of  T. 
- consumingIterable(Iterable<T>) - Static method in class com.google.common.collect.Iterables
- 
- consumingIterator(Iterator<T>) - Static method in class com.google.common.collect.Iterators
- 
Returns a view of the supplied iteratorthat removes each element
 from the suppliediteratoras it is returned.
 
- contains(Pattern) - Static method in class com.google.common.base.Predicates
- 
Returns a predicate that evaluates to trueif theCharSequencebeing tested
 contains any match for the given regular expression pattern.
 
- contains(Object, Object) - Method in class com.google.common.collect.ArrayTable
- 
Returns trueif the provided keys are among the keys provided when
 the table was constructed.
 
- contains(Object) - Method in class com.google.common.collect.EvictingQueue
-  
- contains(Object) - Method in class com.google.common.collect.FluentIterable
- 
Returns trueif this fluent iterable contains any object for whichequals(target)is true.
 
- contains(Object) - Method in class com.google.common.collect.ForwardingCollection
-  
- contains(Object, Object) - Method in class com.google.common.collect.ForwardingTable
-  
- contains(Object, Object) - Method in class com.google.common.collect.HashBasedTable
-  
- contains(Object) - Method in class com.google.common.collect.ImmutableCollection
-  
- contains(Object) - Method in class com.google.common.collect.ImmutableList
-  
- contains(Object) - Method in class com.google.common.collect.ImmutableMultiset
-  
- contains(Object, Object) - Method in class com.google.common.collect.ImmutableTable
-  
- contains(Iterable<?>, Object) - Static method in class com.google.common.collect.Iterables
- 
Returns trueifiterablecontains any object for whichequals(element)is true.
 
- contains(Iterator<?>, Object) - Static method in class com.google.common.collect.Iterators
- 
Returns trueifiteratorcontainselement.
 
- contains(Object) - Method in interface com.google.common.collect.Multiset
- 
Determines whether this multiset contains the specified element. 
- contains(C) - Method in class com.google.common.collect.Range
- 
Returns trueifvalueis within the bounds of this range.
 
- contains(C) - Method in interface com.google.common.collect.RangeSet
- 
Determines whether any of this range set's member ranges contains value.
 
- contains(Object, Object) - Method in interface com.google.common.collect.Table
- 
Returns trueif the table contains a mapping with the specified row and column keys.
 
- contains(boolean[], boolean) - Static method in class com.google.common.primitives.Booleans
- 
Returns trueiftargetis present as an element anywhere inarray.
 
- contains(byte[], byte) - Static method in class com.google.common.primitives.Bytes
- 
Returns trueiftargetis present as an element anywhere inarray.
 
- contains(char[], char) - Static method in class com.google.common.primitives.Chars
- 
Returns trueiftargetis present as an element anywhere inarray.
 
- contains(double[], double) - Static method in class com.google.common.primitives.Doubles
- 
Returns trueiftargetis present as an element anywhere inarray.
 
- contains(float[], float) - Static method in class com.google.common.primitives.Floats
- 
Returns trueiftargetis present as an element anywhere inarray.
 
- contains(int[], int) - Static method in class com.google.common.primitives.Ints
- 
Returns trueiftargetis present as an element anywhere inarray.
 
- contains(long[], long) - Static method in class com.google.common.primitives.Longs
- 
Returns trueiftargetis present as an element anywhere inarray.
 
- contains(short[], short) - Static method in class com.google.common.primitives.Shorts
- 
Returns trueiftargetis present as an element anywhere inarray.
 
- containsAll(Collection<?>) - Method in class com.google.common.collect.ForwardingCollection
-  
- containsAll(Collection<?>) - Method in interface com.google.common.collect.Multiset
- 
Returns trueif this multiset contains at least one occurrence of
 each element in the specified collection.
 
- containsAll(Iterable<? extends C>) - Method in class com.google.common.collect.Range
- 
Returns  true if every element in  values is  contained in
 this range. 
- containsColumn(Object) - Method in class com.google.common.collect.ArrayTable
- 
Returns trueif the provided column key is among the column keys
 provided when the table was constructed.
 
- containsColumn(Object) - Method in class com.google.common.collect.ForwardingTable
-  
- containsColumn(Object) - Method in class com.google.common.collect.HashBasedTable
-  
- containsColumn(Object) - Method in interface com.google.common.collect.Table
- 
Returns trueif the table contains a mapping with the specified column.
 
- containsEntry(Object, Object) - Method in class com.google.common.collect.ForwardingMultimap
-  
- containsEntry(Object, Object) - Method in interface com.google.common.collect.Multimap
- 
Returns trueif this multimap contains at least one key-value pair
 with the keykeyand the valuevalue.
 
- containsKey(Object) - Method in class com.google.common.collect.ForwardingMap
-  
- containsKey(Object) - Method in class com.google.common.collect.ForwardingMultimap
-  
- containsKey(Object) - Method in class com.google.common.collect.HashBiMap
-  
- containsKey(Object) - Method in class com.google.common.collect.ImmutableMap
-  
- containsKey(Object) - Method in class com.google.common.collect.ImmutableMultimap
-  
- containsKey(Object) - Method in class com.google.common.collect.LinkedListMultimap
-  
- containsKey(Object) - Method in interface com.google.common.collect.Multimap
- 
Returns trueif this multimap contains at least one key-value pair
 with the keykey.
 
- containsKey(Object) - Method in class com.google.common.util.concurrent.AtomicLongMap
- 
Returns true if this map contains a mapping for the specified key. 
- containsOccurrences(Multiset<?>, Multiset<?>) - Static method in class com.google.common.collect.Multisets
- 
Returns trueifsubMultiset.count(o) <=
 superMultiset.count(o)for allo.
 
- containsPattern(String) - Static method in class com.google.common.base.Predicates
- 
Returns a predicate that evaluates to trueif theCharSequencebeing tested
 contains any match for the given regular expression pattern.
 
- containsRow(Object) - Method in class com.google.common.collect.ArrayTable
- 
Returns trueif the provided row key is among the row keys
 provided when the table was constructed.
 
- containsRow(Object) - Method in class com.google.common.collect.ForwardingTable
-  
- containsRow(Object) - Method in class com.google.common.collect.HashBasedTable
-  
- containsRow(Object) - Method in interface com.google.common.collect.Table
- 
Returns trueif the table contains a mapping with the specified row key.
 
- containsValue(Object) - Method in class com.google.common.collect.ArrayTable
-  
- containsValue(Object) - Method in class com.google.common.collect.ForwardingMap
-  
- containsValue(Object) - Method in class com.google.common.collect.ForwardingMultimap
-  
- containsValue(Object) - Method in class com.google.common.collect.ForwardingTable
-  
- containsValue(Object) - Method in class com.google.common.collect.HashBasedTable
-  
- containsValue(Object) - Method in class com.google.common.collect.HashBiMap
-  
- containsValue(Object) - Method in class com.google.common.collect.ImmutableMap
-  
- containsValue(Object) - Method in class com.google.common.collect.ImmutableMultimap
-  
- containsValue(Object) - Method in class com.google.common.collect.ImmutableTable
-  
- containsValue(Object) - Method in class com.google.common.collect.LinkedListMultimap
-  
- containsValue(Object) - Method in interface com.google.common.collect.Multimap
- 
Returns trueif this multimap contains at least one key-value pair
 with the valuevalue.
 
- containsValue(Object) - Method in interface com.google.common.collect.Table
- 
Returns trueif the table contains a mapping with the specified value.
 
- CONTENT_DISPOSITION - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Content-Dispositionheader field name.
 
- CONTENT_ENCODING - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Content-Encodingheader field name.
 
- CONTENT_LANGUAGE - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Content-Languageheader field name.
 
- CONTENT_LENGTH - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Content-Lengthheader field name.
 
- CONTENT_LOCATION - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Content-Locationheader field name.
 
- CONTENT_MD5 - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Content-MD5header field name.
 
- CONTENT_RANGE - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Content-Rangeheader field name.
 
- CONTENT_SECURITY_POLICY - Static variable in class com.google.common.net.HttpHeaders
- 
- CONTENT_SECURITY_POLICY_REPORT_ONLY - Static variable in class com.google.common.net.HttpHeaders
- 
- CONTENT_TYPE - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Content-Typeheader field name.
 
- contentEquals(ByteSource) - Method in class com.google.common.io.ByteSource
- 
Checks that the contents of this byte source are equal to the contents of the given byte
 source. 
- ContiguousSet<C extends Comparable> - Class in com.google.common.collect
- 
- convert(A) - Method in class com.google.common.base.Converter
- 
Returns a representation of aas an instance of typeB.
 
- convertAll(Iterable<? extends A>) - Method in class com.google.common.base.Converter
- 
Returns an iterable that applies convertto each element offromIterable.
 
- Converter<A,B> - Class in com.google.common.base
- 
A function from AtoBwith an associated reverse function fromBtoA; used for converting back and forth between different representations of the same
 information.
 
- Converter() - Constructor for class com.google.common.base.Converter
- 
Constructor for use by subclasses. 
- converterTo(CaseFormat) - Method in enum com.google.common.base.CaseFormat
- 
Returns a Converterthat converts strings from this format totargetFormat.
 
- COOKIE - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Cookieheader field name.
 
- copy() - Method in class com.google.common.hash.BloomFilter
- 
Creates a new BloomFilterthat's a copy of this instance.
 
- copy(InputStream, OutputStream) - Static method in class com.google.common.io.ByteStreams
- 
Copies all bytes from the input stream to the output stream. 
- copy(ReadableByteChannel, WritableByteChannel) - Static method in class com.google.common.io.ByteStreams
- 
Copies all bytes from the readable channel to the writable channel. 
- copy(Readable, Appendable) - Static method in class com.google.common.io.CharStreams
- 
- copy(File, OutputStream) - Static method in class com.google.common.io.Files
- 
Copies all bytes from a file to an output stream. 
- copy(File, File) - Static method in class com.google.common.io.Files
- 
Copies all the bytes from one file to another. 
- copy(File, Charset, Appendable) - Static method in class com.google.common.io.Files
- 
Copies all characters from a file to an appendable object, using the given character set. 
- copy(URL, OutputStream) - Static method in class com.google.common.io.Resources
- 
Copies all bytes from a URL to an output stream. 
- copyHighestCountFirst(Multiset<E>) - Static method in class com.google.common.collect.Multisets
- 
Returns a copy of  multiset as an  ImmutableMultiset whose iteration order is
 highest count first, with ties broken by the iteration order of the original multiset. 
- copyInto(C) - Method in class com.google.common.collect.FluentIterable
- 
Copies all the elements from this fluent iterable to collection.
 
- copyInto(S) - Method in class com.google.common.collect.Sets.SetView
- 
Copies the current contents of this set view into an existing set. 
- copyOf(Map<? extends K, ? extends V>) - Static method in class com.google.common.collect.ImmutableBiMap
- 
Returns an immutable bimap containing the same entries as map.
 
- copyOf(Iterable<? extends Map.Entry<? extends K, ? extends V>>) - Static method in class com.google.common.collect.ImmutableBiMap
- 
Returns an immutable bimap containing the given entries. 
- copyOf(Map<? extends Class<? extends S>, ? extends S>) - Static method in class com.google.common.collect.ImmutableClassToInstanceMap
- 
Returns an immutable map containing the same entries as map.
 
- copyOf(Iterable<? extends E>) - Static method in class com.google.common.collect.ImmutableList
- 
Returns an immutable list containing the given elements, in order. 
- copyOf(Collection<? extends E>) - Static method in class com.google.common.collect.ImmutableList
- 
Returns an immutable list containing the given elements, in order. 
- copyOf(Iterator<? extends E>) - Static method in class com.google.common.collect.ImmutableList
- 
Returns an immutable list containing the given elements, in order. 
- copyOf(E[]) - Static method in class com.google.common.collect.ImmutableList
- 
Returns an immutable list containing the given elements, in order. 
- copyOf(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.ImmutableListMultimap
- 
Returns an immutable multimap containing the same mappings as multimap.
 
- copyOf(Iterable<? extends Map.Entry<? extends K, ? extends V>>) - Static method in class com.google.common.collect.ImmutableListMultimap
- 
Returns an immutable multimap containing the specified entries. 
- copyOf(Map<? extends K, ? extends V>) - Static method in class com.google.common.collect.ImmutableMap
- 
Returns an immutable map containing the same entries as map.
 
- copyOf(Iterable<? extends Map.Entry<? extends K, ? extends V>>) - Static method in class com.google.common.collect.ImmutableMap
- 
Returns an immutable map containing the specified entries. 
- copyOf(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.ImmutableMultimap
- 
Returns an immutable multimap containing the same mappings as multimap, in the "key-grouped" iteration order described in the class
 documentation.
 
- copyOf(Iterable<? extends Map.Entry<? extends K, ? extends V>>) - Static method in class com.google.common.collect.ImmutableMultimap
- 
Returns an immutable multimap containing the specified entries. 
- copyOf(E[]) - Static method in class com.google.common.collect.ImmutableMultiset
- 
Returns an immutable multiset containing the given elements, in the "grouped iteration order"
 described in the class documentation. 
- copyOf(Iterable<? extends E>) - Static method in class com.google.common.collect.ImmutableMultiset
- 
Returns an immutable multiset containing the given elements, in the "grouped iteration order"
 described in the class documentation. 
- copyOf(Iterator<? extends E>) - Static method in class com.google.common.collect.ImmutableMultiset
- 
Returns an immutable multiset containing the given elements, in the "grouped iteration order"
 described in the class documentation. 
- copyOf(RangeMap<K, ? extends V>) - Static method in class com.google.common.collect.ImmutableRangeMap
-  
- copyOf(RangeSet<C>) - Static method in class com.google.common.collect.ImmutableRangeSet
- 
Returns an immutable copy of the specified RangeSet.
 
- copyOf(Iterable<Range<C>>) - Static method in class com.google.common.collect.ImmutableRangeSet
- 
Returns an ImmutableRangeSetcontaining each of the specified disjoint ranges.
 
- copyOf(Collection<? extends E>) - Static method in class com.google.common.collect.ImmutableSet
- 
Returns an immutable set containing each of elements, minus duplicates, in the order
 each appears first in the source collection.
 
- copyOf(Iterable<? extends E>) - Static method in class com.google.common.collect.ImmutableSet
- 
Returns an immutable set containing each of elements, minus duplicates, in the order
 each appears first in the source iterable.
 
- copyOf(Iterator<? extends E>) - Static method in class com.google.common.collect.ImmutableSet
- 
Returns an immutable set containing each of elements, minus duplicates, in the order
 each appears first in the source iterator.
 
- copyOf(E[]) - Static method in class com.google.common.collect.ImmutableSet
- 
Returns an immutable set containing each of elements, minus duplicates, in the order
 each appears first in the source array.
 
- copyOf(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.ImmutableSetMultimap
- 
Returns an immutable set multimap containing the same mappings as
 multimap.
 
- copyOf(Iterable<? extends Map.Entry<? extends K, ? extends V>>) - Static method in class com.google.common.collect.ImmutableSetMultimap
- 
Returns an immutable multimap containing the specified entries. 
- copyOf(Map<? extends K, ? extends V>) - Static method in class com.google.common.collect.ImmutableSortedMap
- 
Returns an immutable map containing the same entries as map, sorted
 by the natural ordering of the keys.
 
- copyOf(Map<? extends K, ? extends V>, Comparator<? super K>) - Static method in class com.google.common.collect.ImmutableSortedMap
- 
Returns an immutable map containing the same entries as map, with
 keys sorted by the provided comparator.
 
- copyOf(Iterable<? extends Map.Entry<? extends K, ? extends V>>) - Static method in class com.google.common.collect.ImmutableSortedMap
- 
Returns an immutable map containing the given entries, with keys sorted
 by the provided comparator. 
- copyOf(Iterable<? extends Map.Entry<? extends K, ? extends V>>, Comparator<? super K>) - Static method in class com.google.common.collect.ImmutableSortedMap
- 
Returns an immutable map containing the given entries, with keys sorted
 by the provided comparator. 
- copyOf(E[]) - Static method in class com.google.common.collect.ImmutableSortedMultiset
- 
Returns an immutable sorted multiset containing the given elements sorted by their natural
 ordering. 
- copyOf(Iterable<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedMultiset
- 
Returns an immutable sorted multiset containing the given elements sorted by their natural
 ordering. 
- copyOf(Iterator<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedMultiset
- 
Returns an immutable sorted multiset containing the given elements sorted by their natural
 ordering. 
- copyOf(Comparator<? super E>, Iterator<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedMultiset
- 
Returns an immutable sorted multiset containing the given elements sorted by the given Comparator.
 
- copyOf(Comparator<? super E>, Iterable<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedMultiset
- 
Returns an immutable sorted multiset containing the given elements sorted by the given Comparator.
 
- copyOf(E[]) - Static method in class com.google.common.collect.ImmutableSortedSet
- 
Returns an immutable sorted set containing the given elements sorted by
 their natural ordering. 
- copyOf(Iterable<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedSet
- 
Returns an immutable sorted set containing the given elements sorted by
 their natural ordering. 
- copyOf(Collection<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedSet
- 
Returns an immutable sorted set containing the given elements sorted by
 their natural ordering. 
- copyOf(Iterator<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedSet
- 
Returns an immutable sorted set containing the given elements sorted by
 their natural ordering. 
- copyOf(Comparator<? super E>, Iterator<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedSet
- 
Returns an immutable sorted set containing the given elements sorted by
 the given Comparator.
 
- copyOf(Comparator<? super E>, Iterable<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedSet
- 
Returns an immutable sorted set containing the given elements sorted by
 the given Comparator.
 
- copyOf(Comparator<? super E>, Collection<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedSet
- 
Returns an immutable sorted set containing the given elements sorted by
 the given Comparator.
 
- copyOf(Table<? extends R, ? extends C, ? extends V>) - Static method in class com.google.common.collect.ImmutableTable
- 
Returns an immutable copy of the provided table. 
- copyOf(Graph<N>) - Static method in class com.google.common.graph.Graphs
- 
Creates a mutable copy of graphwith the same nodes and edges.
 
- copyOf(ValueGraph<N, V>) - Static method in class com.google.common.graph.Graphs
- 
Creates a mutable copy of graphwith the same nodes, edges, and edge values.
 
- copyOf(Network<N, E>) - Static method in class com.google.common.graph.Graphs
- 
Creates a mutable copy of networkwith the same nodes and edges.
 
- copyOf(Graph<N>) - Static method in class com.google.common.graph.ImmutableGraph
- 
Returns an immutable copy of graph.
 
- copyOf(ImmutableGraph<N>) - Static method in class com.google.common.graph.ImmutableGraph
- 
- copyOf(Network<N, E>) - Static method in class com.google.common.graph.ImmutableNetwork
- 
Returns an immutable copy of network.
 
- copyOf(ImmutableNetwork<N, E>) - Static method in class com.google.common.graph.ImmutableNetwork
- 
- copyOf(ValueGraph<N, V>) - Static method in class com.google.common.graph.ImmutableValueGraph
- 
Returns an immutable copy of graph.
 
- copyOf(ImmutableValueGraph<N, V>) - Static method in class com.google.common.graph.ImmutableValueGraph
- 
- copyOfSorted(SortedMap<K, ? extends V>) - Static method in class com.google.common.collect.ImmutableSortedMap
- 
Returns an immutable map containing the same entries as the provided sorted
 map, with the same ordering. 
- copyOfSorted(SortedMultiset<E>) - Static method in class com.google.common.collect.ImmutableSortedMultiset
- 
Returns an immutable sorted multiset containing the elements of a sorted multiset, sorted by
 the same Comparator.
 
- copyOfSorted(SortedSet<E>) - Static method in class com.google.common.collect.ImmutableSortedSet
- 
Returns an immutable sorted set containing the elements of a sorted set,
 sorted by the same Comparator.
 
- copyTo(OutputStream) - Method in class com.google.common.io.ByteSource
- 
Copies the contents of this byte source to the given OutputStream.
 
- copyTo(ByteSink) - Method in class com.google.common.io.ByteSource
- 
Copies the contents of this byte source to the given ByteSink.
 
- copyTo(Appendable) - Method in class com.google.common.io.CharSource
- 
- copyTo(CharSink) - Method in class com.google.common.io.CharSource
- 
Copies the contents of this source to the given sink. 
- count(Object) - Method in class com.google.common.collect.ConcurrentHashMultiset
- 
Returns the number of occurrences of elementin this multiset.
 
- count(Object) - Method in class com.google.common.collect.ForwardingMultiset
-  
- count(Object) - Method in interface com.google.common.collect.Multiset
- 
Returns the number of occurrences of an element in this multiset (the count of the
 element). 
- count(Object) - Method in class com.google.common.collect.TreeMultiset
-  
- count() - Method in class com.google.common.math.PairedStats
- 
Returns the number of pairs in the dataset. 
- count() - Method in class com.google.common.math.PairedStatsAccumulator
- 
Returns the number of pairs in the dataset. 
- count() - Method in class com.google.common.math.Stats
- 
Returns the number of values. 
- count() - Method in class com.google.common.math.StatsAccumulator
- 
Returns the number of values. 
- countIn(CharSequence) - Method in class com.google.common.base.CharMatcher
- 
Returns the number of matching characters found in a character sequence. 
- CountingInputStream - Class in com.google.common.io
- 
- CountingInputStream(InputStream) - Constructor for class com.google.common.io.CountingInputStream
- 
Wraps another input stream, counting the number of bytes read. 
- CountingOutputStream - Class in com.google.common.io
- 
An OutputStream that counts the number of bytes written. 
- CountingOutputStream(OutputStream) - Constructor for class com.google.common.io.CountingOutputStream
- 
Wraps another output stream, counting the number of bytes written. 
- countTrue(boolean...) - Static method in class com.google.common.primitives.Booleans
- 
Returns the number of valuesthat aretrue.
 
- CR - Static variable in class com.google.common.base.Ascii
- 
Carriage Return ('\r'): A format effector which controls the movement of the printing position
 to the first printing position on the same printing line. 
- crc32() - Static method in class com.google.common.hash.Hashing
- 
Returns a hash function implementing the CRC-32 checksum algorithm (32 hash bits) by delegating
 to the  CRC32Checksum. 
- crc32c() - Static method in class com.google.common.hash.Hashing
- 
Returns a hash function implementing the CRC32C checksum algorithm (32 hash bits) as described
 by RFC 3720, Section 12.1. 
- create(K, V, RemovalCause) - Static method in class com.google.common.cache.RemovalNotification
- 
Creates a new RemovalNotificationfor the givenkey/valuepair, with
 the givencausefor the removal.
 
- create() - Static method in class com.google.common.collect.ArrayListMultimap
- 
Creates a new, empty ArrayListMultimapwith the default initial capacities.
 
- create(int, int) - Static method in class com.google.common.collect.ArrayListMultimap
- 
Constructs an empty ArrayListMultimapwith enough capacity to hold the specified
 numbers of keys and values without resizing.
 
- create(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.ArrayListMultimap
- 
Constructs an ArrayListMultimapwith the same mappings as the specified multimap.
 
- create(Iterable<? extends R>, Iterable<? extends C>) - Static method in class com.google.common.collect.ArrayTable
- 
Creates an empty ArrayTable.
 
- create(Table<R, C, V>) - Static method in class com.google.common.collect.ArrayTable
- 
Creates an ArrayTablewith the mappings in the provided table.
 
- create() - Static method in class com.google.common.collect.ConcurrentHashMultiset
- 
Creates a new, empty ConcurrentHashMultisetusing the default
 initial capacity, load factor, and concurrency settings.
 
- create(Iterable<? extends E>) - Static method in class com.google.common.collect.ConcurrentHashMultiset
- 
Creates a new ConcurrentHashMultisetcontaining the specified elements, using
 the default initial capacity, load factor, and concurrency settings.
 
- create(ConcurrentMap<E, AtomicInteger>) - Static method in class com.google.common.collect.ConcurrentHashMultiset
- 
Creates a new, empty ConcurrentHashMultisetusingcountMapas the internal
 backing map.
 
- create(Range<C>, DiscreteDomain<C>) - Static method in class com.google.common.collect.ContiguousSet
- 
Returns a  ContiguousSet containing the same values in the given domain
  contained by the range. 
- create(Class<K>, Class<V>) - Static method in class com.google.common.collect.EnumBiMap
- 
Returns a new, empty EnumBiMapusing the specified key and value
 types.
 
- create(Map<K, V>) - Static method in class com.google.common.collect.EnumBiMap
- 
Returns a new bimap with the same mappings as the specified map. 
- create(Class<K>) - Static method in class com.google.common.collect.EnumHashBiMap
- 
Returns a new, empty EnumHashBiMapusing the specified key type.
 
- create(Map<K, ? extends V>) - Static method in class com.google.common.collect.EnumHashBiMap
- 
Constructs a new bimap with the same mappings as the specified map. 
- create(Class<E>) - Static method in class com.google.common.collect.EnumMultiset
- 
Creates an empty EnumMultiset.
 
- create(Iterable<E>) - Static method in class com.google.common.collect.EnumMultiset
- 
Creates a new EnumMultisetcontaining the specified elements.
 
- create(Iterable<E>, Class<E>) - Static method in class com.google.common.collect.EnumMultiset
- 
Returns a new EnumMultisetinstance containing the given elements.
 
- create(int) - Static method in class com.google.common.collect.EvictingQueue
- 
Creates and returns a new evicting queue that will hold up to maxSizeelements.
 
- create() - Static method in class com.google.common.collect.HashBasedTable
- 
Creates an empty HashBasedTable.
 
- create(int, int) - Static method in class com.google.common.collect.HashBasedTable
- 
Creates an empty HashBasedTablewith the specified map sizes.
 
- create(Table<? extends R, ? extends C, ? extends V>) - Static method in class com.google.common.collect.HashBasedTable
- 
Creates a HashBasedTablewith the same mappings as the specified
 table.
 
- create() - Static method in class com.google.common.collect.HashBiMap
- 
Returns a new, empty HashBiMapwith the default initial capacity (16).
 
- create(int) - Static method in class com.google.common.collect.HashBiMap
- 
Constructs a new, empty bimap with the specified expected size. 
- create(Map<? extends K, ? extends V>) - Static method in class com.google.common.collect.HashBiMap
- 
Constructs a new bimap containing initial values from map.
 
- create() - Static method in class com.google.common.collect.HashMultimap
- 
Creates a new, empty HashMultimapwith the default initial capacities.
 
- create(int, int) - Static method in class com.google.common.collect.HashMultimap
- 
Constructs an empty HashMultimapwith enough capacity to hold the specified numbers of
 keys and values without rehashing.
 
- create(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.HashMultimap
- 
Constructs a HashMultimapwith the same mappings as the specified multimap.
 
- create() - Static method in class com.google.common.collect.HashMultiset
- 
Creates a new, empty HashMultisetusing the default initial
 capacity.
 
- create(int) - Static method in class com.google.common.collect.HashMultiset
- 
Creates a new, empty HashMultisetwith the specified expected
 number of distinct elements.
 
- create(Iterable<? extends E>) - Static method in class com.google.common.collect.HashMultiset
- 
Creates a new HashMultisetcontaining the specified elements.
 
- create() - Static method in class com.google.common.collect.LinkedHashMultimap
- 
Creates a new, empty LinkedHashMultimapwith the default initial
 capacities.
 
- create(int, int) - Static method in class com.google.common.collect.LinkedHashMultimap
- 
Constructs an empty LinkedHashMultimapwith enough capacity to hold
 the specified numbers of keys and values without rehashing.
 
- create(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.LinkedHashMultimap
- 
Constructs a LinkedHashMultimapwith the same mappings as the
 specified multimap.
 
- create() - Static method in class com.google.common.collect.LinkedHashMultiset
- 
Creates a new, empty LinkedHashMultisetusing the default initial
 capacity.
 
- create(int) - Static method in class com.google.common.collect.LinkedHashMultiset
- 
Creates a new, empty LinkedHashMultisetwith the specified expected
 number of distinct elements.
 
- create(Iterable<? extends E>) - Static method in class com.google.common.collect.LinkedHashMultiset
- 
Creates a new LinkedHashMultisetcontaining the specified elements.
 
- create() - Static method in class com.google.common.collect.LinkedListMultimap
- 
Creates a new, empty LinkedListMultimapwith the default initial
 capacity.
 
- create(int) - Static method in class com.google.common.collect.LinkedListMultimap
- 
Constructs an empty LinkedListMultimapwith enough capacity to hold
 the specified number of keys without rehashing.
 
- create(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.LinkedListMultimap
- 
Constructs a LinkedListMultimapwith the same mappings as the
 specifiedMultimap.
 
- create() - Method in class com.google.common.collect.MinMaxPriorityQueue.Builder
- 
Builds a new min-max priority queue using the previously specified
 options, and having no initial contents. 
- create(Iterable<? extends T>) - Method in class com.google.common.collect.MinMaxPriorityQueue.Builder
- 
Builds a new min-max priority queue using the previously specified
 options, and having the given initial elements. 
- create() - Static method in class com.google.common.collect.MinMaxPriorityQueue
- 
Creates a new min-max priority queue with default settings: natural order,
 no maximum size, no initial contents, and an initial expected size of 11. 
- create(Iterable<? extends E>) - Static method in class com.google.common.collect.MinMaxPriorityQueue
- 
Creates a new min-max priority queue using natural order, no maximum size,
 and initially containing the given elements. 
- create() - Static method in class com.google.common.collect.MutableClassToInstanceMap
- 
Returns a new  MutableClassToInstanceMap instance backed by a  HashMap using the default initial capacity and load factor. 
- create(Map<Class<? extends B>, B>) - Static method in class com.google.common.collect.MutableClassToInstanceMap
- 
Returns a new MutableClassToInstanceMapinstance backed by a given
 emptybackingMap.
 
- create() - Static method in class com.google.common.collect.TreeBasedTable
- 
Creates an empty TreeBasedTablethat uses the natural orderings
 of both row and column keys.
 
- create(Comparator<? super R>, Comparator<? super C>) - Static method in class com.google.common.collect.TreeBasedTable
- 
Creates an empty TreeBasedTablethat is ordered by the specified
 comparators.
 
- create(TreeBasedTable<R, C, ? extends V>) - Static method in class com.google.common.collect.TreeBasedTable
- 
Creates a TreeBasedTablewith the same mappings and sort order
 as the specifiedTreeBasedTable.
 
- create() - Static method in class com.google.common.collect.TreeMultimap
- 
Creates an empty TreeMultimapordered by the natural ordering of
 its keys and values.
 
- create(Comparator<? super K>, Comparator<? super V>) - Static method in class com.google.common.collect.TreeMultimap
- 
Creates an empty TreeMultimapinstance using explicit comparators.
 
- create(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.TreeMultimap
- 
Constructs a TreeMultimap, ordered by the natural ordering of its
 keys and values, with the same mappings as the specified multimap.
 
- create() - Static method in class com.google.common.collect.TreeMultiset
- 
Creates a new, empty multiset, sorted according to the elements' natural order. 
- create(Comparator<? super E>) - Static method in class com.google.common.collect.TreeMultiset
- 
Creates a new, empty multiset, sorted according to the specified comparator. 
- create(Iterable<? extends E>) - Static method in class com.google.common.collect.TreeMultiset
- 
Creates an empty multiset containing the given initial elements, sorted according to the
 elements' natural order. 
- create() - Static method in class com.google.common.collect.TreeRangeMap
-  
- create() - Static method in class com.google.common.collect.TreeRangeSet
- 
Creates an empty TreeRangeSetinstance.
 
- create(RangeSet<C>) - Static method in class com.google.common.collect.TreeRangeSet
- 
Returns a TreeRangeSetinitialized with the ranges in the specified range set.
 
- create(Iterable<Range<C>>) - Static method in class com.google.common.collect.TreeRangeSet
- 
Returns a TreeRangeSetrepresenting the union of the specified ranges.
 
- create(Map<Character, String>) - Static method in class com.google.common.escape.ArrayBasedEscaperMap
- 
Returns a new ArrayBasedEscaperMap for creating ArrayBasedCharEscaper or
 ArrayBasedUnicodeEscaper instances. 
- create(Funnel<? super T>, int, double) - Static method in class com.google.common.hash.BloomFilter
- 
Creates a  BloomFilter with the expected number of insertions and
 expected false positive probability. 
- create(Funnel<? super T>, long, double) - Static method in class com.google.common.hash.BloomFilter
- 
Creates a  BloomFilter with the expected number of insertions and
 expected false positive probability. 
- create(Funnel<? super T>, int) - Static method in class com.google.common.hash.BloomFilter
- 
Creates a  BloomFilter with the expected number of insertions and a
 default expected false positive probability of 3%. 
- create(Funnel<? super T>, long) - Static method in class com.google.common.hash.BloomFilter
- 
Creates a  BloomFilter with the expected number of insertions and a
 default expected false positive probability of 3%. 
- create() - Static method in class com.google.common.io.Closer
- 
- create(String, String) - Static method in class com.google.common.net.MediaType
- 
Creates a new media type with the given type and subtype. 
- create() - Static method in class com.google.common.util.concurrent.AtomicLongMap
- 
Creates an AtomicLongMap.
 
- create(Map<? extends K, ? extends Long>) - Static method in class com.google.common.util.concurrent.AtomicLongMap
- 
Creates an AtomicLongMapwith the same mappings as the specifiedMap.
 
- create(Callable<V>) - Static method in class com.google.common.util.concurrent.ListenableFutureTask
- 
Creates a ListenableFutureTaskthat will upon running, execute the givenCallable.
 
- create(Runnable, V) - Static method in class com.google.common.util.concurrent.ListenableFutureTask
- 
Creates a ListenableFutureTaskthat will upon running, execute the givenRunnable, and arrange thatgetwill return the given result on successful completion.
 
- create(double) - Static method in class com.google.common.util.concurrent.RateLimiter
- 
Creates a RateLimiterwith the specified stable throughput, given as
 "permits per second" (commonly referred to as QPS, queries per second).
 
- create(double, long, TimeUnit) - Static method in class com.google.common.util.concurrent.RateLimiter
- 
Creates a RateLimiterwith the specified stable throughput, given as
 "permits per second" (commonly referred to as QPS, queries per second), and a warmup
 period, during which theRateLimitersmoothly ramps up its rate, until it reaches
 its maximum rate at the end of the period (as long as there are enough requests to saturate
 it).
 
- create() - Static method in class com.google.common.util.concurrent.SettableFuture
- 
Creates a new SettableFuturethat can be completed or cancelled by a later method call.
 
- createEntrySet() - Method in class com.google.common.collect.ConcurrentHashMultiset
-  
- createParentDirectories(Path, FileAttribute<?>...) - Static method in class com.google.common.io.MoreFiles
- 
Creates any necessary but nonexistent parent directories of the specified path. 
- createParentDirs(File) - Static method in class com.google.common.io.Files
- 
Creates any necessary but nonexistent parent directories of the specified file. 
- createStarted() - Static method in class com.google.common.base.Stopwatch
- 
- createStarted(Ticker) - Static method in class com.google.common.base.Stopwatch
- 
Creates (and starts) a new stopwatch, using the specified time source. 
- createTempDir() - Static method in class com.google.common.io.Files
- 
Atomically creates a new directory somewhere beneath the system's temporary directory (as
 defined by the java.io.tmpdirsystem property), and returns its name.
 
- createUnstarted() - Static method in class com.google.common.base.Stopwatch
- 
Creates (but does not start) a new stopwatch using  System.nanoTime() as its time source. 
- createUnstarted(Ticker) - Static method in class com.google.common.base.Stopwatch
- 
Creates (but does not start) a new stopwatch, using the specified time source. 
- CRW - Static variable in class com.google.common.net.MediaType
- 
- CSS_UTF_8 - Static variable in class com.google.common.net.MediaType
-  
- CSV_UTF_8 - Static variable in class com.google.common.net.MediaType
-  
- CustomScheduler() - Constructor for class com.google.common.util.concurrent.AbstractScheduledService.CustomScheduler
-  
- cycle() - Method in class com.google.common.collect.FluentIterable
- 
Returns a fluent iterable whose Iteratorcycles indefinitely over the elements of this
 fluent iterable.
 
- cycle(Iterable<T>) - Static method in class com.google.common.collect.Iterables
- 
Returns an iterable whose iterators cycle indefinitely over the elements of iterable.
 
- cycle(T...) - Static method in class com.google.common.collect.Iterables
- 
Returns an iterable whose iterators cycle indefinitely over the provided elements. 
- cycle(Iterable<T>) - Static method in class com.google.common.collect.Iterators
- 
Returns an iterator that cycles indefinitely over the elements of iterable.
 
- cycle(T...) - Static method in class com.google.common.collect.Iterators
- 
Returns an iterator that cycles indefinitely over the provided elements. 
- CycleDetectingLockFactory - Class in com.google.common.util.concurrent
- 
The  CycleDetectingLockFactory creates  ReentrantLock instances and
  ReentrantReadWriteLock instances that detect potential deadlock by checking for cycles in
 lock acquisition order. 
- CycleDetectingLockFactory.Policies - Enum in com.google.common.util.concurrent
- 
- CycleDetectingLockFactory.Policy - Interface in com.google.common.util.concurrent
- 
Encapsulates the action to be taken when a potential deadlock is encountered. 
- CycleDetectingLockFactory.PotentialDeadlockException - Exception in com.google.common.util.concurrent
- 
Represents a detected cycle in lock acquisition ordering. 
- CycleDetectingLockFactory.WithExplicitOrdering<E extends Enum<E>> - Class in com.google.common.util.concurrent
- 
A CycleDetectingLockFactory.WithExplicitOrderingprovides the additional enforcement
 of an application-specified ordering of lock acquisitions.
 
- edgeCount() - Method in class com.google.common.graph.AbstractGraph
- 
- edgeOrder() - Method in interface com.google.common.graph.Network
- 
- edgeOrder(ElementOrder<E1>) - Method in class com.google.common.graph.NetworkBuilder
- 
- edges() - Method in class com.google.common.graph.AbstractGraph
- 
- edges() - Method in interface com.google.common.graph.Graph
- 
Returns all edges in this graph. 
- edges() - Method in interface com.google.common.graph.Network
- 
- edgesConnecting(Object, Object) - Method in interface com.google.common.graph.Network
- 
Returns the set of edges directly connecting nodeUtonodeV.
 
- edgeValue(Object, Object) - Method in class com.google.common.graph.AbstractValueGraph
-  
- edgeValue(Object, Object) - Method in class com.google.common.graph.ImmutableValueGraph
-  
- edgeValue(Object, Object) - Method in interface com.google.common.graph.ValueGraph
- 
If there is an edge connecting nodeUtonodeV, returns the non-null value
 associated with that edge.
 
- edgeValueOrDefault(Object, Object, V) - Method in class com.google.common.graph.ImmutableValueGraph
-  
- edgeValueOrDefault(Object, Object, V) - Method in interface com.google.common.graph.ValueGraph
- 
If there is an edge connecting nodeUtonodeV, returns the non-null value
 associated with that edge; otherwise, returnsdefaultValue.
 
- elapsed(TimeUnit) - Method in class com.google.common.base.Stopwatch
- 
Returns the current elapsed time shown on this stopwatch, expressed in the desired time unit,
 with any fraction rounded down. 
- element() - Method in class com.google.common.collect.ForwardingQueue
-  
- ElementOrder<T> - Class in com.google.common.graph
- 
Used to represent the order of elements in a data structure that supports different options for
 iteration order guarantees. 
- ElementOrder.Type - Enum in com.google.common.graph
- 
The type of ordering that this object specifies. 
- elementsEqual(Iterable<?>, Iterable<?>) - Static method in class com.google.common.collect.Iterables
- 
Determines whether two iterables contain equal elements in the same order. 
- elementsEqual(Iterator<?>, Iterator<?>) - Static method in class com.google.common.collect.Iterators
- 
Determines whether two iterators contain equal elements in the same order. 
- elementSet() - Method in class com.google.common.collect.ForwardingMultiset
-  
- elementSet() - Method in class com.google.common.collect.ForwardingSortedMultiset
-  
- elementSet() - Method in class com.google.common.collect.ImmutableMultiset
-  
- elementSet() - Method in class com.google.common.collect.ImmutableSortedMultiset
-  
- elementSet() - Method in interface com.google.common.collect.Multiset
- 
Returns the set of distinct elements contained in this multiset. 
- elementSet() - Method in interface com.google.common.collect.SortedMultiset
- 
Returns a  NavigableSet view of the distinct elements in this multiset. 
- EM - Static variable in class com.google.common.base.Ascii
- 
End of Medium: A control character associated with the sent data which may be used to identify
 the physical end of the medium, or the end of the used, or wanted, portion of information
 recorded on a medium. 
- empty() - Static method in class com.google.common.io.ByteSource
- 
Returns an immutable  ByteSource that contains no bytes. 
- empty() - Static method in class com.google.common.io.CharSource
- 
Returns an immutable  CharSource that contains no characters. 
- emptyToNull(String) - Static method in class com.google.common.base.Strings
- 
Returns the given string if it is nonempty; nullotherwise.
 
- encloseAll(Iterable<C>) - Static method in class com.google.common.collect.Range
- 
Returns the minimal range that
  contains all of the given values. 
- encloses(Range<C>) - Method in class com.google.common.collect.ImmutableRangeSet
-  
- encloses(Range<C>) - Method in class com.google.common.collect.Range
- 
Returns trueif the bounds ofotherdo not extend outside the bounds of this
 range.
 
- encloses(Range<C>) - Method in interface com.google.common.collect.RangeSet
- 
Returns  true if there exists a member range in this range set which
  encloses the specified range. 
- encloses(Range<C>) - Method in class com.google.common.collect.TreeRangeSet
-  
- enclosesAll(RangeSet<C>) - Method in interface com.google.common.collect.RangeSet
- 
Returns  true if for each member range in  other there exists a member range in
 this range set which  encloses it. 
- enclosesAll(Iterable<Range<C>>) - Method in interface com.google.common.collect.RangeSet
- 
Returns  true if for each range in  other there exists a member range in this
 range set which  encloses it. 
- encode(byte[]) - Method in class com.google.common.io.BaseEncoding
- 
Encodes the specified byte array, and returns the encoded String.
 
- encode(byte[], int, int) - Method in class com.google.common.io.BaseEncoding
- 
Encodes the specified range of the specified byte array, and returns the encoded
 String.
 
- encodedLength(CharSequence) - Static method in class com.google.common.base.Utf8
- 
Returns the number of bytes in the UTF-8-encoded form of sequence.
 
- encodingSink(CharSink) - Method in class com.google.common.io.BaseEncoding
- 
Returns a ByteSinkthat writes base-encoded bytes to the specifiedCharSink.
 
- encodingStream(Writer) - Method in class com.google.common.io.BaseEncoding
- 
Returns an OutputStreamthat encodes bytes using this encoding into the specifiedWriter.
 
- endOfData() - Method in class com.google.common.collect.AbstractIterator
- 
- EndpointPair<N> - Class in com.google.common.graph
- 
An immutable pair representing the two endpoints of an edge in a graph. 
- ENQ - Static variable in class com.google.common.base.Ascii
- 
Enquiry: A communication control character used in data communication systems as a request for
 a response from a remote station. 
- ensureCapacity(boolean[], int, int) - Static method in class com.google.common.primitives.Booleans
- 
Returns an array containing the same values as array, but guaranteed to be of a
 specified minimum length.
 
- ensureCapacity(byte[], int, int) - Static method in class com.google.common.primitives.Bytes
- 
Returns an array containing the same values as array, but guaranteed to be of a
 specified minimum length.
 
- ensureCapacity(char[], int, int) - Static method in class com.google.common.primitives.Chars
- 
Returns an array containing the same values as array, but guaranteed to be of a
 specified minimum length.
 
- ensureCapacity(double[], int, int) - Static method in class com.google.common.primitives.Doubles
- 
Returns an array containing the same values as array, but guaranteed to be of a
 specified minimum length.
 
- ensureCapacity(float[], int, int) - Static method in class com.google.common.primitives.Floats
- 
Returns an array containing the same values as array, but guaranteed to be of a
 specified minimum length.
 
- ensureCapacity(int[], int, int) - Static method in class com.google.common.primitives.Ints
- 
Returns an array containing the same values as array, but guaranteed to be of a
 specified minimum length.
 
- ensureCapacity(long[], int, int) - Static method in class com.google.common.primitives.Longs
- 
Returns an array containing the same values as array, but guaranteed to be of a
 specified minimum length.
 
- ensureCapacity(short[], int, int) - Static method in class com.google.common.primitives.Shorts
- 
Returns an array containing the same values as array, but guaranteed to be of a
 specified minimum length.
 
- enter() - Method in class com.google.common.util.concurrent.Monitor
- 
Enters this monitor. 
- enter(long, TimeUnit) - Method in class com.google.common.util.concurrent.Monitor
- 
Enters this monitor. 
- enterIf(Monitor.Guard) - Method in class com.google.common.util.concurrent.Monitor
- 
Enters this monitor if the guard is satisfied. 
- enterIf(Monitor.Guard, long, TimeUnit) - Method in class com.google.common.util.concurrent.Monitor
- 
Enters this monitor if the guard is satisfied. 
- enterIfInterruptibly(Monitor.Guard) - Method in class com.google.common.util.concurrent.Monitor
- 
Enters this monitor if the guard is satisfied. 
- enterIfInterruptibly(Monitor.Guard, long, TimeUnit) - Method in class com.google.common.util.concurrent.Monitor
- 
Enters this monitor if the guard is satisfied. 
- enterInterruptibly() - Method in class com.google.common.util.concurrent.Monitor
- 
Enters this monitor. 
- enterInterruptibly(long, TimeUnit) - Method in class com.google.common.util.concurrent.Monitor
- 
Enters this monitor. 
- enterWhen(Monitor.Guard) - Method in class com.google.common.util.concurrent.Monitor
- 
Enters this monitor when the guard is satisfied. 
- enterWhen(Monitor.Guard, long, TimeUnit) - Method in class com.google.common.util.concurrent.Monitor
- 
Enters this monitor when the guard is satisfied. 
- enterWhenUninterruptibly(Monitor.Guard) - Method in class com.google.common.util.concurrent.Monitor
- 
Enters this monitor when the guard is satisfied. 
- enterWhenUninterruptibly(Monitor.Guard, long, TimeUnit) - Method in class com.google.common.util.concurrent.Monitor
- 
Enters this monitor when the guard is satisfied. 
- entries() - Method in class com.google.common.collect.ForwardingMultimap
-  
- entries() - Method in class com.google.common.collect.ForwardingSetMultimap
-  
- entries() - Method in class com.google.common.collect.ImmutableMultimap
- 
Returns an immutable collection of all key-value pairs in the multimap. 
- entries() - Method in class com.google.common.collect.ImmutableSetMultimap
- 
Returns an immutable collection of all key-value pairs in the multimap. 
- entries() - Method in class com.google.common.collect.LinkedHashMultimap
- 
Returns a set of all key-value pairs. 
- entries() - Method in class com.google.common.collect.LinkedListMultimap
- 
Returns a view collection of all key-value pairs contained in this
 multimap, as Map.Entryinstances.
 
- entries() - Method in interface com.google.common.collect.Multimap
- 
Returns a view collection of all key-value pairs contained in this
 multimap, as Map.Entryinstances.
 
- entries() - Method in interface com.google.common.collect.SetMultimap
- 
Returns a view collection of all key-value pairs contained in this
 multimap, as Map.Entryinstances.
 
- entriesDiffering() - Method in interface com.google.common.collect.MapDifference
- 
Returns an unmodifiable map describing keys that appear in both maps, but
 with different values. 
- entriesDiffering() - Method in interface com.google.common.collect.SortedMapDifference
-  
- entriesInCommon() - Method in interface com.google.common.collect.MapDifference
- 
Returns an unmodifiable map containing the entries that appear in both
 maps; that is, the intersection of the two maps. 
- entriesInCommon() - Method in interface com.google.common.collect.SortedMapDifference
-  
- entriesOnlyOnLeft() - Method in interface com.google.common.collect.MapDifference
- 
Returns an unmodifiable map containing the entries from the left map whose
 keys are not present in the right map. 
- entriesOnlyOnLeft() - Method in interface com.google.common.collect.SortedMapDifference
-  
- entriesOnlyOnRight() - Method in interface com.google.common.collect.MapDifference
- 
Returns an unmodifiable map containing the entries from the right map whose
 keys are not present in the left map. 
- entriesOnlyOnRight() - Method in interface com.google.common.collect.SortedMapDifference
-  
- entryIterator() - Method in class com.google.common.collect.ForwardingNavigableMap.StandardDescendingMap
-  
- entrySet() - Method in class com.google.common.collect.ForwardingMap
-  
- entrySet() - Method in class com.google.common.collect.ForwardingMultiset
-  
- entrySet() - Method in class com.google.common.collect.ImmutableMap
- 
Returns an immutable set of the mappings in this map. 
- entrySet() - Method in class com.google.common.collect.ImmutableMultiset
-  
- entrySet() - Method in class com.google.common.collect.ImmutableSortedMap
- 
Returns an immutable set of the mappings in this map, sorted by the key
 ordering. 
- entrySet() - Method in interface com.google.common.collect.Multiset
- 
Returns a view of the contents of this multiset, grouped into Multiset.Entryinstances, each providing an element of the multiset and
 the count of that element.
 
- entrySet() - Method in class com.google.common.collect.MutableClassToInstanceMap
-  
- entrySet() - Method in interface com.google.common.collect.SortedMultiset
- 
Returns a view of the contents of this multiset, grouped into Multiset.Entryinstances, each providing an element of the multiset and
 the count of that element.
 
- entrySet() - Method in class com.google.common.reflect.MutableTypeToInstanceMap
-  
- EnumBiMap<K extends Enum<K>,V extends Enum<V>> - Class in com.google.common.collect
- 
A BiMapbacked by twoEnumMapinstances.
 
- EnumHashBiMap<K extends Enum<K>,V> - Class in com.google.common.collect
- 
A BiMapbacked by anEnumMapinstance for keys-to-values, and
 aHashMapinstance for values-to-keys.
 
- enumKeys(Class<K0>) - Static method in class com.google.common.collect.MultimapBuilder
- 
Uses an  EnumMap to map keys to value collections. 
- EnumMultiset<E extends Enum<E>> - Class in com.google.common.collect
- 
Multiset implementation backed by an  EnumMap. 
- Enums - Class in com.google.common.base
- 
Utility methods for working with  Enum instances. 
- enumSetValues(Class<V0>) - Method in class com.google.common.collect.MultimapBuilder.MultimapBuilderWithKeys
- 
Uses an  EnumSet to store value collections. 
- EOT - Static variable in class com.google.common.base.Ascii
- 
End of Transmission: A communication control character used to indicate the conclusion of a
 transmission, which may have contained one or more texts and any associated headings. 
- EOT - Static variable in class com.google.common.net.MediaType
- 
- EPUB - Static variable in class com.google.common.net.MediaType
- 
- equal(Object, Object) - Static method in class com.google.common.base.Objects
- 
Determines whether two possibly-null objects are equal. 
- equal(File, File) - Static method in class com.google.common.io.Files
- 
Returns true if the files contains the same bytes. 
- equals(Object) - Method in class com.google.common.base.Converter
- 
Indicates whether another object is equal to this converter. 
- equals() - Static method in class com.google.common.base.Equivalence
- 
- equals(Object) - Method in class com.google.common.base.Equivalence.Wrapper
- 
- equals(Object) - Method in interface com.google.common.base.Function
- 
May return trueifobjectis aFunctionthat behaves identically
 to this function.
 
- equals(Object) - Method in class com.google.common.base.Optional
- 
Returns  true if  object is an  Optional instance, and either the
 contained references are  equal to each other or both are absent. 
- equals(Object) - Method in interface com.google.common.base.Predicate
- 
Indicates whether another object is equal to this predicate. 
- equals(Object) - Method in class com.google.common.cache.CacheBuilderSpec
-  
- equals(Object) - Method in class com.google.common.cache.CacheStats
-  
- equals(Object) - Method in class com.google.common.collect.ForwardingList
-  
- equals(Object) - Method in class com.google.common.collect.ForwardingMap
-  
- equals(Object) - Method in class com.google.common.collect.ForwardingMapEntry
-  
- equals(Object) - Method in class com.google.common.collect.ForwardingMultimap
-  
- equals(Object) - Method in class com.google.common.collect.ForwardingMultiset
-  
- equals(Object) - Method in class com.google.common.collect.ForwardingSet
-  
- equals(Object) - Method in class com.google.common.collect.ForwardingTable
-  
- equals(Object) - Method in class com.google.common.collect.HashBasedTable
-  
- equals(Object) - Method in class com.google.common.collect.ImmutableList
-  
- equals(Object) - Method in class com.google.common.collect.ImmutableMap
-  
- equals(Object) - Method in class com.google.common.collect.ImmutableMultiset
-  
- equals(Object) - Method in class com.google.common.collect.ImmutableRangeMap
-  
- equals(Object) - Method in class com.google.common.collect.ImmutableSet
-  
- equals(Object) - Method in interface com.google.common.collect.ListMultimap
- 
Compares the specified object to this multimap for equality. 
- equals(Object) - Method in interface com.google.common.collect.MapDifference
- 
Compares the specified object with this instance for equality. 
- equals(Object) - Method in interface com.google.common.collect.MapDifference.ValueDifference
- 
- equals(Object) - Method in interface com.google.common.collect.Multimap
- 
Compares the specified object with this multimap for equality. 
- equals(Object) - Method in interface com.google.common.collect.Multiset.Entry
- equals(Object) - Method in interface com.google.common.collect.Multiset
- 
Compares the specified object with this multiset for equality. 
- equals(Object) - Method in class com.google.common.collect.Range
- 
Returns trueifobjectis a range having the same endpoints and bound types as
 this range.
 
- equals(Object) - Method in interface com.google.common.collect.RangeMap
- 
- equals(Object) - Method in interface com.google.common.collect.RangeSet
- 
Returns  true if  obj is another  RangeSet that contains the same ranges
 according to  Range.equals(Object). 
- equals(Object) - Method in interface com.google.common.collect.SetMultimap
- 
Compares the specified object to this multimap for equality. 
- equals(Object) - Method in interface com.google.common.collect.Table.Cell
- 
Compares the specified object with this cell for equality. 
- equals(Object) - Method in interface com.google.common.collect.Table
- 
Compares the specified object with this table for equality. 
- equals(Object) - Method in class com.google.common.collect.TreeRangeMap
-  
- equals(Object) - Method in class com.google.common.graph.ElementOrder
-  
- equals(Object) - Method in class com.google.common.graph.EndpointPair
- 
- equals(Object) - Method in interface com.google.common.graph.Graph
- 
For the default  Graph implementations, returns true if  this == object
 (reference equality). 
- equals(Object) - Method in interface com.google.common.graph.Network
- 
For the default  Network implementations, returns true if  this == object
 (reference equality). 
- equals(Object) - Method in interface com.google.common.graph.ValueGraph
- 
For the default  ValueGraph implementations, returns true if  this == object
 (reference equality). 
- equals(Object) - Method in class com.google.common.hash.BloomFilter
-  
- equals(Object) - Method in class com.google.common.hash.HashCode
- 
Returns  true if  object is a  HashCode instance with the identical byte
 representation to this hash code. 
- equals(Object) - Method in class com.google.common.math.PairedStats
- equals(Object) - Method in class com.google.common.math.Stats
- equals(Object) - Method in class com.google.common.net.HostAndPort
-  
- equals(Object) - Method in class com.google.common.net.HostSpecifier
-  
- equals(Object) - Method in class com.google.common.net.InternetDomainName
- 
Equality testing is based on the text supplied by the caller, after normalization as described
 in the class documentation. 
- equals(Object) - Method in class com.google.common.net.MediaType
-  
- equals(Object) - Method in class com.google.common.primitives.UnsignedInteger
-  
- equals(Object) - Method in class com.google.common.primitives.UnsignedLong
-  
- equals(Object) - Method in class com.google.common.reflect.AbstractInvocationHandler
- 
- equals(Object) - Method in class com.google.common.reflect.ClassPath.ResourceInfo
-  
- equals(Object) - Method in class com.google.common.reflect.Parameter
-  
- equals(Object) - Method in class com.google.common.reflect.TypeParameter
-  
- equals(Object) - Method in class com.google.common.reflect.TypeToken
- 
Returns true if  o is another  TypeToken that represents the same  Type. 
- equalsIgnoreCase(CharSequence, CharSequence) - Static method in class com.google.common.base.Ascii
- 
Indicates whether the contents of the given character sequences s1ands2are
 equal, ignoring the case of any ASCII alphabetic characters between'a'and'z'or'A'and'Z'inclusive.
 
- equalTo(T) - Static method in class com.google.common.base.Predicates
- 
Returns a predicate that evaluates to trueif the object being testedequals()the given target or both are null.
 
- Equivalence<T> - Class in com.google.common.base
- 
A strategy for determining whether two instances are considered equivalent. 
- Equivalence() - Constructor for class com.google.common.base.Equivalence
- 
Constructor for use by subclasses. 
- Equivalence.Wrapper<T> - Class in com.google.common.base
- 
- equivalent(T, T) - Method in class com.google.common.base.Equivalence
- 
Returns trueif the given objects are considered equivalent.
 
- equivalent(Graph<?>, Graph<?>) - Static method in class com.google.common.graph.Graphs
- 
Returns  true if  graphA and  graphB have the same elements and the same
 relationships between elements, as exposed via the  Graph interface. 
- equivalent(ValueGraph<?, ?>, ValueGraph<?, ?>) - Static method in class com.google.common.graph.Graphs
- 
Returns  true if  graphA and  graphB have the same elements (including
 edge values) and the same relationships between elements, as exposed via the  ValueGraph
 interface. 
- equivalent(Network<?, ?>, Network<?, ?>) - Static method in class com.google.common.graph.Graphs
- 
Returns  true if  networkA and  networkB have the same elements and the
 same relationships between elements, as exposed via the  Network interface. 
- equivalentTo(T) - Method in class com.google.common.base.Equivalence
- 
Returns a predicate that evaluates to true if and only if the input is equivalent to targetaccording to this equivalence relation.
 
- erase(Object, Object) - Method in class com.google.common.collect.ArrayTable
- 
Associates the value nullwith the specified keys, assuming both
 keys are valid.
 
- eraseAll() - Method in class com.google.common.collect.ArrayTable
- 
Associates the value nullwith every pair of allowed row and column
 keys.
 
- ESC - Static variable in class com.google.common.base.Ascii
- 
Escape: A control character intended to provide code extension (supplementary characters) in
 general information interchange. 
- escape(String) - Method in class com.google.common.escape.ArrayBasedCharEscaper
-  
- escape(char) - Method in class com.google.common.escape.ArrayBasedCharEscaper
- 
Escapes a single character using the replacement array and safe range values. 
- escape(String) - Method in class com.google.common.escape.ArrayBasedUnicodeEscaper
-  
- escape(int) - Method in class com.google.common.escape.ArrayBasedUnicodeEscaper
- 
Escapes a single Unicode code point using the replacement array and safe range values. 
- escape(String) - Method in class com.google.common.escape.CharEscaper
- 
Returns the escaped form of a given literal string. 
- escape(char) - Method in class com.google.common.escape.CharEscaper
- 
Returns the escaped form of the given character, or nullif this character does not
 need to be escaped.
 
- escape(String) - Method in class com.google.common.escape.Escaper
- 
Returns the escaped form of a given literal string. 
- escape(int) - Method in class com.google.common.escape.UnicodeEscaper
- 
Returns the escaped form of the given Unicode code point, or nullif this code point
 does not need to be escaped.
 
- escape(String) - Method in class com.google.common.escape.UnicodeEscaper
- 
Returns the escaped form of a given literal string. 
- escape(String) - Method in class com.google.common.net.PercentEscaper
-  
- escape(int) - Method in class com.google.common.net.PercentEscaper
- 
Escapes the given Unicode code point in UTF-8. 
- Escaper - Class in com.google.common.escape
- 
An object that converts literal text into a format safe for inclusion in a particular context
 (such as an XML document). 
- Escaper() - Constructor for class com.google.common.escape.Escaper
- 
Constructor for use by subclasses. 
- Escapers - Class in com.google.common.escape
- 
Static utility methods pertaining to  Escaper instances. 
- Escapers.Builder - Class in com.google.common.escape
- 
A builder for simple, fast escapers. 
- escapeSlow(String, int) - Method in class com.google.common.escape.CharEscaper
- 
Returns the escaped form of a given literal string, starting at the given index. 
- escapeSlow(String, int) - Method in class com.google.common.escape.UnicodeEscaper
- 
Returns the escaped form of a given literal string, starting at the given index. 
- escapeUnsafe(char) - Method in class com.google.common.escape.ArrayBasedCharEscaper
- 
Escapes a charvalue that has no direct explicit value in the replacement array and
 lies outside the stated safe range.
 
- escapeUnsafe(int) - Method in class com.google.common.escape.ArrayBasedUnicodeEscaper
- 
Escapes a code point that has no direct explicit value in the replacement array and lies
 outside the stated safe range. 
- ETAG - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP ETagheader field name.
 
- ETB - Static variable in class com.google.common.base.Ascii
- 
End of Transmission Block: A communication control character used to indicate the end of a
 block of data for communication purposes. 
- ETX - Static variable in class com.google.common.base.Ascii
- 
End of Text: A communication control character used to terminate a sequence of characters
 started with STX and transmitted as an entity. 
- EventBus - Class in com.google.common.eventbus
- 
Dispatches events to listeners, and provides ways for listeners to register themselves. 
- EventBus() - Constructor for class com.google.common.eventbus.EventBus
- 
Creates a new EventBus named "default". 
- EventBus(String) - Constructor for class com.google.common.eventbus.EventBus
- 
Creates a new EventBus with the given identifier.
 
- EventBus(SubscriberExceptionHandler) - Constructor for class com.google.common.eventbus.EventBus
- 
- EvictingQueue<E> - Class in com.google.common.collect
- 
A non-blocking queue which automatically evicts elements from the head of the queue when
 attempting to add new elements onto the queue and it is full. 
- evictionCount() - Method in class com.google.common.cache.CacheStats
- 
Returns the number of times an entry has been evicted. 
- execute() - Method in class com.google.common.util.concurrent.ExecutionList
- 
Runs this execution list, executing all existing pairs in the order they were added. 
- execute(Runnable) - Method in class com.google.common.util.concurrent.ForwardingExecutorService
-  
- ExecutionError - Error in com.google.common.util.concurrent
- 
- ExecutionError() - Constructor for error com.google.common.util.concurrent.ExecutionError
- 
Creates a new instance with nullas its detail message.
 
- ExecutionError(String) - Constructor for error com.google.common.util.concurrent.ExecutionError
- 
Creates a new instance with the given detail message. 
- ExecutionError(String, Error) - Constructor for error com.google.common.util.concurrent.ExecutionError
- 
Creates a new instance with the given detail message and cause. 
- ExecutionError(Error) - Constructor for error com.google.common.util.concurrent.ExecutionError
- 
Creates a new instance with the given cause. 
- ExecutionList - Class in com.google.common.util.concurrent
- 
A support class for ListenableFutureimplementations to manage their listeners.
 
- ExecutionList() - Constructor for class com.google.common.util.concurrent.ExecutionList
- 
- executor() - Method in class com.google.common.util.concurrent.AbstractExecutionThreadService
- 
Returns the  Executor that will be used to run this service. 
- executor() - Method in class com.google.common.util.concurrent.AbstractIdleService
- 
Returns the  Executor that will be used to run this service. 
- executor() - Method in class com.google.common.util.concurrent.AbstractScheduledService
- 
- exhaust(InputStream) - Static method in class com.google.common.io.ByteStreams
- 
Reads and discards data from the given InputStreamuntil the end of the stream is
 reached.
 
- exhaust(Readable) - Static method in class com.google.common.io.CharStreams
- 
Reads and discards data from the given Readableuntil the end of the stream is
 reached.
 
- EXPECT - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Expectheader field name.
 
- expectedEdgeCount(int) - Method in class com.google.common.graph.NetworkBuilder
- 
Specifies the expected number of edges in the network. 
- expectedFpp() - Method in class com.google.common.hash.BloomFilter
- 
- expectedNodeCount(int) - Method in class com.google.common.graph.GraphBuilder
- 
Specifies the expected number of nodes in the graph. 
- expectedNodeCount(int) - Method in class com.google.common.graph.NetworkBuilder
- 
Specifies the expected number of nodes in the network. 
- expectedNodeCount(int) - Method in class com.google.common.graph.ValueGraphBuilder
- 
Specifies the expected number of nodes in the graph. 
- expectedSize(int) - Method in class com.google.common.collect.MinMaxPriorityQueue.Builder
- 
Configures this builder to build min-max priority queues with an initial
 expected size of expectedSize.
 
- expectedSize(int) - Static method in class com.google.common.collect.MinMaxPriorityQueue
- 
Creates and returns a new builder, configured to build MinMaxPriorityQueueinstances sized appropriately to holdexpectedSizeelements.
 
- expireAfterAccess(long, TimeUnit) - Method in class com.google.common.cache.CacheBuilder
- 
Specifies that each entry should be automatically removed from the cache once a fixed duration
 has elapsed after the entry's creation, the most recent replacement of its value, or its last
 access. 
- expireAfterWrite(long, TimeUnit) - Method in class com.google.common.cache.CacheBuilder
- 
Specifies that each entry should be automatically removed from the cache once a fixed duration
 has elapsed after the entry's creation, or the most recent replacement of its value. 
- EXPIRES - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Expiresheader field name.
 
- explicit(List<T>) - Static method in class com.google.common.collect.Ordering
- 
Returns an ordering that compares objects according to the order in which they appear in the
 given list. 
- explicit(T, T...) - Static method in class com.google.common.collect.Ordering
- 
Returns an ordering that compares objects according to the order in which they are given to
 this method. 
- factorial(int) - Static method in class com.google.common.math.BigIntegerMath
- 
Returns n!, that is, the product of the firstnpositive integers, or1ifn == 0.
 
- factorial(int) - Static method in class com.google.common.math.DoubleMath
- 
Returns  n!, that is, the product of the first  n positive integers,  1 if
  n == 0, or  n!, or  Double.POSITIVE_INFINITY if
  n! > Double.MAX_VALUE. 
- factorial(int) - Static method in class com.google.common.math.IntMath
- 
Returns  n!, that is, the product of the first  n positive integers,  1 if
  n == 0, or  Integer.MAX_VALUE if the result does not fit in a  int. 
- factorial(int) - Static method in class com.google.common.math.LongMath
- 
Returns  n!, that is, the product of the first  n positive integers,  1 if
  n == 0, or  Long.MAX_VALUE if the result does not fit in a  long. 
- failed(Service.State, Throwable) - Method in class com.google.common.util.concurrent.Service.Listener
- 
Called when the service transitions to the  FAILED state. 
- failure(Service) - Method in class com.google.common.util.concurrent.ServiceManager.Listener
- 
Called when a component service has  failed. 
- failureCause() - Method in class com.google.common.util.concurrent.AbstractExecutionThreadService
-  
- failureCause() - Method in class com.google.common.util.concurrent.AbstractIdleService
-  
- failureCause() - Method in class com.google.common.util.concurrent.AbstractScheduledService
-  
- failureCause() - Method in class com.google.common.util.concurrent.AbstractService
-  
- failureCause() - Method in interface com.google.common.util.concurrent.Service
- 
Returns the  Throwable that caused this service to fail. 
- FakeTimeLimiter - Class in com.google.common.util.concurrent
- 
A TimeLimiter implementation which actually does not attempt to limit time at all. 
- FakeTimeLimiter() - Constructor for class com.google.common.util.concurrent.FakeTimeLimiter
-  
- falseFirst() - Static method in class com.google.common.primitives.Booleans
- 
Returns a Comparator<Boolean>that sortsfalsebeforetrue.
 
- farmHashFingerprint64() - Static method in class com.google.common.hash.Hashing
- 
Returns a hash function implementing FarmHash's Fingerprint64, an open-source algorithm. 
- FF - Static variable in class com.google.common.base.Ascii
- 
Form Feed ('\f'): A format effector which controls the movement of the printing position to the
 first pre-determined printing line on the next form or page. 
- FileBackedOutputStream - Class in com.google.common.io
- 
An  OutputStream that starts buffering to a byte array, but switches to file buffering
 once the data reaches a configurable size. 
- FileBackedOutputStream(int) - Constructor for class com.google.common.io.FileBackedOutputStream
- 
- FileBackedOutputStream(int, boolean) - Constructor for class com.google.common.io.FileBackedOutputStream
- 
- Files - Class in com.google.common.io
- 
Provides utility methods for working with files. 
- fileTreeTraverser() - Static method in class com.google.common.io.Files
- 
- FileWriteMode - Enum in com.google.common.io
- 
Modes for opening a file for writing. 
- filter(Collection<E>, Predicate<? super E>) - Static method in class com.google.common.collect.Collections2
- 
Returns the elements of unfilteredthat satisfy a predicate.
 
- filter(Predicate<? super E>) - Method in class com.google.common.collect.FluentIterable
- 
Returns the elements from this fluent iterable that satisfy a predicate. 
- filter(Class<T>) - Method in class com.google.common.collect.FluentIterable
- 
Returns the elements from this fluent iterable that are instances of class type.
 
- filter(Iterable<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterables
- 
Returns a view of unfilteredcontaining all elements that satisfy the input predicateretainIfTrue.
 
- filter(Iterable<?>, Class<T>) - Static method in class com.google.common.collect.Iterables
- 
Returns a view of unfilteredcontaining all elements that are of the typedesiredType.
 
- filter(Iterator<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterators
- 
Returns a view of unfilteredcontaining all elements that satisfy
 the input predicateretainIfTrue.
 
- filter(Iterator<?>, Class<T>) - Static method in class com.google.common.collect.Iterators
- 
Returns a view of unfilteredcontaining all elements that are of
 the typedesiredType.
 
- filter(Multiset<E>, Predicate<? super E>) - Static method in class com.google.common.collect.Multisets
- 
Returns a view of the elements of unfilteredthat satisfy a predicate.
 
- filter(Set<E>, Predicate<? super E>) - Static method in class com.google.common.collect.Sets
- 
Returns the elements of unfilteredthat satisfy a predicate.
 
- filter(SortedSet<E>, Predicate<? super E>) - Static method in class com.google.common.collect.Sets
- 
Returns the elements of a SortedSet,unfiltered, that
 satisfy a predicate.
 
- filter(NavigableSet<E>, Predicate<? super E>) - Static method in class com.google.common.collect.Sets
- 
Returns the elements of a NavigableSet,unfiltered, that
 satisfy a predicate.
 
- filterEntries(Map<K, V>, Predicate<? super Map.Entry<K, V>>) - Static method in class com.google.common.collect.Maps
- 
Returns a map containing the mappings in unfilteredthat satisfy a
 predicate.
 
- filterEntries(SortedMap<K, V>, Predicate<? super Map.Entry<K, V>>) - Static method in class com.google.common.collect.Maps
- 
Returns a sorted map containing the mappings in unfilteredthat
 satisfy a predicate.
 
- filterEntries(NavigableMap<K, V>, Predicate<? super Map.Entry<K, V>>) - Static method in class com.google.common.collect.Maps
- 
Returns a sorted map containing the mappings in unfilteredthat
 satisfy a predicate.
 
- filterEntries(BiMap<K, V>, Predicate<? super Map.Entry<K, V>>) - Static method in class com.google.common.collect.Maps
- 
Returns a bimap containing the mappings in unfilteredthat satisfy a predicate.
 
- filterEntries(Multimap<K, V>, Predicate<? super Map.Entry<K, V>>) - Static method in class com.google.common.collect.Multimaps
- 
Returns a multimap containing the mappings in unfilteredthat
 satisfy a predicate.
 
- filterEntries(SetMultimap<K, V>, Predicate<? super Map.Entry<K, V>>) - Static method in class com.google.common.collect.Multimaps
- 
Returns a multimap containing the mappings in unfilteredthat
 satisfy a predicate.
 
- filterKeys(Map<K, V>, Predicate<? super K>) - Static method in class com.google.common.collect.Maps
- 
Returns a map containing the mappings in unfilteredwhose keys
 satisfy a predicate.
 
- filterKeys(SortedMap<K, V>, Predicate<? super K>) - Static method in class com.google.common.collect.Maps
- 
Returns a sorted map containing the mappings in unfilteredwhose
 keys satisfy a predicate.
 
- filterKeys(NavigableMap<K, V>, Predicate<? super K>) - Static method in class com.google.common.collect.Maps
- 
Returns a navigable map containing the mappings in unfilteredwhose
 keys satisfy a predicate.
 
- filterKeys(BiMap<K, V>, Predicate<? super K>) - Static method in class com.google.common.collect.Maps
- 
Returns a bimap containing the mappings in unfilteredwhose keys satisfy a predicate.
 
- filterKeys(Multimap<K, V>, Predicate<? super K>) - Static method in class com.google.common.collect.Multimaps
- 
Returns a multimap containing the mappings in unfilteredwhose keys
 satisfy a predicate.
 
- filterKeys(SetMultimap<K, V>, Predicate<? super K>) - Static method in class com.google.common.collect.Multimaps
- 
Returns a multimap containing the mappings in unfilteredwhose keys
 satisfy a predicate.
 
- filterKeys(ListMultimap<K, V>, Predicate<? super K>) - Static method in class com.google.common.collect.Multimaps
- 
Returns a multimap containing the mappings in unfilteredwhose keys
 satisfy a predicate.
 
- filterValues(Map<K, V>, Predicate<? super V>) - Static method in class com.google.common.collect.Maps
- 
Returns a map containing the mappings in unfilteredwhose values
 satisfy a predicate.
 
- filterValues(SortedMap<K, V>, Predicate<? super V>) - Static method in class com.google.common.collect.Maps
- 
Returns a sorted map containing the mappings in unfilteredwhose
 values satisfy a predicate.
 
- filterValues(NavigableMap<K, V>, Predicate<? super V>) - Static method in class com.google.common.collect.Maps
- 
Returns a navigable map containing the mappings in unfilteredwhose
 values satisfy a predicate.
 
- filterValues(BiMap<K, V>, Predicate<? super V>) - Static method in class com.google.common.collect.Maps
- 
Returns a bimap containing the mappings in unfilteredwhose values satisfy a
 predicate.
 
- filterValues(Multimap<K, V>, Predicate<? super V>) - Static method in class com.google.common.collect.Multimaps
- 
Returns a multimap containing the mappings in unfilteredwhose values
 satisfy a predicate.
 
- filterValues(SetMultimap<K, V>, Predicate<? super V>) - Static method in class com.google.common.collect.Multimaps
- 
Returns a multimap containing the mappings in unfilteredwhose values
 satisfy a predicate.
 
- FinalizablePhantomReference<T> - Class in com.google.common.base
- 
Phantom reference with a finalizeReferent()method which a background thread invokes
 after the garbage collector reclaims the referent.
 
- FinalizablePhantomReference(T, FinalizableReferenceQueue) - Constructor for class com.google.common.base.FinalizablePhantomReference
- 
Constructs a new finalizable phantom reference. 
- FinalizableReference - Interface in com.google.common.base
- 
Implemented by references that have code to run after garbage collection of their referents. 
- FinalizableReferenceQueue - Class in com.google.common.base
- 
- FinalizableReferenceQueue() - Constructor for class com.google.common.base.FinalizableReferenceQueue
- 
Constructs a new queue. 
- FinalizableSoftReference<T> - Class in com.google.common.base
- 
Soft reference with a finalizeReferent()method which a background thread invokes after
 the garbage collector reclaims the referent.
 
- FinalizableSoftReference(T, FinalizableReferenceQueue) - Constructor for class com.google.common.base.FinalizableSoftReference
- 
Constructs a new finalizable soft reference. 
- FinalizableWeakReference<T> - Class in com.google.common.base
- 
Weak reference with a finalizeReferent()method which a background thread invokes after
 the garbage collector reclaims the referent.
 
- FinalizableWeakReference(T, FinalizableReferenceQueue) - Constructor for class com.google.common.base.FinalizableWeakReference
- 
Constructs a new finalizable weak reference. 
- finalizeReferent() - Method in interface com.google.common.base.FinalizableReference
- 
Invoked on a background thread after the referent has been garbage collected unless security
 restrictions prevented starting a background thread, in which case this method is invoked when
 new references are created. 
- find(Iterable<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterables
- 
Returns the first element in iterablethat satisfies the given
 predicate; use this method only when such an element is known to exist.
 
- find(Iterable<? extends T>, Predicate<? super T>, T) - Static method in class com.google.common.collect.Iterables
- 
Returns the first element in iterablethat satisfies the given
 predicate, ordefaultValueif none found.
 
- find(Iterator<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterators
- 
Returns the first element in iteratorthat satisfies the given
 predicate; use this method only when such an element is known to exist.
 
- find(Iterator<? extends T>, Predicate<? super T>, T) - Static method in class com.google.common.collect.Iterators
- 
Returns the first element in iteratorthat satisfies the given
 predicate.
 
- findLast(Stream<T>) - Static method in class com.google.common.collect.Streams
- 
Returns the last element of the specified stream, or  Optional.empty() if the
 stream is empty. 
- findLast(IntStream) - Static method in class com.google.common.collect.Streams
- 
Returns the last element of the specified stream, or  OptionalInt.empty() if the stream is
 empty. 
- findLast(LongStream) - Static method in class com.google.common.collect.Streams
- 
- findLast(DoubleStream) - Static method in class com.google.common.collect.Streams
- 
- first() - Method in class com.google.common.collect.FluentIterable
- 
Returns an  Optional containing the first element in this fluent iterable. 
- first() - Method in class com.google.common.collect.ForwardingSortedSet
-  
- first() - Method in class com.google.common.collect.ImmutableSortedSet
-  
- firstEntry() - Method in class com.google.common.collect.ForwardingNavigableMap
-  
- firstEntry() - Method in class com.google.common.collect.ForwardingSortedMultiset
-  
- firstEntry() - Method in class com.google.common.collect.ImmutableSortedMap
-  
- firstEntry() - Method in interface com.google.common.collect.SortedMultiset
- 
Returns the entry of the first element in this multiset, or nullif
 this multiset is empty.
 
- firstKey() - Method in class com.google.common.collect.ForwardingSortedMap
-  
- firstKey() - Method in class com.google.common.collect.ImmutableSortedMap
-  
- firstMatch(Predicate<? super E>) - Method in class com.google.common.collect.FluentIterable
- 
Returns an  Optional containing the first element in this fluent iterable that satisfies
 the given predicate, if such an element exists. 
- firstNonNull(T, T) - Static method in class com.google.common.base.MoreObjects
- 
Returns the first of two given parameters that is not  null, if either is, or otherwise
 throws a  NullPointerException. 
- fixedLength(int) - Static method in class com.google.common.base.Splitter
- 
Returns a splitter that divides strings into pieces of the given length. 
- flatteningToImmutableListMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends Stream<? extends V>>) - Static method in class com.google.common.collect.ImmutableListMultimap
- 
Returns a Collectoraccumulating entries into anImmutableListMultimap.
 
- flatteningToImmutableSetMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends Stream<? extends V>>) - Static method in class com.google.common.collect.ImmutableSetMultimap
- 
Returns a Collectoraccumulating entries into anImmutableSetMultimap.
 
- flatteningToMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends Stream<? extends V>>, Supplier<M>) - Static method in class com.google.common.collect.Multimaps
- 
Returns a Collectoraccumulating entries into aMultimapgenerated from the
 specified supplier.
 
- Floats - Class in com.google.common.primitives
- 
Static utility methods pertaining to  float primitives, that are not already found in
 either  Float or  Arrays. 
- floatValue() - Method in class com.google.common.primitives.UnsignedInteger
- 
Returns the value of this UnsignedIntegeras afloat, analogous to a widening
 primitive conversion frominttofloat, and correctly rounded.
 
- floatValue() - Method in class com.google.common.primitives.UnsignedLong
- 
Returns the value of this UnsignedLongas afloat, analogous to a widening
 primitive conversion fromlongtofloat, and correctly rounded.
 
- floatValue() - Method in class com.google.common.util.concurrent.AtomicDouble
- 
Returns the value of this AtomicDoubleas afloatafter a narrowing primitive conversion.
 
- floor(E) - Method in class com.google.common.collect.ForwardingNavigableSet
-  
- floor(E) - Method in class com.google.common.collect.ImmutableSortedSet
-  
- floorEntry(K) - Method in class com.google.common.collect.ForwardingNavigableMap
-  
- floorEntry(K) - Method in class com.google.common.collect.ImmutableSortedMap
-  
- floorKey(K) - Method in class com.google.common.collect.ForwardingNavigableMap
-  
- floorKey(K) - Method in class com.google.common.collect.ImmutableSortedMap
-  
- floorPowerOfTwo(BigInteger) - Static method in class com.google.common.math.BigIntegerMath
- 
Returns the largest power of two less than or equal to x.
 
- floorPowerOfTwo(int) - Static method in class com.google.common.math.IntMath
- 
Returns the largest power of two less than or equal to x.
 
- floorPowerOfTwo(long) - Static method in class com.google.common.math.LongMath
- 
Returns the largest power of two less than or equal to x.
 
- FluentIterable<E> - Class in com.google.common.collect
- 
A discouraged (but not deprecated) precursor to Java's superior  Stream library. 
- FluentIterable() - Constructor for class com.google.common.collect.FluentIterable
- 
Constructor for use by subclasses. 
- flush() - Method in class com.google.common.io.FileBackedOutputStream
-  
- flush(Flushable, boolean) - Static method in class com.google.common.io.Flushables
- 
Flush a  Flushable, with control over whether an  IOException may be thrown. 
- Flushables - Class in com.google.common.io
- 
Utility methods for working with  Flushable objects. 
- flushQuietly(Flushable) - Static method in class com.google.common.io.Flushables
- 
Equivalent to calling flush(flushable, true), but with noIOExceptionin the
 signature.
 
- FLV_VIDEO - Static variable in class com.google.common.net.MediaType
- 
Media type for Flash video. 
- FOLLOW_ONLY_WHEN_PRERENDER_SHOWN - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Follow-Only-When-Prerender-Shownheader field name.
 
- forArray(T...) - Static method in class com.google.common.collect.Iterators
- 
Returns an iterator containing the elements of arrayin order.
 
- forcePut(K, V) - Method in interface com.google.common.collect.BiMap
- 
An alternate form of  put that silently removes any existing entry
 with the value  value before proceeding with the  BiMap.put(K, V)
 operation. 
- forcePut(K, V) - Method in class com.google.common.collect.EnumHashBiMap
-  
- forcePut(K, V) - Method in class com.google.common.collect.HashBiMap
-  
- forcePut(K, V) - Method in class com.google.common.collect.ImmutableBiMap
- 
- forEach(BiConsumer<? super K, ? super V>) - Method in class com.google.common.collect.HashBiMap
-  
- forEach(Consumer<? super E>) - Method in class com.google.common.collect.ImmutableList
-  
- forEach(BiConsumer<? super K, ? super V>) - Method in class com.google.common.collect.ImmutableMultimap
-  
- forEach(BiConsumer<? super K, ? super V>) - Method in class com.google.common.collect.ImmutableSortedMap
-  
- forEach(BiConsumer<? super K, ? super V>) - Method in interface com.google.common.collect.Multimap
- 
Performs the given action for all key-value pairs contained in this multimap. 
- forEach(Consumer<? super E>) - Method in interface com.google.common.collect.Multiset
- forEachEntry(ObjIntConsumer<? super E>) - Method in interface com.google.common.collect.Multiset
- 
Runs the specified action for each distinct element in this multiset, and the number of
 occurrences of that element. 
- forEnumeration(Enumeration<T>) - Static method in class com.google.common.collect.Iterators
- 
Adapts an Enumerationto theIteratorinterface.
 
- FORM_DATA - Static variable in class com.google.common.net.MediaType
-  
- forMap(Map<K, V>) - Static method in class com.google.common.base.Functions
- 
Returns a function which performs a map lookup. 
- forMap(Map<K, ? extends V>, V) - Static method in class com.google.common.base.Functions
- 
Returns a function which performs a map lookup with a default value. 
- forMap(Map<K, V>) - Static method in class com.google.common.collect.Multimaps
- 
Returns a multimap view of the specified map. 
- forNaN() - Static method in class com.google.common.math.LinearTransformation
- 
Builds an instance for datasets which contains  Double.NaN. 
- forPredicate(Predicate<? super Character>) - Static method in class com.google.common.base.CharMatcher
- 
Returns a matcher with identical behavior to the given  Character-based predicate, but
 which operates on primitive  char instances instead. 
- forPredicate(Predicate<T>) - Static method in class com.google.common.base.Functions
- 
Creates a function that returns the same boolean output as the given predicate for all inputs. 
- forString(String) - Static method in class com.google.common.net.InetAddresses
- 
Returns the  InetAddress having the given string representation. 
- forSupplier(Supplier<T>) - Static method in class com.google.common.base.Functions
- 
Returns a function that ignores its input and returns the result of supplier.get().
 
- forUriString(String) - Static method in class com.google.common.net.InetAddresses
- 
Returns an InetAddress representing the literal IPv4 or IPv6 host portion of a URL, encoded in
 the format specified by RFC 3986 section 3.2.2. 
- FORWARDED - Static variable in class com.google.common.net.HttpHeaders
- 
- ForwardingBlockingDeque<E> - Class in com.google.common.collect
- 
- ForwardingBlockingDeque() - Constructor for class com.google.common.collect.ForwardingBlockingDeque
- 
Deprecated. Constructor for use by subclasses. 
- ForwardingBlockingDeque<E> - Class in com.google.common.util.concurrent
- 
A  BlockingDeque which forwards all its method calls to another  BlockingDeque. 
- ForwardingBlockingDeque() - Constructor for class com.google.common.util.concurrent.ForwardingBlockingDeque
- 
Constructor for use by subclasses. 
- ForwardingBlockingQueue<E> - Class in com.google.common.util.concurrent
- 
- ForwardingBlockingQueue() - Constructor for class com.google.common.util.concurrent.ForwardingBlockingQueue
- 
Constructor for use by subclasses. 
- ForwardingCache<K,V> - Class in com.google.common.cache
- 
A cache which forwards all its method calls to another cache. 
- ForwardingCache() - Constructor for class com.google.common.cache.ForwardingCache
- 
Constructor for use by subclasses. 
- ForwardingCache.SimpleForwardingCache<K,V> - Class in com.google.common.cache
- 
A simplified version of  ForwardingCache where subclasses can pass in an already
 constructed  Cache as the delegate. 
- ForwardingCheckedFuture<V,X extends Exception> - Class in com.google.common.util.concurrent
- 
A future which forwards all its method calls to another future. 
- ForwardingCheckedFuture() - Constructor for class com.google.common.util.concurrent.ForwardingCheckedFuture
-  
- ForwardingCheckedFuture.SimpleForwardingCheckedFuture<V,X extends Exception> - Class in com.google.common.util.concurrent
- 
- ForwardingCollection<E> - Class in com.google.common.collect
- 
A collection which forwards all its method calls to another collection. 
- ForwardingCollection() - Constructor for class com.google.common.collect.ForwardingCollection
- 
Constructor for use by subclasses. 
- ForwardingConcurrentMap<K,V> - Class in com.google.common.collect
- 
A concurrent map which forwards all its method calls to another concurrent
 map. 
- ForwardingConcurrentMap() - Constructor for class com.google.common.collect.ForwardingConcurrentMap
- 
Constructor for use by subclasses. 
- ForwardingDeque<E> - Class in com.google.common.collect
- 
A deque which forwards all its method calls to another deque. 
- ForwardingDeque() - Constructor for class com.google.common.collect.ForwardingDeque
- 
Constructor for use by subclasses. 
- ForwardingExecutorService - Class in com.google.common.util.concurrent
- 
An executor service which forwards all its method calls to another executor service. 
- ForwardingExecutorService() - Constructor for class com.google.common.util.concurrent.ForwardingExecutorService
- 
Constructor for use by subclasses. 
- ForwardingFuture<V> - Class in com.google.common.util.concurrent
- 
A  Future which forwards all its method calls to another future. 
- ForwardingFuture() - Constructor for class com.google.common.util.concurrent.ForwardingFuture
- 
Constructor for use by subclasses. 
- ForwardingFuture.SimpleForwardingFuture<V> - Class in com.google.common.util.concurrent
- 
A simplified version of  ForwardingFuture where subclasses can pass in an already
 constructed  Future as the delegate. 
- ForwardingIterator<T> - Class in com.google.common.collect
- 
An iterator which forwards all its method calls to another iterator. 
- ForwardingIterator() - Constructor for class com.google.common.collect.ForwardingIterator
- 
Constructor for use by subclasses. 
- ForwardingList<E> - Class in com.google.common.collect
- 
A list which forwards all its method calls to another list. 
- ForwardingList() - Constructor for class com.google.common.collect.ForwardingList
- 
Constructor for use by subclasses. 
- ForwardingListenableFuture<V> - Class in com.google.common.util.concurrent
- 
- ForwardingListenableFuture() - Constructor for class com.google.common.util.concurrent.ForwardingListenableFuture
- 
Constructor for use by subclasses. 
- ForwardingListenableFuture.SimpleForwardingListenableFuture<V> - Class in com.google.common.util.concurrent
- 
- ForwardingListeningExecutorService - Class in com.google.common.util.concurrent
- 
A listening executor service which forwards all its method calls to another listening executor
 service. 
- ForwardingListeningExecutorService() - Constructor for class com.google.common.util.concurrent.ForwardingListeningExecutorService
- 
Constructor for use by subclasses. 
- ForwardingListIterator<E> - Class in com.google.common.collect
- 
A list iterator which forwards all its method calls to another list
 iterator. 
- ForwardingListIterator() - Constructor for class com.google.common.collect.ForwardingListIterator
- 
Constructor for use by subclasses. 
- ForwardingListMultimap<K,V> - Class in com.google.common.collect
- 
A list multimap which forwards all its method calls to another list multimap. 
- ForwardingListMultimap() - Constructor for class com.google.common.collect.ForwardingListMultimap
- 
Constructor for use by subclasses. 
- ForwardingLoadingCache<K,V> - Class in com.google.common.cache
- 
A cache which forwards all its method calls to another cache. 
- ForwardingLoadingCache() - Constructor for class com.google.common.cache.ForwardingLoadingCache
- 
Constructor for use by subclasses. 
- ForwardingLoadingCache.SimpleForwardingLoadingCache<K,V> - Class in com.google.common.cache
- 
- ForwardingMap<K,V> - Class in com.google.common.collect
- 
A map which forwards all its method calls to another map. 
- ForwardingMap() - Constructor for class com.google.common.collect.ForwardingMap
- 
Constructor for use by subclasses. 
- ForwardingMap.StandardEntrySet - Class in com.google.common.collect
- 
- ForwardingMap.StandardKeySet - Class in com.google.common.collect
- 
- ForwardingMap.StandardValues - Class in com.google.common.collect
- 
- ForwardingMapEntry<K,V> - Class in com.google.common.collect
- 
A map entry which forwards all its method calls to another map entry. 
- ForwardingMapEntry() - Constructor for class com.google.common.collect.ForwardingMapEntry
- 
Constructor for use by subclasses. 
- ForwardingMultimap<K,V> - Class in com.google.common.collect
- 
A multimap which forwards all its method calls to another multimap. 
- ForwardingMultimap() - Constructor for class com.google.common.collect.ForwardingMultimap
- 
Constructor for use by subclasses. 
- ForwardingMultiset<E> - Class in com.google.common.collect
- 
A multiset which forwards all its method calls to another multiset. 
- ForwardingMultiset() - Constructor for class com.google.common.collect.ForwardingMultiset
- 
Constructor for use by subclasses. 
- ForwardingMultiset.StandardElementSet - Class in com.google.common.collect
- 
- ForwardingNavigableMap<K,V> - Class in com.google.common.collect
- 
A navigable map which forwards all its method calls to another navigable map. 
- ForwardingNavigableMap() - Constructor for class com.google.common.collect.ForwardingNavigableMap
- 
Constructor for use by subclasses. 
- ForwardingNavigableMap.StandardDescendingMap - Class in com.google.common.collect
- 
- ForwardingNavigableMap.StandardNavigableKeySet - Class in com.google.common.collect
- 
- ForwardingNavigableSet<E> - Class in com.google.common.collect
- 
A navigable set which forwards all its method calls to another navigable set. 
- ForwardingNavigableSet() - Constructor for class com.google.common.collect.ForwardingNavigableSet
- 
Constructor for use by subclasses. 
- ForwardingNavigableSet.StandardDescendingSet - Class in com.google.common.collect
- 
- ForwardingObject - Class in com.google.common.collect
- 
- ForwardingObject() - Constructor for class com.google.common.collect.ForwardingObject
- 
Constructor for use by subclasses. 
- ForwardingQueue<E> - Class in com.google.common.collect
- 
A queue which forwards all its method calls to another queue. 
- ForwardingQueue() - Constructor for class com.google.common.collect.ForwardingQueue
- 
Constructor for use by subclasses. 
- ForwardingSet<E> - Class in com.google.common.collect
- 
A set which forwards all its method calls to another set. 
- ForwardingSet() - Constructor for class com.google.common.collect.ForwardingSet
- 
Constructor for use by subclasses. 
- ForwardingSetMultimap<K,V> - Class in com.google.common.collect
- 
A set multimap which forwards all its method calls to another set multimap. 
- ForwardingSetMultimap() - Constructor for class com.google.common.collect.ForwardingSetMultimap
-  
- ForwardingSortedMap<K,V> - Class in com.google.common.collect
- 
A sorted map which forwards all its method calls to another sorted map. 
- ForwardingSortedMap() - Constructor for class com.google.common.collect.ForwardingSortedMap
- 
Constructor for use by subclasses. 
- ForwardingSortedMap.StandardKeySet - Class in com.google.common.collect
- 
A sensible implementation of  SortedMap.keySet() in terms of the methods of
  ForwardingSortedMap. 
- ForwardingSortedMultiset<E> - Class in com.google.common.collect
- 
A sorted multiset which forwards all its method calls to another sorted multiset. 
- ForwardingSortedMultiset() - Constructor for class com.google.common.collect.ForwardingSortedMultiset
- 
Constructor for use by subclasses. 
- ForwardingSortedMultiset.StandardDescendingMultiset - Class in com.google.common.collect
- 
A skeleton implementation of a descending multiset view. 
- ForwardingSortedMultiset.StandardElementSet - Class in com.google.common.collect
- 
A sensible implementation of  SortedMultiset.elementSet() in terms of the following
 methods:  Collection.clear(),  SortedMultiset.comparator(),  Multiset.contains(java.lang.Object),  Multiset.containsAll(java.util.Collection<?>),  Multiset.count(java.lang.Object),
  SortedMultiset.firstEntry()SortedMultiset.headMultiset(E, com.google.common.collect.BoundType),  Collection.isEmpty(),  SortedMultiset.lastEntry(),  SortedMultiset.subMultiset(E, com.google.common.collect.BoundType, E, com.google.common.collect.BoundType),
  SortedMultiset.tailMultiset(E, com.google.common.collect.BoundType), the  size() and  iterator() methods of
  SortedMultiset.entrySet(), and  Multiset.remove(Object, int). 
- ForwardingSortedSet<E> - Class in com.google.common.collect
- 
A sorted set which forwards all its method calls to another sorted set. 
- ForwardingSortedSet() - Constructor for class com.google.common.collect.ForwardingSortedSet
- 
Constructor for use by subclasses. 
- ForwardingSortedSetMultimap<K,V> - Class in com.google.common.collect
- 
A sorted set multimap which forwards all its method calls to another sorted
 set multimap. 
- ForwardingSortedSetMultimap() - Constructor for class com.google.common.collect.ForwardingSortedSetMultimap
- 
Constructor for use by subclasses. 
- ForwardingTable<R,C,V> - Class in com.google.common.collect
- 
A table which forwards all its method calls to another table. 
- ForwardingTable() - Constructor for class com.google.common.collect.ForwardingTable
- 
Constructor for use by subclasses. 
- frequency(Iterable<?>, Object) - Static method in class com.google.common.collect.Iterables
- 
Returns the number of elements in the specified iterable that equal the specified object. 
- frequency(Iterator<?>, Object) - Static method in class com.google.common.collect.Iterators
- 
Returns the number of elements in the specified iterator that equal the
 specified object. 
- from(Function<? super A, ? extends B>, Function<? super B, ? extends A>) - Static method in class com.google.common.base.Converter
- 
Returns a converter based on separate forward and backward functions. 
- from(CacheBuilderSpec) - Static method in class com.google.common.cache.CacheBuilder
- 
Constructs a new CacheBuilderinstance with the settings specified inspec.
 
- from(String) - Static method in class com.google.common.cache.CacheBuilder
- 
Constructs a new CacheBuilderinstance with the settings specified inspec.
 
- from(Function<K, V>) - Static method in class com.google.common.cache.CacheLoader
- 
Returns a cache loader based on an existing function instance. 
- from(Supplier<V>) - Static method in class com.google.common.cache.CacheLoader
- 
Returns a cache loader based on an existing supplier instance. 
- from(Iterable<E>) - Static method in class com.google.common.collect.FluentIterable
- 
Returns a fluent iterable that wraps iterable, oriterableitself if it is
 already aFluentIterable.
 
- from(E[]) - Static method in class com.google.common.collect.FluentIterable
- 
Returns a fluent iterable containing elementsin the specified order.
 
- from(FluentIterable<E>) - Static method in class com.google.common.collect.FluentIterable
- 
- from(Comparator<T>) - Static method in class com.google.common.collect.Ordering
- 
Returns an ordering based on an existing comparator instance. 
- from(Ordering<T>) - Static method in class com.google.common.collect.Ordering
- 
- from(Graph<N>) - Static method in class com.google.common.graph.GraphBuilder
- 
Returns a  GraphBuilder initialized with all properties queryable from  graph. 
- from(Network<N, E>) - Static method in class com.google.common.graph.NetworkBuilder
- 
Returns a  NetworkBuilder initialized with all properties queryable from  network. 
- from(Graph<N>) - Static method in class com.google.common.graph.ValueGraphBuilder
- 
- from(String) - Static method in class com.google.common.net.HostSpecifier
- 
Attempts to return a HostSpecifierfor the given string, throwing an exception if
 parsing fails.
 
- FROM - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Fromheader field name.
 
- from(String) - Static method in class com.google.common.net.InternetDomainName
- 
- from(ClassLoader) - Static method in class com.google.common.reflect.ClassPath
- 
Returns a ClassPathrepresenting all classes and resources loadable fromclassloaderand its parent class loaders.
 
- from(Method) - Static method in class com.google.common.reflect.Invokable
- 
- from(Constructor<T>) - Static method in class com.google.common.reflect.Invokable
- 
- fromByteArray(byte[]) - Static method in class com.google.common.math.PairedStats
- 
- fromByteArray(byte[]) - Static method in class com.google.common.math.Stats
- 
Creates a Stats instance from the given byte representation which was obtained by
  Stats.toByteArray(). 
- fromByteArray(byte[]) - Static method in class com.google.common.primitives.Chars
- 
Returns the charvalue whose big-endian representation is stored in the first 2 bytes
 ofbytes; equivalent toByteBuffer.wrap(bytes).getChar().
 
- fromByteArray(byte[]) - Static method in class com.google.common.primitives.Ints
- 
Returns the intvalue whose big-endian representation is stored in the first 4 bytes ofbytes; equivalent toByteBuffer.wrap(bytes).getInt().
 
- fromByteArray(byte[]) - Static method in class com.google.common.primitives.Longs
- 
Returns the longvalue whose big-endian representation is stored in the first 8 bytes
 ofbytes; equivalent toByteBuffer.wrap(bytes).getLong().
 
- fromByteArray(byte[]) - Static method in class com.google.common.primitives.Shorts
- 
Returns the shortvalue whose big-endian representation is stored in the first 2 bytes
 ofbytes; equivalent toByteBuffer.wrap(bytes).getShort().
 
- fromBytes(byte[]) - Static method in class com.google.common.hash.HashCode
- 
Creates a HashCodefrom a byte array.
 
- fromBytes(byte, byte) - Static method in class com.google.common.primitives.Chars
- 
Returns the charvalue whose byte representation is the given 2 bytes, in big-endian
 order; equivalent toChars.fromByteArray(new byte[] {b1, b2}).
 
- fromBytes(byte, byte, byte, byte) - Static method in class com.google.common.primitives.Ints
- 
Returns the intvalue whose byte representation is the given 4 bytes, in big-endian
 order; equivalent toInts.fromByteArray(new byte[] {b1, b2, b3, b4}).
 
- fromBytes(byte, byte, byte, byte, byte, byte, byte, byte) - Static method in class com.google.common.primitives.Longs
- 
Returns the longvalue whose byte representation is the given 8 bytes, in big-endian
 order; equivalent toLongs.fromByteArray(new byte[] {b1, b2, b3, b4, b5, b6, b7, b8}).
 
- fromBytes(byte, byte) - Static method in class com.google.common.primitives.Shorts
- 
Returns the shortvalue whose byte representation is the given 2 bytes, in big-endian
 order; equivalent toShorts.fromByteArray(new byte[] {b1, b2}).
 
- fromHost(String) - Static method in class com.google.common.net.HostAndPort
- 
Build a HostAndPort instance from a host only. 
- fromInt(int) - Static method in class com.google.common.hash.HashCode
- 
Creates a 32-bit HashCoderepresentation of the given int value.
 
- fromIntBits(int) - Static method in class com.google.common.primitives.UnsignedInteger
- 
Returns an UnsignedIntegercorresponding to a given bit representation.
 
- fromInteger(int) - Static method in class com.google.common.net.InetAddresses
- 
Returns an Inet4Address having the integer value specified by the argument. 
- fromJavaUtil(Optional<T>) - Static method in class com.google.common.base.Optional
- 
Returns the equivalent com.google.common.base.Optionalvalue to the givenjava.util.Optional, ornullif the argument is null.
 
- fromLittleEndianByteArray(byte[]) - Static method in class com.google.common.net.InetAddresses
- 
- fromLong(long) - Static method in class com.google.common.hash.HashCode
- 
Creates a 64-bit HashCoderepresentation of the given long value.
 
- fromLongBits(long) - Static method in class com.google.common.primitives.UnsignedLong
- 
Returns an UnsignedLongcorresponding to a given bit representation.
 
- fromNullable(T) - Static method in class com.google.common.base.Optional
- 
If  nullableReference is non-null, returns an  Optional instance containing that
 reference; otherwise returns  Optional.absent(). 
- fromParts(String, int) - Static method in class com.google.common.net.HostAndPort
- 
Build a HostAndPort instance from separate host and port values. 
- fromProperties(Properties) - Static method in class com.google.common.collect.Maps
- 
Creates an ImmutableMap<String, String>from aPropertiesinstance.
 
- fromString(String) - Static method in class com.google.common.hash.HashCode
- 
Creates a HashCodefrom a hexadecimal (base 16) encoded string.
 
- fromString(String) - Static method in class com.google.common.net.HostAndPort
- 
Split a freeform string into a host and port, without strict validation. 
- fromValid(String) - Static method in class com.google.common.net.HostSpecifier
- 
Returns a HostSpecifierbuilt from the providedspecifier, which is already
 known to be valid.
 
- FS - Static variable in class com.google.common.base.Ascii
- 
File Separator: These four information separators may be used within data in optional fashion,
 except that their hierarchical relationship shall be: FS is the most inclusive, then GS, then
 RS, and US is least inclusive. 
- Function<F,T> - Interface in com.google.common.base
- 
- Functions - Class in com.google.common.base
- 
Static utility methods pertaining to com.google.common.base.Functioninstances; see that
 class for information about migrating tojava.util.function.
 
- Funnel<T> - Interface in com.google.common.hash
- 
An object which can send data from an object of type Tinto aPrimitiveSink.
 
- funnel(T, PrimitiveSink) - Method in interface com.google.common.hash.Funnel
- 
Sends a stream of data from the fromobject into the sinkinto.
 
- Funnels - Class in com.google.common.hash
- 
Funnels for common types. 
- FutureCallback<V> - Interface in com.google.common.util.concurrent
- 
A callback for accepting the results of a  Future computation
 asynchronously. 
- Futures - Class in com.google.common.util.concurrent
- 
Static utility methods pertaining to the  Future interface. 
- Futures.FutureCombiner<V> - Class in com.google.common.util.concurrent
- 
A helper to create a new ListenableFuturewhose result is generated from a combination
 of input futures.
 
- fuzzyCompare(double, double, double) - Static method in class com.google.common.math.DoubleMath
- 
Compares aandb"fuzzily," with a tolerance for nearly-equal values.
 
- fuzzyEquals(double, double, double) - Static method in class com.google.common.math.DoubleMath
- 
Returns trueifaandbare withintoleranceof each other.
 
- gcd(int, int) - Static method in class com.google.common.math.IntMath
- 
Returns the greatest common divisor of a, b.
 
- gcd(long, long) - Static method in class com.google.common.math.LongMath
- 
Returns the greatest common divisor of a, b.
 
- get() - Method in class com.google.common.base.Equivalence.Wrapper
- 
Returns the (possibly null) reference wrapped by this instance. 
- get() - Method in class com.google.common.base.Optional
- 
Returns the contained instance, which must be present. 
- get() - Method in interface com.google.common.base.Supplier
- 
Retrieves an instance of the appropriate type. 
- get(K, Callable<? extends V>) - Method in class com.google.common.cache.AbstractCache
-  
- get(K, Callable<? extends V>) - Method in interface com.google.common.cache.Cache
- 
Returns the value associated with keyin this cache, obtaining that value fromloaderif necessary.
 
- get(K, Callable<? extends V>) - Method in class com.google.common.cache.ForwardingCache
-  
- get(K) - Method in class com.google.common.cache.ForwardingLoadingCache
-  
- get(K) - Method in interface com.google.common.cache.LoadingCache
- 
Returns the value associated with keyin this cache, first loading that value if
 necessary.
 
- get(Object, Object) - Method in class com.google.common.collect.ArrayTable
-  
- get(int) - Method in class com.google.common.collect.FluentIterable
- 
Returns the element at the specified position in this fluent iterable. 
- get(int) - Method in class com.google.common.collect.ForwardingList
-  
- get(K) - Method in class com.google.common.collect.ForwardingListMultimap
-  
- get(Object) - Method in class com.google.common.collect.ForwardingMap
-  
- get(K) - Method in class com.google.common.collect.ForwardingMultimap
-  
- get(K) - Method in class com.google.common.collect.ForwardingSetMultimap
-  
- get(K) - Method in class com.google.common.collect.ForwardingSortedSetMultimap
-  
- get(Object, Object) - Method in class com.google.common.collect.ForwardingTable
-  
- get(Object, Object) - Method in class com.google.common.collect.HashBasedTable
-  
- get(Object) - Method in class com.google.common.collect.HashBiMap
-  
- get(K) - Method in class com.google.common.collect.ImmutableListMultimap
- 
Returns an immutable list of the values for the given key. 
- get(Object) - Method in class com.google.common.collect.ImmutableMap
-  
- get(K) - Method in class com.google.common.collect.ImmutableMultimap
- 
Returns an immutable collection of the values for the given key. 
- get(K) - Method in class com.google.common.collect.ImmutableRangeMap
-  
- get(K) - Method in class com.google.common.collect.ImmutableSetMultimap
- 
Returns an immutable set of the values for the given key. 
- get(Object) - Method in class com.google.common.collect.ImmutableSortedMap
-  
- get(Iterable<T>, int) - Static method in class com.google.common.collect.Iterables
- 
Returns the element at the specified position in an iterable. 
- get(Iterable<? extends T>, int, T) - Static method in class com.google.common.collect.Iterables
- 
Returns the element at the specified position in an iterable or a default
 value otherwise. 
- get(Iterator<T>, int) - Static method in class com.google.common.collect.Iterators
- 
Advances iteratorposition + 1times, returning the
 element at thepositionth position.
 
- get(Iterator<? extends T>, int, T) - Static method in class com.google.common.collect.Iterators
- 
Advances iteratorposition + 1times, returning the
 element at thepositionth position ordefaultValueotherwise.
 
- get(K) - Method in class com.google.common.collect.LinkedListMultimap
- 
Returns a view collection of the values associated with keyin this
 multimap, if any.
 
- get(K) - Method in interface com.google.common.collect.ListMultimap
- 
Returns a view collection of the values associated with keyin this
 multimap, if any.
 
- get(K) - Method in interface com.google.common.collect.Multimap
- 
Returns a view collection of the values associated with keyin this
 multimap, if any.
 
- get(K) - Method in interface com.google.common.collect.RangeMap
- 
Returns the value associated with the specified key, or nullif there is no
 such value.
 
- get(K) - Method in interface com.google.common.collect.SetMultimap
- 
Returns a view collection of the values associated with keyin this
 multimap, if any.
 
- get(K) - Method in interface com.google.common.collect.SortedSetMultimap
- 
Returns a collection view of all values associated with a key. 
- get(Object, Object) - Method in interface com.google.common.collect.Table
- 
Returns the value corresponding to the given row and column keys, or nullif no such
 mapping exists.
 
- get(K) - Method in class com.google.common.collect.TreeMultimap
-  
- get(K) - Method in class com.google.common.collect.TreeRangeMap
-  
- get(long, TimeUnit) - Method in class com.google.common.util.concurrent.AbstractFuture
- get() - Method in class com.google.common.util.concurrent.AbstractFuture
- get() - Method in class com.google.common.util.concurrent.AtomicDouble
- 
Gets the current value. 
- get(int) - Method in class com.google.common.util.concurrent.AtomicDoubleArray
- 
Gets the current value at position i.
 
- get(K) - Method in class com.google.common.util.concurrent.AtomicLongMap
- 
Returns the value associated with key, or zero if there is no value associated withkey.
 
- get() - Method in class com.google.common.util.concurrent.ForwardingFuture
-  
- get(long, TimeUnit) - Method in class com.google.common.util.concurrent.ForwardingFuture
-  
- get(Object) - Method in class com.google.common.util.concurrent.Striped
- 
Returns the stripe that corresponds to the passed key. 
- get6to4IPv4Address(Inet6Address) - Static method in class com.google.common.net.InetAddresses
- 
Returns the IPv4 address embedded in a 6to4 address. 
- getAll(Iterable<? extends K>) - Method in class com.google.common.cache.AbstractLoadingCache
-  
- getAll(Iterable<? extends K>) - Method in class com.google.common.cache.ForwardingLoadingCache
-  
- getAll(Iterable<? extends K>) - Method in interface com.google.common.cache.LoadingCache
- 
Returns a map of the values associated with keys, creating or retrieving those values
 if necessary.
 
- getAllClasses() - Method in class com.google.common.reflect.ClassPath
- 
Returns all classes loadable from the current class path. 
- getAllPresent(Iterable<?>) - Method in class com.google.common.cache.AbstractCache
- 
This implementation of getAllPresentlacks any insight into the internal cache data
 structure, and is thus forced to return the query keys instead of the cached keys.
 
- getAllPresent(Iterable<?>) - Method in interface com.google.common.cache.Cache
- 
Returns a map of the values associated with keysin this cache.
 
- getAllPresent(Iterable<?>) - Method in class com.google.common.cache.ForwardingCache
-  
- getAndAccumulate(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 old value.
 
- getAndAdd(double) - Method in class com.google.common.util.concurrent.AtomicDouble
- 
Atomically adds the given value to the current value. 
- getAndAdd(int, double) - Method in class com.google.common.util.concurrent.AtomicDoubleArray
- 
Atomically adds the given value to the element at index i.
 
- getAndAdd(K, long) - Method in class com.google.common.util.concurrent.AtomicLongMap
- 
Adds deltato the value currently associated withkey, and returns the old
 value.
 
- getAndDecrement(K) - Method in class com.google.common.util.concurrent.AtomicLongMap
- 
Decrements by one the value currently associated with key, and returns the old value.
 
- getAndIncrement(K) - Method in class com.google.common.util.concurrent.AtomicLongMap
- 
Increments by one the value currently associated with key, and returns the old value.
 
- getAndSet(double) - Method in class com.google.common.util.concurrent.AtomicDouble
- 
Atomically sets to the given value and returns the old value. 
- getAndSet(int, double) - Method in class com.google.common.util.concurrent.AtomicDoubleArray
- 
Atomically sets the element at position ito the given value
 and returns the old value.
 
- getAndUpdate(K, LongUnaryOperator) - Method in class com.google.common.util.concurrent.AtomicLongMap
- 
Updates the value currently associated with keywith the specified function,
 and returns the old value.
 
- getAnnotation(Class<A>) - Method in class com.google.common.reflect.Parameter
-  
- getAnnotations() - Method in class com.google.common.reflect.Parameter
-  
- getAnnotationsByType(Class<A>) - Method in class com.google.common.reflect.Parameter
-  
- getAt(int) - Method in class com.google.common.util.concurrent.Striped
- 
Returns the stripe at the specified index. 
- getCausalChain(Throwable) - Static method in class com.google.common.base.Throwables
- 
Gets a Throwablecause chain as a list.
 
- getCause() - Method in class com.google.common.cache.RemovalNotification
- 
Returns the cause for which the entry was removed. 
- getChecked(Future<V>, Class<X>) - Static method in class com.google.common.util.concurrent.Futures
- 
Returns the result of  Future.get(), converting most exceptions to a new instance of the
 given checked exception type. 
- getChecked(Future<V>, Class<X>, long, TimeUnit) - Static method in class com.google.common.util.concurrent.Futures
- 
Returns the result of  Future.get(long, TimeUnit), converting most exceptions to a new
 instance of the given checked exception type. 
- getClient() - Method in class com.google.common.net.InetAddresses.TeredoInfo
-  
- getCoercedIPv4Address(InetAddress) - Static method in class com.google.common.net.InetAddresses
- 
Coerces an IPv6 address into an IPv4 address. 
- getColumnKey() - Method in interface com.google.common.collect.Table.Cell
- 
Returns the column key of this cell. 
- getCompatIPv4Address(Inet6Address) - Static method in class com.google.common.net.InetAddresses
- 
Returns the IPv4 address embedded in an IPv4 compatible address. 
- getComponentType() - Method in class com.google.common.reflect.TypeToken
- 
Returns the array component type if this type represents an array (int[],T[],<? extends Map<String, Integer>[]>etc.), or elsenullis returned.
 
- getConflictingStackTrace() - Method in exception com.google.common.util.concurrent.CycleDetectingLockFactory.PotentialDeadlockException
-  
- getCount() - Method in interface com.google.common.collect.Multiset.Entry
- 
Returns the count of the associated element in the underlying multiset. 
- getCount() - Method in class com.google.common.io.CountingInputStream
- 
Returns the number of bytes read. 
- getCount() - Method in class com.google.common.io.CountingOutputStream
- 
Returns the number of bytes written. 
- getDeclaredAnnotation(Class<A>) - Method in class com.google.common.reflect.Parameter
-  
- getDeclaredAnnotations() - Method in class com.google.common.reflect.Parameter
-  
- getDeclaredAnnotationsByType(Class<A>) - Method in class com.google.common.reflect.Parameter
-  
- getDeclaringClass() - Method in class com.google.common.reflect.Invokable
-  
- getDeclaringInvokable() - Method in class com.google.common.reflect.Parameter
- 
Returns the  Invokable that declares this parameter. 
- getDone(Future<V>) - Static method in class com.google.common.util.concurrent.Futures
- 
Returns the result of the input Future, which must have already completed.
 
- getElement() - Method in interface com.google.common.collect.Multiset.Entry
- 
Returns the multiset element corresponding to this entry. 
- getEmbeddedIPv4ClientAddress(Inet6Address) - Static method in class com.google.common.net.InetAddresses
- 
Examines the Inet6Address to extract the embedded IPv4 client address if the InetAddress is an
 IPv6 address of one of the specified address types that contain an embedded IPv4 address. 
- getEntry(K) - Method in class com.google.common.collect.ImmutableRangeMap
-  
- getEntry(K) - Method in interface com.google.common.collect.RangeMap
- 
Returns the range containing this key and its associated value, if such a range is present
 in the range map, or nullotherwise.
 
- getEntry(K) - Method in class com.google.common.collect.TreeRangeMap
-  
- getEvent() - Method in class com.google.common.eventbus.DeadEvent
- 
Returns the wrapped, 'dead' event, which the system was unable to deliver to any registered
 subscriber. 
- getEvent() - Method in class com.google.common.eventbus.SubscriberExceptionContext
-  
- getEventBus() - Method in class com.google.common.eventbus.SubscriberExceptionContext
-  
- getExceptionTypes() - Method in class com.google.common.reflect.Invokable
- 
Returns all declared exception types of this Invokable.
 
- getExitingExecutorService(ThreadPoolExecutor, long, TimeUnit) - Static method in class com.google.common.util.concurrent.MoreExecutors
- 
Converts the given ThreadPoolExecutor into an ExecutorService that exits when the application
 is complete. 
- getExitingExecutorService(ThreadPoolExecutor) - Static method in class com.google.common.util.concurrent.MoreExecutors
- 
Converts the given ThreadPoolExecutor into an ExecutorService that exits when the application
 is complete. 
- getExitingScheduledExecutorService(ScheduledThreadPoolExecutor, long, TimeUnit) - Static method in class com.google.common.util.concurrent.MoreExecutors
- 
Converts the given ScheduledThreadPoolExecutor into a ScheduledExecutorService that exits when
 the application is complete. 
- getExitingScheduledExecutorService(ScheduledThreadPoolExecutor) - Static method in class com.google.common.util.concurrent.MoreExecutors
- 
Converts the given ScheduledThreadPoolExecutor into a ScheduledExecutorService that exits when
 the application is complete. 
- getField(Enum<?>) - Static method in class com.google.common.base.Enums
- 
Returns the  Field in which  enumValue is defined. 
- getFileExtension(String) - Static method in class com.google.common.io.Files
- 
Returns the  file extension for
 the given file name, or the empty string if the file has no extension. 
- getFileExtension(Path) - Static method in class com.google.common.io.MoreFiles
- 
Returns the  file extension for
 the file at the given path, or the empty string if the file has no extension. 
- getFirst() - Method in class com.google.common.collect.ForwardingDeque
-  
- getFirst(Iterable<? extends T>, T) - Static method in class com.google.common.collect.Iterables
- 
Returns the first element in iterableordefaultValueif the iterable is empty.
 
- getFlags() - Method in class com.google.common.net.InetAddresses.TeredoInfo
-  
- getHost() - Method in class com.google.common.net.HostAndPort
- 
Returns the portion of this HostAndPortinstance that should represent the hostname or
 IPv4/IPv6 literal.
 
- getHostText() - Method in class com.google.common.net.HostAndPort
- 
- getIfPresent(Class<T>, String) - Static method in class com.google.common.base.Enums
- 
- getIfPresent(Object) - Method in interface com.google.common.cache.Cache
- 
Returns the value associated with keyin this cache, ornullif there is no
 cached value forkey.
 
- getIfPresent(Object) - Method in class com.google.common.cache.ForwardingCache
-  
- getInstance(Class<T>) - Method in interface com.google.common.collect.ClassToInstanceMap
- 
Returns the value the specified class is mapped to, or nullif no
 entry for this class is present.
 
- getInstance(Class<T>) - Method in class com.google.common.collect.ImmutableClassToInstanceMap
-  
- getInstance(Class<T>) - Method in class com.google.common.collect.MutableClassToInstanceMap
-  
- getInstance(TypeToken<T>) - Method in class com.google.common.reflect.ImmutableTypeToInstanceMap
-  
- getInstance(Class<T>) - Method in class com.google.common.reflect.ImmutableTypeToInstanceMap
-  
- getInstance(Class<T>) - Method in class com.google.common.reflect.MutableTypeToInstanceMap
-  
- getInstance(TypeToken<T>) - Method in class com.google.common.reflect.MutableTypeToInstanceMap
-  
- getInstance(Class<T>) - Method in interface com.google.common.reflect.TypeToInstanceMap
- 
Returns the value the specified class is mapped to, or nullif no entry for this class
 is present.
 
- getInstance(TypeToken<T>) - Method in interface com.google.common.reflect.TypeToInstanceMap
- 
Returns the value the specified type is mapped to, or nullif no entry for this type is
 present.
 
- getIsatapIPv4Address(Inet6Address) - Static method in class com.google.common.net.InetAddresses
- 
Returns the IPv4 address embedded in an ISATAP address. 
- getKey() - Method in class com.google.common.collect.ForwardingMapEntry
-  
- getLast() - Method in class com.google.common.collect.ForwardingDeque
-  
- getLast(Iterable<T>) - Static method in class com.google.common.collect.Iterables
- 
Returns the last element of iterable.
 
- getLast(Iterable<? extends T>, T) - Static method in class com.google.common.collect.Iterables
- 
Returns the last element of iterableordefaultValueif
 the iterable is empty.
 
- getLast(Iterator<T>) - Static method in class com.google.common.collect.Iterators
- 
Advances iteratorto the end, returning the last element.
 
- getLast(Iterator<? extends T>, T) - Static method in class com.google.common.collect.Iterators
- 
Advances iteratorto the end, returning the last element ordefaultValueif the iterator is empty.
 
- getMessage() - Method in exception com.google.common.util.concurrent.CycleDetectingLockFactory.PotentialDeadlockException
- 
Appends the chain of messages from the conflictingStackTraceto the originalmessage.
 
- getName() - Method in class com.google.common.reflect.ClassPath.ClassInfo
- 
Returns the fully qualified name of the class. 
- getNameWithoutExtension(String) - Static method in class com.google.common.io.Files
- 
- getNameWithoutExtension(Path) - Static method in class com.google.common.io.MoreFiles
- 
- getNext(Iterator<? extends T>, T) - Static method in class com.google.common.collect.Iterators
- 
Returns the next element in iteratorordefaultValueif
 the iterator is empty.
 
- getNextSchedule() - Method in class com.google.common.util.concurrent.AbstractScheduledService.CustomScheduler
- 
Calculates the time at which to next invoke the task. 
- getOccupiedDepth() - Method in class com.google.common.util.concurrent.Monitor
- 
Returns the number of times the current thread has entered this monitor in excess of the number
 of times it has left. 
- getOnlyElement(Iterable<T>) - Static method in class com.google.common.collect.Iterables
- 
Returns the single element contained in iterable.
 
- getOnlyElement(Iterable<? extends T>, T) - Static method in class com.google.common.collect.Iterables
- 
Returns the single element contained in iterable, ordefaultValueif the
 iterable is empty.
 
- getOnlyElement(Iterator<T>) - Static method in class com.google.common.collect.Iterators
- 
Returns the single element contained in iterator.
 
- getOnlyElement(Iterator<? extends T>, T) - Static method in class com.google.common.collect.Iterators
- 
Returns the single element contained in iterator, ordefaultValueif the iterator is empty.
 
- getOrDefault(Object, V) - Method in class com.google.common.collect.ImmutableMap
-  
- getOwnerType() - Method in class com.google.common.reflect.Invokable
- 
Returns the type of T.
 
- getPackageName() - Method in class com.google.common.reflect.ClassPath.ClassInfo
- 
Returns the package name of the class, without attempting to load the class. 
- getPackageName(Class<?>) - Static method in class com.google.common.reflect.Reflection
- 
Returns the package name of clazzaccording to the Java Language Specification (section
 6.7).
 
- getPackageName(String) - Static method in class com.google.common.reflect.Reflection
- 
Returns the package name of classFullNameaccording to the Java Language Specification
 (section 6.7).
 
- getParameters() - Method in class com.google.common.reflect.Invokable
- 
Returns all declared parameters of this Invokable.
 
- getPort() - Method in class com.google.common.net.HostAndPort
- 
Get the current port number, failing if no port is defined. 
- getPort() - Method in class com.google.common.net.InetAddresses.TeredoInfo
-  
- getPortOrDefault(int) - Method in class com.google.common.net.HostAndPort
- 
Returns the current port number, with a default if no port is defined. 
- getQueueLength() - Method in class com.google.common.util.concurrent.Monitor
- 
Returns an estimate of the number of threads waiting to enter this monitor. 
- getRate() - Method in class com.google.common.util.concurrent.RateLimiter
- 
Returns the stable rate (as permits per seconds) with which thisRateLimiteris
 configured with.
 
- getRawType() - Method in class com.google.common.reflect.TypeToken
- 
Returns the raw type of T.
 
- getResource(String) - Static method in class com.google.common.io.Resources
- 
- getResource(Class<?>, String) - Static method in class com.google.common.io.Resources
- 
Given a resourceNamethat is relative tocontextClass, returns aURLpointing to the named resource.
 
- getResourceName() - Method in class com.google.common.reflect.ClassPath.ResourceInfo
- 
Returns the fully qualified name of the resource. 
- getResources() - Method in class com.google.common.reflect.ClassPath
- 
Returns all resources loadable from the current class path, including the class files of all
 loadable classes but excluding the "META-INF/MANIFEST.MF" file. 
- getResult() - Method in interface com.google.common.io.ByteProcessor
- 
Return the result of processing all the bytes. 
- getResult() - Method in interface com.google.common.io.LineProcessor
- 
Return the result of processing all the lines. 
- getReturnType() - Method in class com.google.common.reflect.Invokable
- 
Returns the return type of this Invokable.
 
- getRootCause(Throwable) - Static method in class com.google.common.base.Throwables
- 
Returns the innermost cause of throwable.
 
- getRowKey() - Method in interface com.google.common.collect.Table.Cell
- 
Returns the row key of this cell. 
- getServer() - Method in class com.google.common.net.InetAddresses.TeredoInfo
-  
- getSimpleName() - Method in class com.google.common.reflect.ClassPath.ClassInfo
- 
Returns the simple name of the underlying class as given in the source code. 
- getSource() - Method in class com.google.common.eventbus.DeadEvent
- 
Returns the object that originated this event (not the object that originated the
 wrapped event). 
- getStackTraceAsString(Throwable) - Static method in class com.google.common.base.Throwables
- 
Returns a string containing the result of  toString(), followed by
 the full, recursive stack trace of  throwable. 
- getSubscriber() - Method in class com.google.common.eventbus.SubscriberExceptionContext
-  
- getSubscriberMethod() - Method in class com.google.common.eventbus.SubscriberExceptionContext
-  
- getSubtype(Class<?>) - Method in class com.google.common.reflect.TypeToken
- 
Returns subtype of thiswithsubclassas the raw class.
 
- getSupertype(Class<? super T>) - Method in class com.google.common.reflect.TypeToken
- 
Returns the generic form of superclass.
 
- getTeredoInfo(Inet6Address) - Static method in class com.google.common.net.InetAddresses
- 
Returns the Teredo information embedded in a Teredo address. 
- getTopLevelClasses() - Method in class com.google.common.reflect.ClassPath
- 
Returns all top level classes loadable from the current class path. 
- getTopLevelClasses(String) - Method in class com.google.common.reflect.ClassPath
- 
Returns all top level classes whose package name is packageName.
 
- getTopLevelClassesRecursive(String) - Method in class com.google.common.reflect.ClassPath
- 
Returns all top level classes whose package name is packageNameor starts withpackageNamefollowed by a '.'.
 
- getType() - Method in class com.google.common.reflect.Parameter
- 
Returns the type of the parameter. 
- getType() - Method in class com.google.common.reflect.TypeToken
- 
Returns the represented type. 
- getTypes() - Method in class com.google.common.reflect.TypeToken
- 
Returns the set of interfaces and classes that this type is or is a subtype of. 
- getUnchecked(K) - Method in class com.google.common.cache.AbstractLoadingCache
-  
- getUnchecked(K) - Method in class com.google.common.cache.ForwardingLoadingCache
-  
- getUnchecked(K) - Method in interface com.google.common.cache.LoadingCache
- 
Returns the value associated with keyin this cache, first loading that value if
 necessary.
 
- getUnchecked(Future<V>) - Static method in class com.google.common.util.concurrent.Futures
- 
Returns the result of calling  Future.get() uninterruptibly on a task known not to throw
 a checked exception. 
- getUninterruptibly(Future<V>) - Static method in class com.google.common.util.concurrent.Uninterruptibles
- 
Invokes  future.get() uninterruptibly. 
- getUninterruptibly(Future<V>, long, TimeUnit) - Static method in class com.google.common.util.concurrent.Uninterruptibles
- 
- getValue() - Method in class com.google.common.collect.ForwardingMapEntry
-  
- getValue() - Method in interface com.google.common.collect.Table.Cell
- 
Returns the value of this cell. 
- getWaitQueueLength(Monitor.Guard) - Method in class com.google.common.util.concurrent.Monitor
- 
Returns an estimate of the number of threads waiting for the given guard to become satisfied. 
- GIF - Static variable in class com.google.common.net.MediaType
-  
- goodFastHash(int) - Static method in class com.google.common.hash.Hashing
- 
Returns a general-purpose, temporary-use, non-cryptographic hash function. 
- Graph<N> - Interface in com.google.common.graph
- 
An interface for  graph-structured data,
 whose edges are anonymous entities with no identity or information of their own. 
- GraphBuilder<N> - Class in com.google.common.graph
- 
A builder for constructing instances of  MutableGraph with user-defined properties. 
- Graphs - Class in com.google.common.graph
- 
- greaterThan(C) - Static method in class com.google.common.collect.Range
- 
Returns a range that contains all values strictly greater than endpoint.
 
- greatestOf(Iterable<E>, int) - Method in class com.google.common.collect.Ordering
- 
Returns the kgreatest elements of the given iterable according to this ordering, in
 order from greatest to least.
 
- greatestOf(Iterator<E>, int) - Method in class com.google.common.collect.Ordering
- 
Returns the kgreatest elements from the given iterator according to this ordering, in
 order from greatest to least.
 
- GS - Static variable in class com.google.common.base.Ascii
- 
Group Separator: These four information separators may be used within data in optional fashion,
 except that their hierarchical relationship shall be: FS is the most inclusive, then GS, then
 RS, and US is least inclusive. 
- Guard(Monitor) - Constructor for class com.google.common.util.concurrent.Monitor.Guard
-  
- GwtCompatible - Annotation Type in com.google.common.annotations
- 
The presence of this annotation on a type indicates that the type may be used with the  Google Web Toolkit (GWT). 
- GwtIncompatible - Annotation Type in com.google.common.annotations
- 
The presence of this annotation on an API indicates that the method may  not be used with
 the  Google Web Toolkit (GWT). 
- GZIP - Static variable in class com.google.common.net.MediaType
-  
- I_CALENDAR_UTF_8 - Static variable in class com.google.common.net.MediaType
-  
- ICO - Static variable in class com.google.common.net.MediaType
-  
- identifier() - Method in class com.google.common.eventbus.EventBus
- 
Returns the identifier for this event bus. 
- identity() - Static method in class com.google.common.base.Converter
- 
Returns a serializable converter that always converts or reverses an object to itself. 
- identity() - Static method in class com.google.common.base.Equivalence
- 
- identity() - Static method in class com.google.common.base.Functions
- 
Returns the identity function. 
- IF_MATCH - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP If-Matchheader field name.
 
- IF_MODIFIED_SINCE - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP If-Modified-Sinceheader field name.
 
- IF_NONE_MATCH - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP If-None-Matchheader field name.
 
- IF_RANGE - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP If-Rangeheader field name.
 
- IF_UNMODIFIED_SINCE - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP If-Unmodified-Sinceheader field name.
 
- immediateCancelledFuture() - Static method in class com.google.common.util.concurrent.Futures
- 
Creates a ListenableFuturewhich is cancelled immediately upon construction, so thatisCancelled()always returnstrue.
 
- immediateCheckedFuture(V) - Static method in class com.google.common.util.concurrent.Futures
- 
Returns a CheckedFuturewhich has its value set immediately upon construction.
 
- immediateFailedCheckedFuture(X) - Static method in class com.google.common.util.concurrent.Futures
- 
Returns a CheckedFuturewhich has an exception set immediately upon construction.
 
- immediateFailedFuture(Throwable) - Static method in class com.google.common.util.concurrent.Futures
- 
Returns a ListenableFuturewhich has an exception set immediately upon construction.
 
- immediateFuture(V) - Static method in class com.google.common.util.concurrent.Futures
- 
Creates a ListenableFuturewhich has its value set immediately upon construction.
 
- ImmutableBiMap<K,V> - Class in com.google.common.collect
- 
- ImmutableBiMap.Builder<K,V> - Class in com.google.common.collect
- 
A builder for creating immutable bimap instances, especially public
 static finalbimaps ("constant bimaps").
 
- immutableCell(R, C, V) - Static method in class com.google.common.collect.Tables
- 
Returns an immutable cell with the specified row key, column key, and
 value. 
- ImmutableClassToInstanceMap<B> - Class in com.google.common.collect
- 
- ImmutableClassToInstanceMap.Builder<B> - Class in com.google.common.collect
- 
A builder for creating immutable class-to-instance maps. 
- ImmutableCollection<E> - Class in com.google.common.collect
- 
A  Collection whose contents will never change, and which offers a few additional
 guarantees detailed below. 
- ImmutableCollection.Builder<E> - Class in com.google.common.collect
- 
- immutableCopy() - Method in class com.google.common.collect.Sets.SetView
- 
Returns an immutable copy of the current contents of this set view. 
- immutableEntry(K, V) - Static method in class com.google.common.collect.Maps
- 
Returns an immutable map entry with the specified key and value. 
- immutableEntry(E, int) - Static method in class com.google.common.collect.Multisets
- 
Returns an immutable multiset entry with the specified element and count. 
- immutableEnumMap(Map<K, ? extends V>) - Static method in class com.google.common.collect.Maps
- 
Returns an immutable map instance containing the given entries. 
- immutableEnumSet(E, E...) - Static method in class com.google.common.collect.Sets
- 
Returns an immutable set instance containing the given enum elements. 
- immutableEnumSet(Iterable<E>) - Static method in class com.google.common.collect.Sets
- 
Returns an immutable set instance containing the given enum elements. 
- ImmutableGraph<N> - Class in com.google.common.graph
- 
A  Graph whose elements and structural relationships will never change. 
- ImmutableList<E> - Class in com.google.common.collect
- 
- ImmutableList.Builder<E> - Class in com.google.common.collect
- 
A builder for creating immutable list instances, especially public
 static finallists ("constant lists").
 
- ImmutableListMultimap<K,V> - Class in com.google.common.collect
- 
- ImmutableListMultimap.Builder<K,V> - Class in com.google.common.collect
- 
A builder for creating immutable ListMultimapinstances, especiallypublic static finalmultimaps ("constant multimaps").
 
- ImmutableMap<K,V> - Class in com.google.common.collect
- 
- ImmutableMap.Builder<K,V> - Class in com.google.common.collect
- 
A builder for creating immutable map instances, especially public
 static finalmaps ("constant maps").
 
- ImmutableMultimap<K,V> - Class in com.google.common.collect
- 
- ImmutableMultimap.Builder<K,V> - Class in com.google.common.collect
- 
A builder for creating immutable multimap instances, especially
 public static finalmultimaps ("constant multimaps").
 
- ImmutableMultiset<E> - Class in com.google.common.collect
- 
- ImmutableMultiset.Builder<E> - Class in com.google.common.collect
- 
A builder for creating immutable multiset instances, especially public static finalmultisets ("constant multisets").
 
- ImmutableNetwork<N,E> - Class in com.google.common.graph
- 
A  Network whose elements and structural relationships will never change. 
- ImmutableRangeMap<K extends Comparable<?>,V> - Class in com.google.common.collect
- 
- ImmutableRangeMap.Builder<K extends Comparable<?>,V> - Class in com.google.common.collect
- 
A builder for immutable range maps. 
- ImmutableRangeSet<C extends Comparable> - Class in com.google.common.collect
- 
- ImmutableRangeSet.Builder<C extends Comparable<?>> - Class in com.google.common.collect
- 
A builder for immutable range sets. 
- ImmutableSet<E> - Class in com.google.common.collect
- 
- ImmutableSet.Builder<E> - Class in com.google.common.collect
- 
A builder for creating ImmutableSetinstances.
 
- ImmutableSetMultimap<K,V> - Class in com.google.common.collect
- 
- ImmutableSetMultimap.Builder<K,V> - Class in com.google.common.collect
- 
A builder for creating immutable SetMultimapinstances, especiallypublic static finalmultimaps ("constant multimaps").
 
- immutableSortedCopy(Iterable<E>) - Method in class com.google.common.collect.Ordering
- 
Returns an immutable list containing elementssorted by this ordering.
 
- ImmutableSortedMap<K,V> - Class in com.google.common.collect
- 
- ImmutableSortedMap.Builder<K,V> - Class in com.google.common.collect
- 
A builder for creating immutable sorted map instances, especially public static finalmaps ("constant maps").
 
- ImmutableSortedMultiset<E> - Class in com.google.common.collect
- 
- ImmutableSortedMultiset.Builder<E> - Class in com.google.common.collect
- 
A builder for creating immutable multiset instances, especially public static finalmultisets ("constant multisets").
 
- ImmutableSortedSet<E> - Class in com.google.common.collect
- 
- ImmutableSortedSet.Builder<E> - Class in com.google.common.collect
- 
A builder for creating immutable sorted set instances, especially public static finalsets ("constant sets"), with a given comparator.
 
- ImmutableTable<R,C,V> - Class in com.google.common.collect
- 
- ImmutableTable.Builder<R,C,V> - Class in com.google.common.collect
- 
A builder for creating immutable table instances, especially public
 static finaltables ("constant tables").
 
- ImmutableTypeToInstanceMap<B> - Class in com.google.common.reflect
- 
- ImmutableTypeToInstanceMap.Builder<B> - Class in com.google.common.reflect
- 
A builder for creating immutable type-to-instance maps. 
- ImmutableValueGraph<N,V> - Class in com.google.common.graph
- 
A  ValueGraph whose elements and structural relationships will never change. 
- in(Collection<? extends T>) - Static method in class com.google.common.base.Predicates
- 
Returns a predicate that evaluates to trueif the object reference being tested is a
 member of the given collection.
 
- incidentEdges(Object) - Method in interface com.google.common.graph.Network
- 
- incidentNodes(Object) - Method in interface com.google.common.graph.Network
- 
Returns the nodes which are the endpoints of edgein this network.
 
- inCompletionOrder(Iterable<? extends ListenableFuture<? extends T>>) - Static method in class com.google.common.util.concurrent.Futures
- 
Returns a list of delegate futures that correspond to the futures received in the order that
 they complete. 
- increment(InetAddress) - Static method in class com.google.common.net.InetAddresses
- 
Returns a new InetAddress that is one more than the passed in address. 
- incrementAndGet(K) - Method in class com.google.common.util.concurrent.AtomicLongMap
- 
Increments by one the value currently associated with key, and returns the new value.
 
- incrementBy(AbstractCache.StatsCounter) - Method in class com.google.common.cache.AbstractCache.SimpleStatsCounter
- 
Increments all counters by the values in other.
 
- inDegree(Object) - Method in class com.google.common.graph.AbstractGraph
-  
- inDegree(Object) - Method in class com.google.common.graph.AbstractNetwork
-  
- inDegree(Object) - Method in interface com.google.common.graph.Graph
- 
Returns the count of node's incoming edges (equal topredecessors(node).size())
 in a directed graph.
 
- inDegree(Object) - Method in interface com.google.common.graph.Network
- 
- index(Function<? super E, K>) - Method in class com.google.common.collect.FluentIterable
- 
Creates an index ImmutableListMultimapthat contains the results of applying a
 specified function to each item in thisFluentIterableof values.
 
- index(Iterable<V>, Function<? super V, K>) - Static method in class com.google.common.collect.Multimaps
- 
Creates an index ImmutableListMultimapthat contains the results of
 applying a specified function to each item in anIterableof
 values.
 
- index(Iterator<V>, Function<? super V, K>) - Static method in class com.google.common.collect.Multimaps
- 
Creates an index ImmutableListMultimapthat contains the results of
 applying a specified function to each item in anIteratorof
 values.
 
- index(int) - Method in class com.google.common.math.Quantiles.Scale
- 
Specifies a single quantile index to be calculated, i.e. 
- indexes(int...) - Method in class com.google.common.math.Quantiles.Scale
- 
Specifies multiple quantile indexes to be calculated, each index being the k in the kth
 q-quantile. 
- indexes(Collection<Integer>) - Method in class com.google.common.math.Quantiles.Scale
- 
Specifies multiple quantile indexes to be calculated, each index being the k in the kth
 q-quantile. 
- indexIn(CharSequence) - Method in class com.google.common.base.CharMatcher
- 
Returns the index of the first matching character in a character sequence, or -1if no
 matching character is present.
 
- indexIn(CharSequence, int) - Method in class com.google.common.base.CharMatcher
- 
Returns the index of the first matching character in a character sequence, starting from a
 given position, or -1if no character matches after that position.
 
- indexOf(Object) - Method in class com.google.common.collect.ForwardingList
-  
- indexOf(Object) - Method in class com.google.common.collect.ImmutableList
-  
- indexOf(Iterable<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterables
- 
Returns the index in iterableof the first element that satisfies
 the providedpredicate, or-1if the Iterable has no such
 elements.
 
- indexOf(Iterator<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterators
- 
Returns the index in iteratorof the first element that satisfies
 the providedpredicate, or-1if the Iterator has no such
 elements.
 
- indexOf(boolean[], boolean) - Static method in class com.google.common.primitives.Booleans
- 
Returns the index of the first appearance of the value targetinarray.
 
- indexOf(boolean[], boolean[]) - Static method in class com.google.common.primitives.Booleans
- 
Returns the start position of the first occurrence of the specified targetwithinarray, or-1if there is no such occurrence.
 
- indexOf(byte[], byte) - Static method in class com.google.common.primitives.Bytes
- 
Returns the index of the first appearance of the value targetinarray.
 
- indexOf(byte[], byte[]) - Static method in class com.google.common.primitives.Bytes
- 
Returns the start position of the first occurrence of the specified targetwithinarray, or-1if there is no such occurrence.
 
- indexOf(char[], char) - Static method in class com.google.common.primitives.Chars
- 
Returns the index of the first appearance of the value targetinarray.
 
- indexOf(char[], char[]) - Static method in class com.google.common.primitives.Chars
- 
Returns the start position of the first occurrence of the specified targetwithinarray, or-1if there is no such occurrence.
 
- indexOf(double[], double) - Static method in class com.google.common.primitives.Doubles
- 
Returns the index of the first appearance of the value targetinarray.
 
- indexOf(double[], double[]) - Static method in class com.google.common.primitives.Doubles
- 
Returns the start position of the first occurrence of the specified targetwithinarray, or-1if there is no such occurrence.
 
- indexOf(float[], float) - Static method in class com.google.common.primitives.Floats
- 
Returns the index of the first appearance of the value targetinarray.
 
- indexOf(float[], float[]) - Static method in class com.google.common.primitives.Floats
- 
Returns the start position of the first occurrence of the specified targetwithinarray, or-1if there is no such occurrence.
 
- indexOf(int[], int) - Static method in class com.google.common.primitives.Ints
- 
Returns the index of the first appearance of the value targetinarray.
 
- indexOf(int[], int[]) - Static method in class com.google.common.primitives.Ints
- 
Returns the start position of the first occurrence of the specified targetwithinarray, or-1if there is no such occurrence.
 
- indexOf(long[], long) - Static method in class com.google.common.primitives.Longs
- 
Returns the index of the first appearance of the value targetinarray.
 
- indexOf(long[], long[]) - Static method in class com.google.common.primitives.Longs
- 
Returns the start position of the first occurrence of the specified targetwithinarray, or-1if there is no such occurrence.
 
- indexOf(short[], short) - Static method in class com.google.common.primitives.Shorts
- 
Returns the index of the first appearance of the value targetinarray.
 
- indexOf(short[], short[]) - Static method in class com.google.common.primitives.Shorts
- 
Returns the start position of the first occurrence of the specified targetwithinarray, or-1if there is no such occurrence.
 
- inducedSubgraph(Graph<N>, Iterable<? extends N>) - Static method in class com.google.common.graph.Graphs
- 
Returns the subgraph of graphinduced bynodes.
 
- inducedSubgraph(ValueGraph<N, V>, Iterable<? extends N>) - Static method in class com.google.common.graph.Graphs
- 
Returns the subgraph of graphinduced bynodes.
 
- inducedSubgraph(Network<N, E>, Iterable<? extends N>) - Static method in class com.google.common.graph.Graphs
- 
Returns the subgraph of networkinduced bynodes.
 
- inEdges(Object) - Method in interface com.google.common.graph.Network
- 
Returns all edges in this network which can be traversed in the direction (if any) of the edge
 to end at node.
 
- InetAddresses - Class in com.google.common.net
- 
Static utility methods pertaining to  InetAddress instances. 
- InetAddresses.TeredoInfo - Class in com.google.common.net
- 
A simple immutable data class to encapsulate the information to be found in a Teredo address. 
- initialCapacity(int) - Method in class com.google.common.cache.CacheBuilder
- 
Sets the minimum total size for the internal hash tables. 
- initialCapacity(int) - Method in class com.google.common.collect.MapMaker
- 
Sets the minimum total size for the internal hash tables. 
- initialize(Class<?>...) - Static method in class com.google.common.reflect.Reflection
- 
- inOrderTraversal(T) - Method in class com.google.common.collect.BinaryTreeTraverser
-  
- inRange(char, char) - Static method in class com.google.common.base.CharMatcher
- 
Returns a charmatcher that matches any character in a given range (both endpoints are
 inclusive).
 
- InsecureRecursiveDeleteException - Exception in com.google.common.io
- 
Exception indicating that a recursive delete can't be performed because the file system does not
 have the support necessary to guarantee that it is not vulnerable to race conditions that would
 allow it to delete files and directories outside of the directory being deleted (i.e.,
  SecureDirectoryStream is not supported). 
- InsecureRecursiveDeleteException(String) - Constructor for exception com.google.common.io.InsecureRecursiveDeleteException
-  
- insertion() - Static method in class com.google.common.graph.ElementOrder
- 
Returns an instance which specifies that insertion ordering is guaranteed. 
- instanceOf(Class<?>) - Static method in class com.google.common.base.Predicates
- 
Returns a predicate that evaluates to trueif the object being tested is an instance of
 the given class.
 
- integerFunnel() - Static method in class com.google.common.hash.Funnels
- 
Returns a funnel for integers. 
- integers() - Static method in class com.google.common.collect.DiscreteDomain
- 
Returns the discrete domain for values of type Integer.
 
- interfaces() - Method in class com.google.common.reflect.TypeToken.TypeSet
- 
Returns the types that are interfaces implemented by this type. 
- intern(E) - Method in interface com.google.common.collect.Interner
- 
Chooses and returns the representative instance for any of a collection of
 instances that are equal to each other. 
- Interner<E> - Interface in com.google.common.collect
- 
- Interners - Class in com.google.common.collect
- 
Contains static methods pertaining to instances of  Interner. 
- Interners.InternerBuilder - Class in com.google.common.collect
- 
- InternetDomainName - Class in com.google.common.net
- 
An immutable well-formed internet domain name, such as comorfoo.co.uk.
 
- interruptTask() - Method in class com.google.common.util.concurrent.AbstractFuture
- 
Subclasses can override this method to implement interruption of the future's computation. 
- intersection(ContiguousSet<C>) - Method in class com.google.common.collect.ContiguousSet
- 
Returns the set of values that are contained in both this set and the other. 
- intersection(RangeSet<C>) - Method in class com.google.common.collect.ImmutableRangeSet
- 
Returns a new range set consisting of the intersection of this range set and other.
 
- intersection(Multiset<E>, Multiset<?>) - Static method in class com.google.common.collect.Multisets
- 
Returns an unmodifiable view of the intersection of two multisets. 
- intersection(Range<C>) - Method in class com.google.common.collect.Range
- 
Returns the maximal range  enclosed by both this range and  connectedRange, if such a range exists. 
- intersection(Set<E>, Set<?>) - Static method in class com.google.common.collect.Sets
- 
Returns an unmodifiable view of the intersection of two sets. 
- intersects(Range<C>) - Method in class com.google.common.collect.ImmutableRangeSet
-  
- intersects(Range<C>) - Method in interface com.google.common.collect.RangeSet
- 
Returns trueif there exists a non-empty range enclosed by both a member range in this
 range set and the specified range.
 
- intersects(Range<C>) - Method in class com.google.common.collect.TreeRangeSet
-  
- IntMath - Class in com.google.common.math
- 
A class for arithmetic on values of type int.
 
- Ints - Class in com.google.common.primitives
- 
Static utility methods pertaining to  int primitives, that are not already found in either
  Integer or  Arrays. 
- intValue() - Method in class com.google.common.primitives.UnsignedInteger
- 
Returns the value of this UnsignedIntegeras anint.
 
- intValue() - Method in class com.google.common.primitives.UnsignedLong
- 
Returns the value of this UnsignedLongas anint.
 
- intValue() - Method in class com.google.common.util.concurrent.AtomicDouble
- 
Returns the value of this AtomicDoubleas anintafter a narrowing primitive conversion.
 
- invalidate(Object) - Method in class com.google.common.cache.AbstractCache
-  
- invalidate(Object) - Method in interface com.google.common.cache.Cache
- 
Discards any cached value for key key.
 
- invalidate(Object) - Method in class com.google.common.cache.ForwardingCache
-  
- invalidateAll(Iterable<?>) - Method in class com.google.common.cache.AbstractCache
-  
- invalidateAll() - Method in class com.google.common.cache.AbstractCache
-  
- invalidateAll(Iterable<?>) - Method in interface com.google.common.cache.Cache
- 
Discards any cached values for keys keys.
 
- invalidateAll() - Method in interface com.google.common.cache.Cache
- 
Discards all entries in the cache. 
- invalidateAll(Iterable<?>) - Method in class com.google.common.cache.ForwardingCache
-  
- invalidateAll() - Method in class com.google.common.cache.ForwardingCache
-  
- InvalidCacheLoadException(String) - Constructor for exception com.google.common.cache.CacheLoader.InvalidCacheLoadException
-  
- inverse() - Method in interface com.google.common.collect.BiMap
- 
Returns the inverse view of this bimap, which maps each of this bimap's
 values to its associated key. 
- inverse() - Method in class com.google.common.collect.HashBiMap
-  
- inverse() - Method in class com.google.common.collect.ImmutableBiMap
- 
Returns the inverse view of this bimap, which maps each of this bimap's
 values to its associated key. 
- inverse() - Method in class com.google.common.collect.ImmutableListMultimap
- 
Returns an immutable multimap which is the inverse of this one. 
- inverse() - Method in class com.google.common.collect.ImmutableMultimap
- 
Returns an immutable multimap which is the inverse of this one. 
- inverse() - Method in class com.google.common.collect.ImmutableSetMultimap
- 
Returns an immutable multimap which is the inverse of this one. 
- inverse() - Method in class com.google.common.math.LinearTransformation
- 
Returns the inverse linear transformation. 
- invertFrom(Multimap<? extends V, ? extends K>, M) - Static method in class com.google.common.collect.Multimaps
- 
Copies each key-value mapping in sourceintodest, with
 its key and value reversed.
 
- INVISIBLE - Static variable in class com.google.common.base.CharMatcher
- 
- invisible() - Static method in class com.google.common.base.CharMatcher
- 
Determines whether a character is invisible; that is, if its Unicode category is any of
 SPACE_SEPARATOR, LINE_SEPARATOR, PARAGRAPH_SEPARATOR, CONTROL, FORMAT, SURROGATE, and
 PRIVATE_USE according to ICU4J. 
- Invokable<T,R> - Class in com.google.common.reflect
- 
- invoke(Object, Method, Object[]) - Method in class com.google.common.reflect.AbstractInvocationHandler
- 
- invoke(T, Object...) - Method in class com.google.common.reflect.Invokable
- 
Invokes with receiveras 'this' andargspassed to the underlying method and
 returns the return value; or calls the underlying constructor withargsand returns the
 constructed instance.
 
- invokeAll(Collection<? extends Callable<T>>) - Method in class com.google.common.util.concurrent.ForwardingExecutorService
-  
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class com.google.common.util.concurrent.ForwardingExecutorService
-  
- invokeAll(Collection<? extends Callable<T>>) - Method in interface com.google.common.util.concurrent.ListeningExecutorService
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in interface com.google.common.util.concurrent.ListeningExecutorService
- invokeAny(Collection<? extends Callable<T>>) - Method in class com.google.common.util.concurrent.ForwardingExecutorService
-  
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class com.google.common.util.concurrent.ForwardingExecutorService
-  
- is(char) - Static method in class com.google.common.base.CharMatcher
- 
Returns a charmatcher that matches only one specified character.
 
- is(MediaType) - Method in class com.google.common.net.MediaType
- 
Returns  true if this instance falls within the range (as defined by
  the HTTP Accept header)
 given by the argument according to three criteria:
 
 The type of the argument is the wildcard or equal to the type of this instance. 
- is6to4Address(Inet6Address) - Static method in class com.google.common.net.InetAddresses
- 
Evaluates whether the argument is a 6to4 address. 
- isAnnotationPresent(Class<? extends Annotation>) - Method in class com.google.common.reflect.Parameter
-  
- isArray() - Method in class com.google.common.reflect.TypeToken
- 
Returns true if this type is known to be an array type, such as int[],T[],<? extends Map<String, Integer>[]>etc.
 
- isCancelled() - Method in class com.google.common.util.concurrent.AbstractFuture
-  
- isCancelled() - Method in class com.google.common.util.concurrent.ForwardingFuture
-  
- isCompatible(BloomFilter<T>) - Method in class com.google.common.hash.BloomFilter
- 
Determines whether a given bloom filter is compatible with this bloom filter. 
- isCompatIPv4Address(Inet6Address) - Static method in class com.google.common.net.InetAddresses
- 
Evaluates whether the argument is an IPv6 "compat" address. 
- isConnected(Range<C>) - Method in class com.google.common.collect.Range
- 
Returns  true if there exists a (possibly empty) range which is  enclosed by both this range and  other. 
- isDirected() - Method in interface com.google.common.graph.Graph
- 
Returns true if the edges in this graph are directed. 
- isDirected() - Method in interface com.google.common.graph.Network
- 
Returns true if the edges in this network are directed. 
- isDirectory() - Static method in class com.google.common.io.Files
- 
- isDirectory(LinkOption...) - Static method in class com.google.common.io.MoreFiles
- 
Returns a predicate that returns the result of Files#isDirectory(Path, LinkOption...)on input paths with the given link options.
 
- isDone() - Method in class com.google.common.util.concurrent.AbstractFuture
-  
- isDone() - Method in class com.google.common.util.concurrent.ForwardingFuture
-  
- isEmpty() - Method in class com.google.common.collect.ArrayTable
- 
Always returns false.
 
- isEmpty() - Method in class com.google.common.collect.ConcurrentHashMultiset
-  
- isEmpty() - Method in class com.google.common.collect.FluentIterable
- 
Determines whether this fluent iterable is empty. 
- isEmpty() - Method in class com.google.common.collect.ForwardingCollection
-  
- isEmpty() - Method in class com.google.common.collect.ForwardingMap
-  
- isEmpty() - Method in class com.google.common.collect.ForwardingMultimap
-  
- isEmpty() - Method in class com.google.common.collect.ForwardingTable
-  
- isEmpty() - Method in class com.google.common.collect.ImmutableMap
-  
- isEmpty() - Method in class com.google.common.collect.ImmutableRangeSet
-  
- isEmpty(Iterable<?>) - Static method in class com.google.common.collect.Iterables
- 
Determines if the given iterable contains no elements. 
- isEmpty() - Method in class com.google.common.collect.LinkedListMultimap
-  
- isEmpty() - Method in interface com.google.common.collect.Multimap
- 
Returns trueif this multimap contains no key-value pairs.
 
- isEmpty() - Method in class com.google.common.collect.Range
- 
Returns trueif this range is of the form[v..v)or(v..v].
 
- isEmpty() - Method in interface com.google.common.collect.RangeSet
- 
Returns trueif this range set contains no ranges.
 
- isEmpty() - Method in interface com.google.common.collect.Table
- 
Returns trueif the table contains no mappings.
 
- isEmpty() - Method in class com.google.common.io.ByteSource
- 
Returns whether the source has zero bytes. 
- isEmpty() - Method in class com.google.common.io.CharSource
- 
Returns whether the source has zero chars. 
- isEmpty() - Method in class com.google.common.util.concurrent.AtomicLongMap
- 
Returns trueif this map contains no key-value mappings.
 
- isFair() - Method in class com.google.common.util.concurrent.Monitor
- 
Returns whether this monitor is using a fair ordering policy. 
- isFile() - Static method in class com.google.common.io.Files
- 
Returns a predicate that returns the result of  File.isFile() on input files. 
- isFinite(double) - Static method in class com.google.common.primitives.Doubles
- 
Returns trueifvaluerepresents a real number.
 
- isFinite(float) - Static method in class com.google.common.primitives.Floats
- 
Returns trueifvaluerepresents a real number.
 
- isHealthy() - Method in class com.google.common.util.concurrent.ServiceManager
- 
Returns true if all services are currently in the  running state. 
- isHorizontal() - Method in class com.google.common.math.LinearTransformation
- 
Returns whether this is a horizontal transformation. 
- isInetAddress(String) - Static method in class com.google.common.net.InetAddresses
- 
Returns trueif the supplied string is a valid IP string literal,falseotherwise.
 
- isInOrder(Iterable<? extends T>, Comparator<T>) - Static method in class com.google.common.collect.Comparators
- 
Returns trueif each element initerableafter the first is greater than or
 equal to the element that preceded it, according to the specified comparator.
 
- isInStrictOrder(Iterable<? extends T>, Comparator<T>) - Static method in class com.google.common.collect.Comparators
- 
Returns trueif each element initerableafter the first is strictly
 greater than the element that preceded it, according to the specified comparator.
 
- isIsatapAddress(Inet6Address) - Static method in class com.google.common.net.InetAddresses
- 
Evaluates whether the argument is an ISATAP address. 
- isLowerCase(char) - Static method in class com.google.common.base.Ascii
- 
Indicates whether cis one of the twenty-six lowercase ASCII alphabetic characters
 between'a'and'z'inclusive.
 
- isMappedIPv4Address(String) - Static method in class com.google.common.net.InetAddresses
- 
Evaluates whether the argument is an "IPv4 mapped" IPv6 address. 
- isMathematicalInteger(double) - Static method in class com.google.common.math.DoubleMath
- 
Returns trueifxrepresents a mathematical integer.
 
- isMaximum(InetAddress) - Static method in class com.google.common.net.InetAddresses
- 
Returns true if the InetAddress is either 255.255.255.255 for IPv4 or
 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff for IPv6. 
- isNot(char) - Static method in class com.google.common.base.CharMatcher
- 
Returns a charmatcher that matches any character except the one specified.
 
- isNull() - Static method in class com.google.common.base.Predicates
- 
Returns a predicate that evaluates to trueif the object reference being tested is
 null.
 
- isNullOrEmpty(String) - Static method in class com.google.common.base.Strings
- 
Returns trueif the given string is null or is the empty string.
 
- ISO_8859_1 - Static variable in class com.google.common.base.Charsets
- 
ISO-8859-1: ISO Latin Alphabet Number 1 (ISO-LATIN-1). 
- isOccupied() - Method in class com.google.common.util.concurrent.Monitor
- 
Returns whether this monitor is occupied by any thread. 
- isOccupiedByCurrentThread() - Method in class com.google.common.util.concurrent.Monitor
- 
Returns whether the current thread is occupying this monitor (has entered more times than it
 has left). 
- isOrdered(Iterable<? extends T>) - Method in class com.google.common.collect.Ordering
- 
Returns trueif each element initerableafter the first is greater than or
 equal to the element that preceded it, according to this ordering.
 
- isOrdered() - Method in class com.google.common.graph.EndpointPair
- 
- isOverridable() - Method in class com.google.common.reflect.Invokable
- 
Returns trueif this is an overridable method.
 
- isPowerOfTwo(BigInteger) - Static method in class com.google.common.math.BigIntegerMath
- 
Returns trueifxrepresents a power of two.
 
- isPowerOfTwo(double) - Static method in class com.google.common.math.DoubleMath
- 
Returns trueifxis exactly equal to2^kfor some finite integerk.
 
- isPowerOfTwo(int) - Static method in class com.google.common.math.IntMath
- 
Returns trueifxrepresents a power of two.
 
- isPowerOfTwo(long) - Static method in class com.google.common.math.LongMath
- 
Returns trueifxrepresents a power of two.
 
- isPresent() - Method in class com.google.common.base.Optional
- 
Returns trueif this holder contains a (non-null) instance.
 
- isPrime(int) - Static method in class com.google.common.math.IntMath
- 
Returns  true if  n is a
  prime number: an integer  greater
 than one that cannot be factored into a product of  smaller positive integers. 
- isPrime(long) - Static method in class com.google.common.math.LongMath
- 
Returns  true if  n is a
  prime number: an integer  greater
 than one that cannot be factored into a product of  smaller positive integers. 
- isPrimitive() - Method in class com.google.common.reflect.TypeToken
- 
Returns true if this type is one of the nine primitive types (including void).
 
- isPublicSuffix() - Method in class com.google.common.net.InternetDomainName
- 
Indicates whether this domain name represents a  public suffix, as defined by the Mozilla
 Foundation's  Public Suffix List (PSL). 
- isRegularFile(LinkOption...) - Static method in class com.google.common.io.MoreFiles
- 
Returns a predicate that returns the result of
 Files#isRegularFile(Path, LinkOption...)on input paths with the given link options.
 
- isRunning() - Method in class com.google.common.base.Stopwatch
- 
- isRunning() - Method in class com.google.common.util.concurrent.AbstractExecutionThreadService
-  
- isRunning() - Method in class com.google.common.util.concurrent.AbstractIdleService
-  
- isRunning() - Method in class com.google.common.util.concurrent.AbstractScheduledService
-  
- isRunning() - Method in class com.google.common.util.concurrent.AbstractService
-  
- isRunning() - Method in interface com.google.common.util.concurrent.Service
- 
Returns  true if this service is  running. 
- isSatisfied() - Method in class com.google.common.util.concurrent.Monitor.Guard
- 
Evaluates this guard's boolean condition. 
- isShutdown() - Method in class com.google.common.util.concurrent.ForwardingExecutorService
-  
- isStrictlyOrdered(Iterable<? extends T>) - Method in class com.google.common.collect.Ordering
- 
Returns trueif each element initerableafter the first is strictly
 greater than the element that preceded it, according to this ordering.
 
- isSubtypeOf(TypeToken<?>) - Method in class com.google.common.reflect.TypeToken
- 
Returns true if this type is a subtype of the given type.
 
- isSubtypeOf(Type) - Method in class com.google.common.reflect.TypeToken
- 
Returns true if this type is a subtype of the given type.
 
- isSupertypeOf(TypeToken<?>) - Method in class com.google.common.reflect.TypeToken
- 
Returns true if this type is a supertype of the given type.
 
- isSupertypeOf(Type) - Method in class com.google.common.reflect.TypeToken
- 
Returns true if this type is a supertype of the given type.
 
- isTeredoAddress(Inet6Address) - Static method in class com.google.common.net.InetAddresses
- 
Evaluates whether the argument is a Teredo address. 
- isTerminated() - Method in class com.google.common.util.concurrent.ForwardingExecutorService
-  
- isTopPrivateDomain() - Method in class com.google.common.net.InternetDomainName
- 
Indicates whether this domain name is composed of exactly one subdomain component followed by a
  public suffix. 
- isUnderPublicSuffix() - Method in class com.google.common.net.InternetDomainName
- 
Indicates whether this domain name ends in a  public suffix,
 while not being a public suffix itself. 
- isUpperCase(char) - Static method in class com.google.common.base.Ascii
- 
Indicates whether cis one of the twenty-six uppercase ASCII alphabetic characters
 between'A'and'Z'inclusive.
 
- isUriInetAddress(String) - Static method in class com.google.common.net.InetAddresses
- 
Returns trueif the supplied string is a valid URI IP string literal,falseotherwise.
 
- isValid(String) - Static method in class com.google.common.net.HostSpecifier
- 
- isValid(String) - Static method in class com.google.common.net.InternetDomainName
- 
Indicates whether the argument is a syntactically valid domain name using lenient validation. 
- isVarArgs() - Method in class com.google.common.reflect.Invokable
- 
Returns trueif this was declared to take a variable number of arguments.
 
- isVertical() - Method in class com.google.common.math.LinearTransformation
- 
Returns whether this is a vertical transformation. 
- isWellFormed(byte[]) - Static method in class com.google.common.base.Utf8
- 
Returns trueifbytesis a well-formed UTF-8 byte sequence according to
 Unicode 6.0.
 
- isWellFormed(byte[], int, int) - Static method in class com.google.common.base.Utf8
- 
- isWrapperType(Class<?>) - Static method in class com.google.common.primitives.Primitives
- 
Returns  true if  type is one of the nine primitive-wrapper types, such as
  Integer. 
- Iterables - Class in com.google.common.collect
- 
An assortment of mainly legacy static utility methods that operate on or return objects of type
 Iterable.
 
- iterator() - Method in class com.google.common.collect.ForwardingCollection
-  
- iterator() - Method in class com.google.common.collect.ImmutableCollection
- 
Returns an unmodifiable iterator across the elements in this collection. 
- iterator() - Method in class com.google.common.collect.ImmutableList
-  
- iterator() - Method in class com.google.common.collect.ImmutableMultiset
-  
- iterator() - Method in class com.google.common.collect.ImmutableSet
-  
- iterator() - Method in class com.google.common.collect.ImmutableSortedSet
-  
- iterator() - Method in class com.google.common.collect.MinMaxPriorityQueue
- 
Returns an iterator over the elements contained in this collection,
 in no particular order. 
- iterator() - Method in interface com.google.common.collect.Multiset
- iterator() - Method in class com.google.common.collect.Sets.SetView
- 
- iterator() - Method in interface com.google.common.collect.SortedMultiset
- iterator() - Method in class com.google.common.graph.EndpointPair
- 
- Iterators - Class in com.google.common.collect
- 
This class contains static utility methods that operate on or return objects
 of type  Iterator. 
- ObjectArrays - Class in com.google.common.collect
- 
Static utility methods pertaining to object arrays. 
- Objects - Class in com.google.common.base
- 
Helper functions that can operate on any Object.
 
- OCTET_STREAM - Static variable in class com.google.common.net.MediaType
-  
- of(T) - Static method in class com.google.common.base.Optional
- 
Returns an Optionalinstance containing the given non-null reference.
 
- of() - Static method in class com.google.common.collect.FluentIterable
- 
Returns a fluent iterable containing no elements. 
- of(E[]) - Static method in class com.google.common.collect.FluentIterable
- 
- of(E, E...) - Static method in class com.google.common.collect.FluentIterable
- 
Returns a fluent iterable containing the specified elements in order. 
- of() - Static method in class com.google.common.collect.ImmutableBiMap
- 
Returns the empty bimap. 
- of(K, V) - Static method in class com.google.common.collect.ImmutableBiMap
- 
Returns an immutable bimap containing a single entry. 
- of(K, V, K, V) - Static method in class com.google.common.collect.ImmutableBiMap
- 
Returns an immutable map containing the given entries, in order. 
- of(K, V, K, V, K, V) - Static method in class com.google.common.collect.ImmutableBiMap
- 
Returns an immutable map containing the given entries, in order. 
- of(K, V, K, V, K, V, K, V) - Static method in class com.google.common.collect.ImmutableBiMap
- 
Returns an immutable map containing the given entries, in order. 
- of(K, V, K, V, K, V, K, V, K, V) - Static method in class com.google.common.collect.ImmutableBiMap
- 
Returns an immutable map containing the given entries, in order. 
- of() - Static method in class com.google.common.collect.ImmutableClassToInstanceMap
- 
Returns an empty ImmutableClassToInstanceMap.
 
- of(Class<T>, T) - Static method in class com.google.common.collect.ImmutableClassToInstanceMap
- 
Returns an ImmutableClassToInstanceMapcontaining a single entry.
 
- of() - Static method in class com.google.common.collect.ImmutableList
- 
Returns the empty immutable list. 
- of(E) - Static method in class com.google.common.collect.ImmutableList
- 
Returns an immutable list containing a single element. 
- of(E, E) - Static method in class com.google.common.collect.ImmutableList
- 
Returns an immutable list containing the given elements, in order. 
- of(E, E, E) - Static method in class com.google.common.collect.ImmutableList
- 
Returns an immutable list containing the given elements, in order. 
- of(E, E, E, E) - Static method in class com.google.common.collect.ImmutableList
- 
Returns an immutable list containing the given elements, in order. 
- of(E, E, E, E, E) - Static method in class com.google.common.collect.ImmutableList
- 
Returns an immutable list containing the given elements, in order. 
- of(E, E, E, E, E, E) - Static method in class com.google.common.collect.ImmutableList
- 
Returns an immutable list containing the given elements, in order. 
- of(E, E, E, E, E, E, E) - Static method in class com.google.common.collect.ImmutableList
- 
Returns an immutable list containing the given elements, in order. 
- of(E, E, E, E, E, E, E, E) - Static method in class com.google.common.collect.ImmutableList
- 
Returns an immutable list containing the given elements, in order. 
- of(E, E, E, E, E, E, E, E, E) - Static method in class com.google.common.collect.ImmutableList
- 
Returns an immutable list containing the given elements, in order. 
- of(E, E, E, E, E, E, E, E, E, E) - Static method in class com.google.common.collect.ImmutableList
- 
Returns an immutable list containing the given elements, in order. 
- of(E, E, E, E, E, E, E, E, E, E, E) - Static method in class com.google.common.collect.ImmutableList
- 
Returns an immutable list containing the given elements, in order. 
- of(E, E, E, E, E, E, E, E, E, E, E, E, E...) - Static method in class com.google.common.collect.ImmutableList
- 
Returns an immutable list containing the given elements, in order. 
- of() - Static method in class com.google.common.collect.ImmutableListMultimap
- 
Returns the empty multimap. 
- of(K, V) - Static method in class com.google.common.collect.ImmutableListMultimap
- 
Returns an immutable multimap containing a single entry. 
- of(K, V, K, V) - Static method in class com.google.common.collect.ImmutableListMultimap
- 
Returns an immutable multimap containing the given entries, in order. 
- of(K, V, K, V, K, V) - Static method in class com.google.common.collect.ImmutableListMultimap
- 
Returns an immutable multimap containing the given entries, in order. 
- of(K, V, K, V, K, V, K, V) - Static method in class com.google.common.collect.ImmutableListMultimap
- 
Returns an immutable multimap containing the given entries, in order. 
- of(K, V, K, V, K, V, K, V, K, V) - Static method in class com.google.common.collect.ImmutableListMultimap
- 
Returns an immutable multimap containing the given entries, in order. 
- of() - Static method in class com.google.common.collect.ImmutableMap
- 
Returns the empty map. 
- of(K, V) - Static method in class com.google.common.collect.ImmutableMap
- 
Returns an immutable map containing a single entry. 
- of(K, V, K, V) - Static method in class com.google.common.collect.ImmutableMap
- 
Returns an immutable map containing the given entries, in order. 
- of(K, V, K, V, K, V) - Static method in class com.google.common.collect.ImmutableMap
- 
Returns an immutable map containing the given entries, in order. 
- of(K, V, K, V, K, V, K, V) - Static method in class com.google.common.collect.ImmutableMap
- 
Returns an immutable map containing the given entries, in order. 
- of(K, V, K, V, K, V, K, V, K, V) - Static method in class com.google.common.collect.ImmutableMap
- 
Returns an immutable map containing the given entries, in order. 
- of() - Static method in class com.google.common.collect.ImmutableMultimap
- 
Returns an empty multimap. 
- of(K, V) - Static method in class com.google.common.collect.ImmutableMultimap
- 
Returns an immutable multimap containing a single entry. 
- of(K, V, K, V) - Static method in class com.google.common.collect.ImmutableMultimap
- 
Returns an immutable multimap containing the given entries, in order. 
- of(K, V, K, V, K, V) - Static method in class com.google.common.collect.ImmutableMultimap
- 
Returns an immutable multimap containing the given entries, in the
 "key-grouped" insertion order described in the
  class documentation. 
- of(K, V, K, V, K, V, K, V) - Static method in class com.google.common.collect.ImmutableMultimap
- 
Returns an immutable multimap containing the given entries, in the
 "key-grouped" insertion order described in the
  class documentation. 
- of(K, V, K, V, K, V, K, V, K, V) - Static method in class com.google.common.collect.ImmutableMultimap
- 
Returns an immutable multimap containing the given entries, in the
 "key-grouped" insertion order described in the
  class documentation. 
- of() - Static method in class com.google.common.collect.ImmutableMultiset
- 
Returns the empty immutable multiset. 
- of(E) - Static method in class com.google.common.collect.ImmutableMultiset
- 
Returns an immutable multiset containing a single element. 
- of(E, E) - Static method in class com.google.common.collect.ImmutableMultiset
- 
Returns an immutable multiset containing the given elements, in order. 
- of(E, E, E) - Static method in class com.google.common.collect.ImmutableMultiset
- 
Returns an immutable multiset containing the given elements, in the "grouped iteration order"
 described in the class documentation. 
- of(E, E, E, E) - Static method in class com.google.common.collect.ImmutableMultiset
- 
Returns an immutable multiset containing the given elements, in the "grouped iteration order"
 described in the class documentation. 
- of(E, E, E, E, E) - Static method in class com.google.common.collect.ImmutableMultiset
- 
Returns an immutable multiset containing the given elements, in the "grouped iteration order"
 described in the class documentation. 
- of(E, E, E, E, E, E, E...) - Static method in class com.google.common.collect.ImmutableMultiset
- 
Returns an immutable multiset containing the given elements, in the "grouped iteration order"
 described in the class documentation. 
- of() - Static method in class com.google.common.collect.ImmutableRangeMap
- 
Returns an empty immutable range map. 
- of(Range<K>, V) - Static method in class com.google.common.collect.ImmutableRangeMap
- 
Returns an immutable range map mapping a single range to a single value. 
- of() - Static method in class com.google.common.collect.ImmutableRangeSet
- 
Returns an empty immutable range set. 
- of(Range<C>) - Static method in class com.google.common.collect.ImmutableRangeSet
- 
Returns an immutable range set containing the specified single range. 
- of() - Static method in class com.google.common.collect.ImmutableSet
- 
Returns the empty immutable set. 
- of(E) - Static method in class com.google.common.collect.ImmutableSet
- 
Returns an immutable set containing element.
 
- of(E, E) - Static method in class com.google.common.collect.ImmutableSet
- 
Returns an immutable set containing the given elements, minus duplicates, in the order each was
 first specified. 
- of(E, E, E) - Static method in class com.google.common.collect.ImmutableSet
- 
Returns an immutable set containing the given elements, minus duplicates, in the order each was
 first specified. 
- of(E, E, E, E) - Static method in class com.google.common.collect.ImmutableSet
- 
Returns an immutable set containing the given elements, minus duplicates, in the order each was
 first specified. 
- of(E, E, E, E, E) - Static method in class com.google.common.collect.ImmutableSet
- 
Returns an immutable set containing the given elements, minus duplicates, in the order each was
 first specified. 
- of(E, E, E, E, E, E, E...) - Static method in class com.google.common.collect.ImmutableSet
- 
Returns an immutable set containing the given elements, minus duplicates, in the order each was
 first specified. 
- of() - Static method in class com.google.common.collect.ImmutableSetMultimap
- 
Returns the empty multimap. 
- of(K, V) - Static method in class com.google.common.collect.ImmutableSetMultimap
- 
Returns an immutable multimap containing a single entry. 
- of(K, V, K, V) - Static method in class com.google.common.collect.ImmutableSetMultimap
- 
Returns an immutable multimap containing the given entries, in order. 
- of(K, V, K, V, K, V) - Static method in class com.google.common.collect.ImmutableSetMultimap
- 
Returns an immutable multimap containing the given entries, in order. 
- of(K, V, K, V, K, V, K, V) - Static method in class com.google.common.collect.ImmutableSetMultimap
- 
Returns an immutable multimap containing the given entries, in order. 
- of(K, V, K, V, K, V, K, V, K, V) - Static method in class com.google.common.collect.ImmutableSetMultimap
- 
Returns an immutable multimap containing the given entries, in order. 
- of() - Static method in class com.google.common.collect.ImmutableSortedMap
- 
Returns the empty sorted map. 
- of(K, V) - Static method in class com.google.common.collect.ImmutableSortedMap
- 
Returns an immutable map containing a single entry. 
- of(K, V, K, V) - Static method in class com.google.common.collect.ImmutableSortedMap
- 
Returns an immutable sorted map containing the given entries, sorted by the
 natural ordering of their keys. 
- of(K, V, K, V, K, V) - Static method in class com.google.common.collect.ImmutableSortedMap
- 
Returns an immutable sorted map containing the given entries, sorted by the
 natural ordering of their keys. 
- of(K, V, K, V, K, V, K, V) - Static method in class com.google.common.collect.ImmutableSortedMap
- 
Returns an immutable sorted map containing the given entries, sorted by the
 natural ordering of their keys. 
- of(K, V, K, V, K, V, K, V, K, V) - Static method in class com.google.common.collect.ImmutableSortedMap
- 
Returns an immutable sorted map containing the given entries, sorted by the
 natural ordering of their keys. 
- of() - Static method in class com.google.common.collect.ImmutableSortedMultiset
- 
Returns the empty immutable sorted multiset. 
- of(E) - Static method in class com.google.common.collect.ImmutableSortedMultiset
- 
Returns an immutable sorted multiset containing a single element. 
- of(E, E) - Static method in class com.google.common.collect.ImmutableSortedMultiset
- 
Returns an immutable sorted multiset containing the given elements sorted by their natural
 ordering. 
- of(E, E, E) - Static method in class com.google.common.collect.ImmutableSortedMultiset
- 
Returns an immutable sorted multiset containing the given elements sorted by their natural
 ordering. 
- of(E, E, E, E) - Static method in class com.google.common.collect.ImmutableSortedMultiset
- 
Returns an immutable sorted multiset containing the given elements sorted by their natural
 ordering. 
- of(E, E, E, E, E) - Static method in class com.google.common.collect.ImmutableSortedMultiset
- 
Returns an immutable sorted multiset containing the given elements sorted by their natural
 ordering. 
- of(E, E, E, E, E, E, E...) - Static method in class com.google.common.collect.ImmutableSortedMultiset
- 
Returns an immutable sorted multiset containing the given elements sorted by their natural
 ordering. 
- of() - Static method in class com.google.common.collect.ImmutableSortedSet
- 
Returns the empty immutable sorted set. 
- of(E) - Static method in class com.google.common.collect.ImmutableSortedSet
- 
Returns an immutable sorted set containing a single element. 
- of(E, E) - Static method in class com.google.common.collect.ImmutableSortedSet
- 
Returns an immutable sorted set containing the given elements sorted by
 their natural ordering. 
- of(E, E, E) - Static method in class com.google.common.collect.ImmutableSortedSet
- 
Returns an immutable sorted set containing the given elements sorted by
 their natural ordering. 
- of(E, E, E, E) - Static method in class com.google.common.collect.ImmutableSortedSet
- 
Returns an immutable sorted set containing the given elements sorted by
 their natural ordering. 
- of(E, E, E, E, E) - Static method in class com.google.common.collect.ImmutableSortedSet
- 
Returns an immutable sorted set containing the given elements sorted by
 their natural ordering. 
- of(E, E, E, E, E, E, E...) - Static method in class com.google.common.collect.ImmutableSortedSet
- 
Returns an immutable sorted set containing the given elements sorted by
 their natural ordering. 
- of() - Static method in class com.google.common.collect.ImmutableTable
- 
Returns an empty immutable table. 
- of(R, C, V) - Static method in class com.google.common.collect.ImmutableTable
- 
Returns an immutable table containing a single cell. 
- of(Iterable<? extends Number>) - Static method in class com.google.common.math.Stats
- 
Returns statistics over a dataset containing the given values. 
- of(Iterator<? extends Number>) - Static method in class com.google.common.math.Stats
- 
Returns statistics over a dataset containing the given values. 
- of(double...) - Static method in class com.google.common.math.Stats
- 
Returns statistics over a dataset containing the given values. 
- of(int...) - Static method in class com.google.common.math.Stats
- 
Returns statistics over a dataset containing the given values. 
- of(long...) - Static method in class com.google.common.math.Stats
- 
Returns statistics over a dataset containing the given values. 
- of() - Static method in class com.google.common.reflect.ImmutableTypeToInstanceMap
- 
Returns an empty type to instance map. 
- of(Class<T>) - Static method in class com.google.common.reflect.TypeToken
- 
Returns an instance of type token that wraps type.
 
- of(Type) - Static method in class com.google.common.reflect.TypeToken
- 
Returns an instance of type token that wraps type.
 
- offer(E) - Method in class com.google.common.collect.EvictingQueue
- 
Adds the given element to this queue. 
- offer(E, long, TimeUnit) - Method in class com.google.common.collect.ForwardingBlockingDeque
- 
Deprecated. 
- offer(E) - Method in class com.google.common.collect.ForwardingQueue
-  
- offer(E) - Method in class com.google.common.collect.MinMaxPriorityQueue
- 
Adds the given element to this queue. 
- offer(E, long, TimeUnit) - Method in class com.google.common.util.concurrent.ForwardingBlockingDeque
-  
- offer(E, long, TimeUnit) - Method in class com.google.common.util.concurrent.ForwardingBlockingQueue
-  
- offerFirst(E, long, TimeUnit) - Method in class com.google.common.collect.ForwardingBlockingDeque
- 
Deprecated. 
- offerFirst(E) - Method in class com.google.common.collect.ForwardingDeque
-  
- offerFirst(E, long, TimeUnit) - Method in class com.google.common.util.concurrent.ForwardingBlockingDeque
-  
- offerLast(E, long, TimeUnit) - Method in class com.google.common.collect.ForwardingBlockingDeque
- 
Deprecated. 
- offerLast(E) - Method in class com.google.common.collect.ForwardingDeque
-  
- offerLast(E, long, TimeUnit) - Method in class com.google.common.util.concurrent.ForwardingBlockingDeque
-  
- ofInstance(T) - Static method in class com.google.common.base.Suppliers
- 
Returns a supplier that always supplies instance.
 
- OGG_AUDIO - Static variable in class com.google.common.net.MediaType
-  
- OGG_CONTAINER - Static variable in class com.google.common.net.MediaType
-  
- OGG_VIDEO - Static variable in class com.google.common.net.MediaType
-  
- omitEmptyStrings() - Method in class com.google.common.base.Splitter
- 
Returns a splitter that behaves equivalently to thissplitter, but automatically omits
 empty strings from the results.
 
- omitNullValues() - Method in class com.google.common.base.MoreObjects.ToStringHelper
- 
- omitPadding() - Method in class com.google.common.io.BaseEncoding
- 
Returns an encoding that behaves equivalently to this encoding, but omits any padding
 characters as specified by  RFC 4648
 section 3.2, Padding of Encoded Data. 
- on(String) - Static method in class com.google.common.base.Joiner
- 
Returns a joiner which automatically places separatorbetween consecutive elements.
 
- on(char) - Static method in class com.google.common.base.Joiner
- 
Returns a joiner which automatically places separatorbetween consecutive elements.
 
- on(char) - Static method in class com.google.common.base.Splitter
- 
Returns a splitter that uses the given single-character separator. 
- on(CharMatcher) - Static method in class com.google.common.base.Splitter
- 
Returns a splitter that considers any single character matched by the given CharMatcherto be a separator.
 
- on(String) - Static method in class com.google.common.base.Splitter
- 
Returns a splitter that uses the given fixed string as a separator. 
- on(Pattern) - Static method in class com.google.common.base.Splitter
- 
Returns a splitter that considers any subsequence matching patternto be a separator.
 
- ONE - Static variable in class com.google.common.primitives.UnsignedInteger
-  
- ONE - Static variable in class com.google.common.primitives.UnsignedLong
-  
- onFailure(Throwable) - Method in interface com.google.common.util.concurrent.FutureCallback
- 
Invoked when a Futurecomputation fails or is canceled.
 
- onlyElement() - Static method in class com.google.common.collect.MoreCollectors
- 
A collector that takes a stream containing exactly one element and returns that element. 
- onPattern(String) - Static method in class com.google.common.base.Splitter
- 
Returns a splitter that considers any subsequence matching a given pattern (regular expression)
 to be a separator. 
- onRemoval(RemovalNotification<K, V>) - Method in interface com.google.common.cache.RemovalListener
- 
Notifies the listener that a removal occurred at some point in the past. 
- onResultOf(Function<F, ? extends T>) - Method in class com.google.common.base.Equivalence
- 
Returns a new equivalence relation for Fwhich evaluates equivalence by first applyingfunctionto the argument, then evaluating usingthis.
 
- onResultOf(Function<F, ? extends T>) - Method in class com.google.common.collect.Ordering
- 
Returns a new ordering on Fwhich orders elements by first applying a function to them,
 then comparing those results usingthis.
 
- onSuccess(V) - Method in interface com.google.common.util.concurrent.FutureCallback
- 
Invoked with the result of the Futurecomputation when it is successful.
 
- OOXML_DOCUMENT - Static variable in class com.google.common.net.MediaType
-  
- OOXML_PRESENTATION - Static variable in class com.google.common.net.MediaType
-  
- OOXML_SHEET - Static variable in class com.google.common.net.MediaType
-  
- open(C, C) - Static method in class com.google.common.collect.Range
- 
Returns a range that contains all values strictly greater than lowerand strictly less thanupper.
 
- openBufferedStream() - Method in class com.google.common.io.ByteSink
- 
- openBufferedStream() - Method in class com.google.common.io.ByteSource
- 
Opens a new buffered  InputStream for reading from this source. 
- openBufferedStream() - Method in class com.google.common.io.CharSink
- 
Opens a new buffered  Writer for writing to this sink. 
- openBufferedStream() - Method in class com.google.common.io.CharSource
- 
- openClosed(C, C) - Static method in class com.google.common.collect.Range
- 
Returns a range that contains all values strictly greater than lowerand less than or equal toupper.
 
- OPENDOCUMENT_GRAPHICS - Static variable in class com.google.common.net.MediaType
-  
- OPENDOCUMENT_PRESENTATION - Static variable in class com.google.common.net.MediaType
-  
- OPENDOCUMENT_SPREADSHEET - Static variable in class com.google.common.net.MediaType
-  
- OPENDOCUMENT_TEXT - Static variable in class com.google.common.net.MediaType
-  
- openStream() - Method in class com.google.common.io.ByteSink
- 
- openStream() - Method in class com.google.common.io.ByteSource
- 
- openStream() - Method in class com.google.common.io.CharSink
- 
Opens a new  Writer for writing to this sink. 
- openStream() - Method in class com.google.common.io.CharSource
- 
Opens a new  Reader for reading from this source. 
- Optional<T> - Class in com.google.common.base
- 
An immutable object that may contain a non-null reference to another object. 
- or(CharMatcher) - Method in class com.google.common.base.CharMatcher
- 
Returns a matcher that matches any character matched by either this matcher or other.
 
- or(T) - Method in class com.google.common.base.Optional
- 
Returns the contained instance if it is present; defaultValueotherwise.
 
- or(Optional<? extends T>) - Method in class com.google.common.base.Optional
- 
Returns this Optionalif it has a value present;secondChoiceotherwise.
 
- or(Supplier<? extends T>) - Method in class com.google.common.base.Optional
- 
Returns the contained instance if it is present; supplier.get()otherwise.
 
- or(Iterable<? extends Predicate<? super T>>) - Static method in class com.google.common.base.Predicates
- 
Returns a predicate that evaluates to trueif any one of its components evaluates totrue.
 
- or(Predicate<? super T>...) - Static method in class com.google.common.base.Predicates
- 
Returns a predicate that evaluates to trueif any one of its components evaluates totrue.
 
- or(Predicate<? super T>, Predicate<? super T>) - Static method in class com.google.common.base.Predicates
- 
Returns a predicate that evaluates to trueif either of its components evaluates totrue.
 
- orderColumnsBy(Comparator<? super C>) - Method in class com.google.common.collect.ImmutableTable.Builder
- 
Specifies the ordering of the generated table's columns. 
- ordered(N, N) - Static method in class com.google.common.graph.EndpointPair
- 
Returns an  EndpointPair representing the endpoints of a directed edge. 
- orderedBy(Comparator<K>) - Static method in class com.google.common.collect.ImmutableSortedMap
- 
Returns a builder that creates immutable sorted maps with an explicit
 comparator. 
- orderedBy(Comparator<E>) - Static method in class com.google.common.collect.ImmutableSortedMultiset
- 
Returns a builder that creates immutable sorted multisets with an explicit comparator. 
- orderedBy(Comparator<E>) - Static method in class com.google.common.collect.ImmutableSortedSet
- 
Returns a builder that creates immutable sorted sets with an explicit
 comparator. 
- orderedBy(Comparator<B>) - Static method in class com.google.common.collect.MinMaxPriorityQueue
- 
Creates and returns a new builder, configured to build MinMaxPriorityQueueinstances that usecomparatorto determine the
 least and greatest elements.
 
- orderedPermutations(Iterable<E>) - Static method in class com.google.common.collect.Collections2
- 
- orderedPermutations(Iterable<E>, Comparator<? super E>) - Static method in class com.google.common.collect.Collections2
- 
Returns a  Collection of all the permutations of the specified
  Iterable using the specified  Comparator for establishing
 the lexicographical ordering. 
- orderEntriesByValue(Comparator<? super V>) - Method in class com.google.common.collect.ImmutableBiMap.Builder
- 
Configures this Builderto order entries by value according to the specified
 comparator.
 
- orderEntriesByValue(Comparator<? super V>) - Method in class com.google.common.collect.ImmutableMap.Builder
- 
Configures this Builderto order entries by value according to the specified
 comparator.
 
- orderEntriesByValue(Comparator<? super V>) - Method in class com.google.common.collect.ImmutableSortedMap.Builder
- 
- Ordering<T> - Class in com.google.common.collect
- 
A comparator, with additional methods to support common operations. 
- Ordering() - Constructor for class com.google.common.collect.Ordering
- 
Constructs a new instance of this class (only invokable by the subclass
 constructor, typically implicit). 
- orderKeysBy(Comparator<? super K>) - Method in class com.google.common.collect.ImmutableListMultimap.Builder
- 
Specifies the ordering of the generated multimap's keys. 
- orderKeysBy(Comparator<? super K>) - Method in class com.google.common.collect.ImmutableMultimap.Builder
- 
Specifies the ordering of the generated multimap's keys. 
- orderKeysBy(Comparator<? super K>) - Method in class com.google.common.collect.ImmutableSetMultimap.Builder
- 
Specifies the ordering of the generated multimap's keys. 
- orderRowsBy(Comparator<? super R>) - Method in class com.google.common.collect.ImmutableTable.Builder
- 
Specifies the ordering of the generated table's rows. 
- orderValuesBy(Comparator<? super V>) - Method in class com.google.common.collect.ImmutableListMultimap.Builder
- 
Specifies the ordering of the generated multimap's values for each key. 
- orderValuesBy(Comparator<? super V>) - Method in class com.google.common.collect.ImmutableMultimap.Builder
- 
Specifies the ordering of the generated multimap's values for each key. 
- orderValuesBy(Comparator<? super V>) - Method in class com.google.common.collect.ImmutableSetMultimap.Builder
- 
Specifies the ordering of the generated multimap's values for each key. 
- ORIGIN - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Originheader field name.
 
- orNull() - Method in class com.google.common.base.Optional
- 
Returns the contained instance if it is present; nullotherwise.
 
- outDegree(Object) - Method in class com.google.common.graph.AbstractGraph
-  
- outDegree(Object) - Method in class com.google.common.graph.AbstractNetwork
-  
- outDegree(Object) - Method in interface com.google.common.graph.Graph
- 
Returns the count of node's outgoing edges (equal tosuccessors(node).size())
 in a directed graph.
 
- outDegree(Object) - Method in interface com.google.common.graph.Network
- 
- outEdges(Object) - Method in interface com.google.common.graph.Network
- 
Returns all edges in this network which can be traversed in the direction (if any) of the edge
 starting from node.
 
- P3P - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP P3Pheader field name.
 
- paddedPartition(Iterable<T>, int) - Static method in class com.google.common.collect.Iterables
- 
Divides an iterable into unmodifiable sublists of the given size, padding
 the final iterable with null values if necessary. 
- paddedPartition(Iterator<T>, int) - Static method in class com.google.common.collect.Iterators
- 
Divides an iterator into unmodifiable sublists of the given size, padding
 the final iterator with null values if necessary. 
- padEnd(String, int, char) - Static method in class com.google.common.base.Strings
- 
Returns a string, of length at least minLength, consisting ofstringappended
 with as many copies ofpadCharas are necessary to reach that length.
 
- padStart(String, int, char) - Static method in class com.google.common.base.Strings
- 
Returns a string, of length at least minLength, consisting ofstringprepended
 with as many copies ofpadCharas are necessary to reach that length.
 
- padToLong() - Method in class com.google.common.hash.HashCode
- 
If this hashcode has enough bits, returns asLong(), otherwise returns alongvalue withasBytes()as the least-significant bytes and0x00as the remaining
 most-significant bytes.
 
- PairedStats - Class in com.google.common.math
- 
An immutable value object capturing some basic statistics about a collection of paired double
 values (e.g. 
- PairedStatsAccumulator - Class in com.google.common.math
- 
A mutable object which accumulates paired double values (e.g. 
- PairedStatsAccumulator() - Constructor for class com.google.common.math.PairedStatsAccumulator
-  
- pairwise() - Method in class com.google.common.base.Equivalence
- 
Returns an equivalence over iterables based on the equivalence of their elements. 
- Parameter - Class in com.google.common.reflect
- 
Represents a method or constructor parameter. 
- parameters() - Method in class com.google.common.net.MediaType
- 
Returns a multimap containing the parameters of this media type. 
- parent() - Method in class com.google.common.net.InternetDomainName
- 
Returns an InternetDomainNamethat is the immediate ancestor of this one; that is, the
 current domain with the leftmost part removed.
 
- parse(String) - Static method in class com.google.common.cache.CacheBuilderSpec
- 
Creates a CacheBuilderSpec from a string. 
- parse(String) - Static method in class com.google.common.net.MediaType
- 
Parses a media type from its string representation. 
- parseUnsignedByte(String) - Static method in class com.google.common.primitives.UnsignedBytes
- 
Returns the unsigned bytevalue represented by the given decimal string.
 
- parseUnsignedByte(String, int) - Static method in class com.google.common.primitives.UnsignedBytes
- 
Returns the unsigned bytevalue represented by a string with the given radix.
 
- parseUnsignedInt(String) - Static method in class com.google.common.primitives.UnsignedInts
- 
Returns the unsigned intvalue represented by the given decimal string.
 
- parseUnsignedInt(String, int) - Static method in class com.google.common.primitives.UnsignedInts
- 
Returns the unsigned intvalue represented by a string with the given radix.
 
- parseUnsignedLong(String) - Static method in class com.google.common.primitives.UnsignedLongs
- 
Returns the unsigned longvalue represented by the given decimal string.
 
- parseUnsignedLong(String, int) - Static method in class com.google.common.primitives.UnsignedLongs
- 
Returns the unsigned longvalue represented by a string with the given radix.
 
- partition(Iterable<T>, int) - Static method in class com.google.common.collect.Iterables
- 
Divides an iterable into unmodifiable sublists of the given size (the final
 iterable may be smaller). 
- partition(Iterator<T>, int) - Static method in class com.google.common.collect.Iterators
- 
Divides an iterator into unmodifiable sublists of the given size (the final
 list may be smaller). 
- partition(List<T>, int) - Static method in class com.google.common.collect.Lists
- 
Returns consecutive  sublists of a list,
 each of the same size (the final list may be smaller). 
- parts() - Method in class com.google.common.net.InternetDomainName
- 
Returns the individual components of this domain name, normalized to all lower case. 
- PatternFilenameFilter - Class in com.google.common.io
- 
File name filter that only accepts files matching a regular expression. 
- PatternFilenameFilter(String) - Constructor for class com.google.common.io.PatternFilenameFilter
- 
Constructs a pattern file name filter object. 
- PatternFilenameFilter(Pattern) - Constructor for class com.google.common.io.PatternFilenameFilter
- 
Constructs a pattern file name filter object. 
- PDF - Static variable in class com.google.common.net.MediaType
-  
- pearsonsCorrelationCoefficient() - Method in class com.google.common.math.PairedStats
- 
- pearsonsCorrelationCoefficient() - Method in class com.google.common.math.PairedStatsAccumulator
- 
- peek() - Method in class com.google.common.collect.AbstractIterator
- 
Returns the next element in the iteration without advancing the iteration,
 according to the contract of  PeekingIterator.peek(). 
- peek() - Method in class com.google.common.collect.ForwardingQueue
-  
- peek() - Method in class com.google.common.collect.MinMaxPriorityQueue
-  
- peek() - Method in interface com.google.common.collect.PeekingIterator
- 
Returns the next element in the iteration, without advancing the iteration. 
- peekFirst() - Method in class com.google.common.collect.ForwardingDeque
-  
- peekFirst() - Method in class com.google.common.collect.MinMaxPriorityQueue
- 
Retrieves, but does not remove, the least element of this queue, or returns
 nullif the queue is empty.
 
- peekingIterator(Iterator<? extends T>) - Static method in class com.google.common.collect.Iterators
- 
Returns a PeekingIteratorbacked by the given iterator.
 
- peekingIterator(PeekingIterator<T>) - Static method in class com.google.common.collect.Iterators
- 
- PeekingIterator<E> - Interface in com.google.common.collect
- 
An iterator that supports a one-element lookahead while iterating. 
- peekLast() - Method in class com.google.common.collect.ForwardingDeque
-  
- peekLast() - Method in class com.google.common.collect.MinMaxPriorityQueue
- 
Retrieves, but does not remove, the greatest element of this queue, or
 returns nullif the queue is empty.
 
- PercentEscaper - Class in com.google.common.net
- 
A UnicodeEscaperthat escapes some set of Java characters using a UTF-8 based percent
 encoding scheme.
 
- PercentEscaper(String, boolean) - Constructor for class com.google.common.net.PercentEscaper
- 
Constructs a percent escaper with the specified safe characters and optional handling of the
 space character. 
- percentiles() - Static method in class com.google.common.math.Quantiles
- 
Specifies the computation of percentiles (i.e. 
- permutations(Collection<E>) - Static method in class com.google.common.collect.Collections2
- 
- PING_FROM - Static variable in class com.google.common.net.HttpHeaders
- 
- PING_TO - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP  Ping-To header field name. 
- PLAIN_TEXT_UTF_8 - Static variable in class com.google.common.net.MediaType
-  
- platformThreadFactory() - Static method in class com.google.common.util.concurrent.MoreExecutors
- 
Returns a default thread factory used to create new threads. 
- plus(CacheStats) - Method in class com.google.common.cache.CacheStats
- 
Returns a new CacheStatsrepresenting the sum of thisCacheStatsandother.
 
- plus(UnsignedInteger) - Method in class com.google.common.primitives.UnsignedInteger
- 
Returns the result of adding this and val.
 
- plus(UnsignedLong) - Method in class com.google.common.primitives.UnsignedLong
- 
Returns the result of adding this and val.
 
- PNG - Static variable in class com.google.common.net.MediaType
-  
- poll(long, TimeUnit) - Method in class com.google.common.collect.ForwardingBlockingDeque
- 
Deprecated. 
- poll() - Method in class com.google.common.collect.ForwardingQueue
-  
- poll() - Method in class com.google.common.collect.MinMaxPriorityQueue
-  
- poll(long, TimeUnit) - Method in class com.google.common.util.concurrent.ForwardingBlockingDeque
-  
- poll(long, TimeUnit) - Method in class com.google.common.util.concurrent.ForwardingBlockingQueue
-  
- pollFirst(long, TimeUnit) - Method in class com.google.common.collect.ForwardingBlockingDeque
- 
Deprecated. 
- pollFirst() - Method in class com.google.common.collect.ForwardingDeque
-  
- pollFirst() - Method in class com.google.common.collect.ForwardingNavigableSet
-  
- pollFirst() - Method in class com.google.common.collect.ImmutableSortedSet
- 
- pollFirst() - Method in class com.google.common.collect.MinMaxPriorityQueue
- 
Removes and returns the least element of this queue, or returns nullif the queue is empty.
 
- pollFirst(long, TimeUnit) - Method in class com.google.common.util.concurrent.ForwardingBlockingDeque
-  
- pollFirstEntry() - Method in class com.google.common.collect.ForwardingNavigableMap
-  
- pollFirstEntry() - Method in class com.google.common.collect.ForwardingSortedMultiset
-  
- pollFirstEntry() - Method in class com.google.common.collect.ImmutableSortedMap
- 
- pollFirstEntry() - Method in class com.google.common.collect.ImmutableSortedMultiset
- 
- pollFirstEntry() - Method in interface com.google.common.collect.SortedMultiset
- 
Returns and removes the entry associated with the lowest element in this
 multiset, or returns nullif this multiset is empty.
 
- pollLast(long, TimeUnit) - Method in class com.google.common.collect.ForwardingBlockingDeque
- 
Deprecated. 
- pollLast() - Method in class com.google.common.collect.ForwardingDeque
-  
- pollLast() - Method in class com.google.common.collect.ForwardingNavigableSet
-  
- pollLast() - Method in class com.google.common.collect.ImmutableSortedSet
- 
- pollLast() - Method in class com.google.common.collect.MinMaxPriorityQueue
- 
Removes and returns the greatest element of this queue, or returns nullif the queue is empty.
 
- pollLast(long, TimeUnit) - Method in class com.google.common.util.concurrent.ForwardingBlockingDeque
-  
- pollLastEntry() - Method in class com.google.common.collect.ForwardingNavigableMap
-  
- pollLastEntry() - Method in class com.google.common.collect.ForwardingSortedMultiset
-  
- pollLastEntry() - Method in class com.google.common.collect.ImmutableSortedMap
- 
- pollLastEntry() - Method in class com.google.common.collect.ImmutableSortedMultiset
- 
- pollLastEntry() - Method in interface com.google.common.collect.SortedMultiset
- 
Returns and removes the entry associated with the greatest element in this
 multiset, or returns nullif this multiset is empty.
 
- pop() - Method in class com.google.common.collect.ForwardingDeque
-  
- populationCovariance() - Method in class com.google.common.math.PairedStats
- 
Returns the population covariance of the values. 
- populationCovariance() - Method in class com.google.common.math.PairedStatsAccumulator
- 
Returns the population covariance of the values. 
- populationStandardDeviation() - Method in class com.google.common.math.Stats
- 
- populationStandardDeviation() - Method in class com.google.common.math.StatsAccumulator
- 
- populationVariance() - Method in class com.google.common.math.Stats
- 
- populationVariance() - Method in class com.google.common.math.StatsAccumulator
- 
- post(Object) - Method in class com.google.common.eventbus.EventBus
- 
Posts an event to all registered subscribers. 
- postOrderTraversal(T) - Method in class com.google.common.collect.TreeTraverser
- 
Returns an unmodifiable iterable over the nodes in a tree structure, using post-order
 traversal. 
- POSTSCRIPT - Static variable in class com.google.common.net.MediaType
-  
- pow(int, int) - Static method in class com.google.common.math.IntMath
- 
Returns bto thekth power.
 
- pow(long, int) - Static method in class com.google.common.math.LongMath
- 
Returns bto thekth power.
 
- powerSet(Set<E>) - Static method in class com.google.common.collect.Sets
- 
Returns the set of all possible subsets of set.
 
- PRAGMA - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Pragmaheader field name.
 
- precomputed() - Method in class com.google.common.base.CharMatcher
- 
Returns a charmatcher functionally equivalent to this one, but which may be faster to
 query than the original; your mileage may vary.
 
- Preconditions - Class in com.google.common.base
- 
Static convenience methods that help a method or constructor check whether it was invoked
 correctly (whether its preconditions have been met). 
- predecessors(Object) - Method in interface com.google.common.graph.Graph
- 
Returns all nodes in this graph adjacent to nodewhich can be reached by traversingnode's incoming edges against the direction (if any) of the edge.
 
- predecessors(Object) - Method in interface com.google.common.graph.Network
- 
Returns all nodes in this network adjacent to nodewhich can be reached by traversingnode's incoming edges against the direction (if any) of the edge.
 
- Predicate<T> - Interface in com.google.common.base
- 
- Predicates - Class in com.google.common.base
- 
Static utility methods pertaining to Predicateinstances.
 
- preOrderTraversal(T) - Method in class com.google.common.collect.TreeTraverser
- 
Returns an unmodifiable iterable over the nodes in a tree structure, using pre-order
 traversal. 
- presentInstances(Iterable<? extends Optional<? extends T>>) - Static method in class com.google.common.base.Optional
- 
Returns the value of each present instance from the supplied  optionals, in order,
 skipping over occurrences of  Optional.absent(). 
- previous(C) - Method in class com.google.common.collect.DiscreteDomain
- 
Returns the unique greatest value of type Cthat is less thanvalue, ornullif none exists.
 
- previous() - Method in class com.google.common.collect.ForwardingListIterator
-  
- previousIndex() - Method in class com.google.common.collect.ForwardingListIterator
-  
- Primitives - Class in com.google.common.primitives
- 
Contains static utility methods pertaining to primitive types and their corresponding wrapper
 types. 
- PrimitiveSink - Interface in com.google.common.hash
- 
An object which can receive a stream of primitive values. 
- processBytes(byte[], int, int) - Method in interface com.google.common.io.ByteProcessor
- 
This method will be called for each chunk of bytes in an input stream. 
- processLine(String) - Method in interface com.google.common.io.LineProcessor
- 
This method will be called once for each line. 
- propagate(Throwable) - Static method in class com.google.common.base.Throwables
- 
- propagateIfInstanceOf(Throwable, Class<X>) - Static method in class com.google.common.base.Throwables
- 
- propagateIfPossible(Throwable) - Static method in class com.google.common.base.Throwables
- 
- propagateIfPossible(Throwable, Class<X>) - Static method in class com.google.common.base.Throwables
- 
Propagates  throwable exactly as-is, if and only if it is an instance of
  RuntimeException,  Error, or  declaredType. 
- propagateIfPossible(Throwable, Class<X1>, Class<X2>) - Static method in class com.google.common.base.Throwables
- 
Propagates  throwable exactly as-is, if and only if it is an instance of
  RuntimeException,  Error,  declaredType1, or  declaredType2. 
- PROTOBUF - Static variable in class com.google.common.net.MediaType
- 
- PROXY_AUTHENTICATE - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Proxy-Authenticateheader field name.
 
- PROXY_AUTHORIZATION - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Proxy-Authorizationheader field name.
 
- PSD - Static variable in class com.google.common.net.MediaType
- 
The media type for the Photoshop File Format ( psd files) as defined by
  IANA, and
 found in  /etc/mime.types, e.g. 
- PUBLIC_KEY_PINS - Static variable in class com.google.common.net.HttpHeaders
- 
- PUBLIC_KEY_PINS_REPORT_ONLY - Static variable in class com.google.common.net.HttpHeaders
- 
- publicSuffix() - Method in class com.google.common.net.InternetDomainName
- 
Returns the  public suffix portion of the domain name, or
  null if no public suffix is present. 
- push(E) - Method in class com.google.common.collect.ForwardingDeque
-  
- put(K, V) - Method in class com.google.common.cache.AbstractCache
-  
- put(K, V) - Method in interface com.google.common.cache.Cache
- 
Associates valuewithkeyin this cache.
 
- put(K, V) - Method in class com.google.common.cache.ForwardingCache
-  
- put(R, C, V) - Method in class com.google.common.collect.ArrayTable
- 
Associates the specified value with the specified keys. 
- put(K, V) - Method in interface com.google.common.collect.BiMap
- put(K, V) - Method in class com.google.common.collect.EnumHashBiMap
-  
- put(E) - Method in class com.google.common.collect.ForwardingBlockingDeque
- 
Deprecated. 
- put(K, V) - Method in class com.google.common.collect.ForwardingMap
-  
- put(K, V) - Method in class com.google.common.collect.ForwardingMultimap
-  
- put(R, C, V) - Method in class com.google.common.collect.ForwardingTable
-  
- put(K, V) - Method in class com.google.common.collect.HashBiMap
-  
- put(K, V) - Method in class com.google.common.collect.ImmutableBiMap.Builder
- 
Associates keywithvaluein the built bimap.
 
- put(Map.Entry<? extends K, ? extends V>) - Method in class com.google.common.collect.ImmutableBiMap.Builder
- 
Adds the given entryto the bimap.
 
- put(Class<T>, T) - Method in class com.google.common.collect.ImmutableClassToInstanceMap.Builder
- 
Associates keywithvaluein the built map.
 
- put(K, V) - Method in class com.google.common.collect.ImmutableListMultimap.Builder
-  
- put(Map.Entry<? extends K, ? extends V>) - Method in class com.google.common.collect.ImmutableListMultimap.Builder
- 
Adds an entry to the built multimap. 
- put(K, V) - Method in class com.google.common.collect.ImmutableMap.Builder
- 
Associates keywithvaluein the built map.
 
- put(Map.Entry<? extends K, ? extends V>) - Method in class com.google.common.collect.ImmutableMap.Builder
- 
Adds the given entryto the map, making it immutable if
 necessary.
 
- put(K, V) - Method in class com.google.common.collect.ImmutableMap
- 
- put(K, V) - Method in class com.google.common.collect.ImmutableMultimap.Builder
- 
Adds a key-value mapping to the built multimap. 
- put(Map.Entry<? extends K, ? extends V>) - Method in class com.google.common.collect.ImmutableMultimap.Builder
- 
Adds an entry to the built multimap. 
- put(K, V) - Method in class com.google.common.collect.ImmutableMultimap
- 
- put(Range<K>, V) - Method in class com.google.common.collect.ImmutableRangeMap.Builder
- 
Associates the specified range with the specified value. 
- put(Range<K>, V) - Method in class com.google.common.collect.ImmutableRangeMap
- 
- put(K, V) - Method in class com.google.common.collect.ImmutableSetMultimap.Builder
- 
Adds a key-value mapping to the built multimap if it is not already
 present. 
- put(Map.Entry<? extends K, ? extends V>) - Method in class com.google.common.collect.ImmutableSetMultimap.Builder
- 
Adds an entry to the built multimap if it is not already present. 
- put(K, V) - Method in class com.google.common.collect.ImmutableSortedMap.Builder
- 
Associates keywithvaluein the built map.
 
- put(Map.Entry<? extends K, ? extends V>) - Method in class com.google.common.collect.ImmutableSortedMap.Builder
- 
Adds the given entryto the map, making it immutable if
 necessary.
 
- put(R, C, V) - Method in class com.google.common.collect.ImmutableTable.Builder
- 
Associates the (rowKey,columnKey) pair withvaluein the built table.
 
- put(Table.Cell<? extends R, ? extends C, ? extends V>) - Method in class com.google.common.collect.ImmutableTable.Builder
- 
Adds the given cellto the table, making it immutable if
 necessary.
 
- put(R, C, V) - Method in class com.google.common.collect.ImmutableTable
- 
- put(K, V) - Method in class com.google.common.collect.LinkedListMultimap
- 
Stores a key-value pair in the multimap. 
- put(K, V) - Method in interface com.google.common.collect.Multimap
- 
Stores a key-value pair in this multimap. 
- put(Class<? extends B>, B) - Method in class com.google.common.collect.MutableClassToInstanceMap
-  
- put(Range<K>, V) - Method in interface com.google.common.collect.RangeMap
- 
Maps a range to a specified value (optional operation). 
- put(R, C, V) - Method in interface com.google.common.collect.Table
- 
Associates the specified value with the specified keys. 
- put(Range<K>, V) - Method in class com.google.common.collect.TreeRangeMap
-  
- put(T) - Method in class com.google.common.hash.BloomFilter
- 
Puts an element into this BloomFilter.
 
- put(Class<T>, T) - Method in class com.google.common.reflect.ImmutableTypeToInstanceMap.Builder
- 
Associates keywithvaluein the built map.
 
- put(TypeToken<T>, T) - Method in class com.google.common.reflect.ImmutableTypeToInstanceMap.Builder
- 
Associates keywithvaluein the built map.
 
- put(TypeToken<? extends B>, B) - Method in class com.google.common.reflect.ImmutableTypeToInstanceMap
- 
- put(TypeToken<? extends B>, B) - Method in class com.google.common.reflect.MutableTypeToInstanceMap
- 
- put(K, long) - Method in class com.google.common.util.concurrent.AtomicLongMap
- 
Associates newValuewithkeyin this map, and returns the value previously
 associated withkey, or zero if there was no such value.
 
- put(E) - Method in class com.google.common.util.concurrent.ForwardingBlockingDeque
-  
- put(E) - Method in class com.google.common.util.concurrent.ForwardingBlockingQueue
-  
- putAll(Map<? extends K, ? extends V>) - Method in class com.google.common.cache.AbstractCache
-  
- putAll(Map<? extends K, ? extends V>) - Method in interface com.google.common.cache.Cache
- 
Copies all of the mappings from the specified map to the cache. 
- putAll(Map<? extends K, ? extends V>) - Method in class com.google.common.cache.ForwardingCache
-  
- putAll(Table<? extends R, ? extends C, ? extends V>) - Method in class com.google.common.collect.ArrayTable
- 
Copies all mappings from the specified table to this table. 
- putAll(Map<? extends K, ? extends V>) - Method in interface com.google.common.collect.BiMap
- putAll(Map<? extends K, ? extends V>) - Method in class com.google.common.collect.ForwardingMap
-  
- putAll(K, Iterable<? extends V>) - Method in class com.google.common.collect.ForwardingMultimap
-  
- putAll(Multimap<? extends K, ? extends V>) - Method in class com.google.common.collect.ForwardingMultimap
-  
- putAll(Table<? extends R, ? extends C, ? extends V>) - Method in class com.google.common.collect.ForwardingTable
-  
- putAll(Map<? extends K, ? extends V>) - Method in class com.google.common.collect.ImmutableBiMap.Builder
- 
Associates all of the given map's keys and values in the built bimap. 
- putAll(Iterable<? extends Map.Entry<? extends K, ? extends V>>) - Method in class com.google.common.collect.ImmutableBiMap.Builder
- 
Adds all of the given entries to the built bimap. 
- putAll(Map<? extends Class<? extends T>, ? extends T>) - Method in class com.google.common.collect.ImmutableClassToInstanceMap.Builder
- 
Associates all of map'skeys and values in the built map.
 
- putAll(Iterable<? extends Map.Entry<? extends K, ? extends V>>) - Method in class com.google.common.collect.ImmutableListMultimap.Builder
- 
Adds entries to the built multimap. 
- putAll(K, Iterable<? extends V>) - Method in class com.google.common.collect.ImmutableListMultimap.Builder
-  
- putAll(K, V...) - Method in class com.google.common.collect.ImmutableListMultimap.Builder
-  
- putAll(Multimap<? extends K, ? extends V>) - Method in class com.google.common.collect.ImmutableListMultimap.Builder
-  
- putAll(Map<? extends K, ? extends V>) - Method in class com.google.common.collect.ImmutableMap.Builder
- 
Associates all of the given map's keys and values in the built map. 
- putAll(Iterable<? extends Map.Entry<? extends K, ? extends V>>) - Method in class com.google.common.collect.ImmutableMap.Builder
- 
Adds all of the given entries to the built map. 
- putAll(Map<? extends K, ? extends V>) - Method in class com.google.common.collect.ImmutableMap
- 
- putAll(Iterable<? extends Map.Entry<? extends K, ? extends V>>) - Method in class com.google.common.collect.ImmutableMultimap.Builder
- 
Adds entries to the built multimap. 
- putAll(K, Iterable<? extends V>) - Method in class com.google.common.collect.ImmutableMultimap.Builder
- 
Stores a collection of values with the same key in the built multimap. 
- putAll(K, V...) - Method in class com.google.common.collect.ImmutableMultimap.Builder
- 
Stores an array of values with the same key in the built multimap. 
- putAll(Multimap<? extends K, ? extends V>) - Method in class com.google.common.collect.ImmutableMultimap.Builder
- 
Stores another multimap's entries in the built multimap. 
- putAll(K, Iterable<? extends V>) - Method in class com.google.common.collect.ImmutableMultimap
- 
- putAll(Multimap<? extends K, ? extends V>) - Method in class com.google.common.collect.ImmutableMultimap
- 
- putAll(RangeMap<K, ? extends V>) - Method in class com.google.common.collect.ImmutableRangeMap.Builder
- 
Copies all associations from the specified range map into this builder. 
- putAll(RangeMap<K, V>) - Method in class com.google.common.collect.ImmutableRangeMap
- 
- putAll(Iterable<? extends Map.Entry<? extends K, ? extends V>>) - Method in class com.google.common.collect.ImmutableSetMultimap.Builder
- 
Adds entries to the built multimap. 
- putAll(K, Iterable<? extends V>) - Method in class com.google.common.collect.ImmutableSetMultimap.Builder
-  
- putAll(K, V...) - Method in class com.google.common.collect.ImmutableSetMultimap.Builder
-  
- putAll(Multimap<? extends K, ? extends V>) - Method in class com.google.common.collect.ImmutableSetMultimap.Builder
-  
- putAll(Map<? extends K, ? extends V>) - Method in class com.google.common.collect.ImmutableSortedMap.Builder
- 
Associates all of the given map's keys and values in the built map. 
- putAll(Iterable<? extends Map.Entry<? extends K, ? extends V>>) - Method in class com.google.common.collect.ImmutableSortedMap.Builder
- 
Adds all the given entries to the built map. 
- putAll(Table<? extends R, ? extends C, ? extends V>) - Method in class com.google.common.collect.ImmutableTable.Builder
- 
Associates all of the given table's keys and values in the built table. 
- putAll(Table<? extends R, ? extends C, ? extends V>) - Method in class com.google.common.collect.ImmutableTable
- 
- putAll(K, Iterable<? extends V>) - Method in interface com.google.common.collect.Multimap
- 
Stores a key-value pair in this multimap for each of values, all
 using the same key,key.
 
- putAll(Multimap<? extends K, ? extends V>) - Method in interface com.google.common.collect.Multimap
- 
Stores all key-value pairs of multimapin this multimap, in the
 order returned bymultimap.entries().
 
- putAll(Map<? extends Class<? extends B>, ? extends B>) - Method in class com.google.common.collect.MutableClassToInstanceMap
-  
- putAll(RangeMap<K, V>) - Method in interface com.google.common.collect.RangeMap
- 
Puts all the associations from rangeMapinto this range map (optional operation).
 
- putAll(Table<? extends R, ? extends C, ? extends V>) - Method in interface com.google.common.collect.Table
- 
Copies all mappings from the specified table to this table. 
- putAll(RangeMap<K, V>) - Method in class com.google.common.collect.TreeRangeMap
-  
- putAll(BloomFilter<T>) - Method in class com.google.common.hash.BloomFilter
- 
Combines this bloom filter with another bloom filter by performing a bitwise OR of the
 underlying data. 
- putAll(Map<? extends TypeToken<? extends B>, ? extends B>) - Method in class com.google.common.reflect.ImmutableTypeToInstanceMap
- 
- putAll(Map<? extends TypeToken<? extends B>, ? extends B>) - Method in class com.google.common.reflect.MutableTypeToInstanceMap
- 
- putAll(Map<? extends K, ? extends Long>) - Method in class com.google.common.util.concurrent.AtomicLongMap
- 
Copies all of the mappings from the specified map to this map. 
- putBoolean(boolean) - Method in interface com.google.common.hash.Hasher
- 
Equivalent to putByte(b ? (byte) 1 : (byte) 0).
 
- putBoolean(boolean) - Method in interface com.google.common.hash.PrimitiveSink
- 
Puts a boolean into this sink. 
- putByte(byte) - Method in interface com.google.common.hash.Hasher
-  
- putByte(byte) - Method in interface com.google.common.hash.PrimitiveSink
- 
Puts a byte into this sink. 
- putBytes(byte[]) - Method in interface com.google.common.hash.Hasher
-  
- putBytes(byte[], int, int) - Method in interface com.google.common.hash.Hasher
-  
- putBytes(byte[]) - Method in interface com.google.common.hash.PrimitiveSink
- 
Puts an array of bytes into this sink. 
- putBytes(byte[], int, int) - Method in interface com.google.common.hash.PrimitiveSink
- 
Puts a chunk of an array of bytes into this sink. 
- putChar(char) - Method in interface com.google.common.hash.Hasher
-  
- putChar(char) - Method in interface com.google.common.hash.PrimitiveSink
- 
Puts a character into this sink. 
- putDouble(double) - Method in interface com.google.common.hash.Hasher
- 
Equivalent to putLong(Double.doubleToRawLongBits(d)).
 
- putDouble(double) - Method in interface com.google.common.hash.PrimitiveSink
- 
Puts a double into this sink. 
- putEdge(N, N) - Method in interface com.google.common.graph.MutableGraph
- 
Adds an edge connecting nodeUtonodeVif one is not already present.
 
- putEdgeValue(N, N, V) - Method in interface com.google.common.graph.MutableValueGraph
- 
Adds an edge connecting nodeUtonodeVif one is not already present; associate
 that edge withvalue.
 
- putFirst(E) - Method in class com.google.common.collect.ForwardingBlockingDeque
- 
Deprecated. 
- putFirst(E) - Method in class com.google.common.util.concurrent.ForwardingBlockingDeque
-  
- putFloat(float) - Method in interface com.google.common.hash.Hasher
- 
Equivalent to putInt(Float.floatToRawIntBits(f)).
 
- putFloat(float) - Method in interface com.google.common.hash.PrimitiveSink
- 
Puts a float into this sink. 
- putIfAbsent(K, V) - Method in class com.google.common.collect.ForwardingConcurrentMap
-  
- putIfAbsent(K, V) - Method in class com.google.common.collect.ImmutableMap
- 
- putInstance(Class<T>, T) - Method in interface com.google.common.collect.ClassToInstanceMap
- 
Maps the specified class to the specified value. 
- putInstance(Class<T>, T) - Method in class com.google.common.collect.ImmutableClassToInstanceMap
- 
- putInstance(Class<T>, T) - Method in class com.google.common.collect.MutableClassToInstanceMap
-  
- putInstance(TypeToken<T>, T) - Method in class com.google.common.reflect.ImmutableTypeToInstanceMap
- 
- putInstance(Class<T>, T) - Method in class com.google.common.reflect.ImmutableTypeToInstanceMap
- 
- putInstance(Class<T>, T) - Method in class com.google.common.reflect.MutableTypeToInstanceMap
-  
- putInstance(TypeToken<T>, T) - Method in class com.google.common.reflect.MutableTypeToInstanceMap
-  
- putInstance(Class<T>, T) - Method in interface com.google.common.reflect.TypeToInstanceMap
- 
Maps the specified class to the specified value. 
- putInstance(TypeToken<T>, T) - Method in interface com.google.common.reflect.TypeToInstanceMap
- 
Maps the specified type to the specified value. 
- putInt(int) - Method in interface com.google.common.hash.Hasher
-  
- putInt(int) - Method in interface com.google.common.hash.PrimitiveSink
- 
Puts an int into this sink. 
- putLast(E) - Method in class com.google.common.collect.ForwardingBlockingDeque
- 
Deprecated. 
- putLast(E) - Method in class com.google.common.util.concurrent.ForwardingBlockingDeque
-  
- putLong(long) - Method in interface com.google.common.hash.Hasher
-  
- putLong(long) - Method in interface com.google.common.hash.PrimitiveSink
- 
Puts a long into this sink. 
- putObject(T, Funnel<? super T>) - Method in interface com.google.common.hash.Hasher
- 
A simple convenience for funnel.funnel(object, this).
 
- putShort(short) - Method in interface com.google.common.hash.Hasher
-  
- putShort(short) - Method in interface com.google.common.hash.PrimitiveSink
- 
Puts a short into this sink. 
- putString(CharSequence, Charset) - Method in interface com.google.common.hash.Hasher
- 
Equivalent to putBytes(charSequence.toString().getBytes(charset)).
 
- putString(CharSequence, Charset) - Method in interface com.google.common.hash.PrimitiveSink
- 
Puts a string into this sink using the given charset. 
- putUnencodedChars(CharSequence) - Method in interface com.google.common.hash.Hasher
- 
Equivalent to processing each charvalue in theCharSequence, in order.
 
- putUnencodedChars(CharSequence) - Method in interface com.google.common.hash.PrimitiveSink
- 
Puts each 16-bit code unit from the  CharSequence into this sink. 
- putUninterruptibly(BlockingQueue<E>, E) - Static method in class com.google.common.util.concurrent.Uninterruptibles
- 
- range() - Method in class com.google.common.collect.ContiguousSet
- 
Returns a range, closed on both ends, whose endpoints are the minimum and maximum values
 contained in this set. 
- range(BoundType, BoundType) - Method in class com.google.common.collect.ContiguousSet
- 
Returns the minimal range with the given boundary types for which all values in this set are
  contained within the range. 
- Range<C extends Comparable> - Class in com.google.common.collect
- 
A range (or "interval") defines the boundaries around a contiguous span of values of some
 Comparabletype; for example, "integers from 1 to 100 inclusive." Note that it is not
 possible to iterate over these contained values.
 
- range(C, BoundType, C, BoundType) - Static method in class com.google.common.collect.Range
- 
Returns a range that contains any value from lowertoupper, where each endpoint may be either inclusive (closed) or exclusive
 (open).
 
- RANGE - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Rangeheader field name.
 
- rangeContaining(C) - Method in class com.google.common.collect.ImmutableRangeSet
-  
- rangeContaining(C) - Method in interface com.google.common.collect.RangeSet
- 
Returns the unique range from this range set that  containsvalue, or  null if this range set does not contain  value. 
- rangeContaining(C) - Method in class com.google.common.collect.TreeRangeSet
-  
- RangeMap<K extends Comparable,V> - Interface in com.google.common.collect
- 
A mapping from disjoint nonempty ranges to non-null values. 
- RangeSet<C extends Comparable> - Interface in com.google.common.collect
- 
- RateLimiter - Class in com.google.common.util.concurrent
- 
A rate limiter. 
- rawTypes() - Method in class com.google.common.reflect.TypeToken.TypeSet
- 
Returns the raw types of the types in this set, in the same order. 
- RDF_XML_UTF_8 - Static variable in class com.google.common.net.MediaType
-  
- reachableNodes(Graph<N>, Object) - Static method in class com.google.common.graph.Graphs
- 
Returns the set of nodes that are reachable from node.
 
- read() - Method in class com.google.common.base.Ticker
- 
Returns the number of nanoseconds elapsed since this ticker's fixed point of reference. 
- read() - Method in class com.google.common.hash.HashingInputStream
- 
Reads the next byte of data from the underlying input stream and updates the hasher with the
 byte read. 
- read(byte[], int, int) - Method in class com.google.common.hash.HashingInputStream
- 
Reads the specified bytes of data from the underlying input stream and updates the hasher with
 the bytes read. 
- read() - Method in class com.google.common.io.ByteSource
- 
Reads the full contents of this byte source as a byte array. 
- read(ByteProcessor<T>) - Method in class com.google.common.io.ByteSource
- 
Reads the contents of this byte source using the given processorto process bytes as
 they are read.
 
- read(InputStream, byte[], int, int) - Static method in class com.google.common.io.ByteStreams
- 
Reads some bytes from an input stream and stores them into the buffer array b.
 
- read() - Method in class com.google.common.io.CharSource
- 
Reads the contents of this source as a string. 
- read() - Method in class com.google.common.io.CountingInputStream
-  
- read(byte[], int, int) - Method in class com.google.common.io.CountingInputStream
-  
- readBoolean() - Method in interface com.google.common.io.ByteArrayDataInput
-  
- readBoolean() - Method in class com.google.common.io.LittleEndianDataInputStream
-  
- readByte() - Method in interface com.google.common.io.ByteArrayDataInput
-  
- readByte() - Method in class com.google.common.io.LittleEndianDataInputStream
-  
- readBytes(InputStream, ByteProcessor<T>) - Static method in class com.google.common.io.ByteStreams
- 
Process the bytes of the given input stream using the given processor. 
- readBytes(File, ByteProcessor<T>) - Static method in class com.google.common.io.Files
- 
Process the bytes of a file. 
- readChar() - Method in interface com.google.common.io.ByteArrayDataInput
-  
- readChar() - Method in class com.google.common.io.LittleEndianDataInputStream
- 
- readDouble() - Method in interface com.google.common.io.ByteArrayDataInput
-  
- readDouble() - Method in class com.google.common.io.LittleEndianDataInputStream
- 
- readFirstLine() - Method in class com.google.common.io.CharSource
- 
Reads the first line of this source as a string. 
- readFirstLine(File, Charset) - Static method in class com.google.common.io.Files
- 
Reads the first line from a file. 
- readFloat() - Method in interface com.google.common.io.ByteArrayDataInput
-  
- readFloat() - Method in class com.google.common.io.LittleEndianDataInputStream
- 
- readFrom(InputStream, Funnel<T>) - Static method in class com.google.common.hash.BloomFilter
- 
- readFully(byte[]) - Method in interface com.google.common.io.ByteArrayDataInput
-  
- readFully(byte[], int, int) - Method in interface com.google.common.io.ByteArrayDataInput
-  
- readFully(InputStream, byte[]) - Static method in class com.google.common.io.ByteStreams
- 
- readFully(InputStream, byte[], int, int) - Static method in class com.google.common.io.ByteStreams
- 
- readFully(byte[]) - Method in class com.google.common.io.LittleEndianDataInputStream
-  
- readFully(byte[], int, int) - Method in class com.google.common.io.LittleEndianDataInputStream
-  
- readInt() - Method in interface com.google.common.io.ByteArrayDataInput
-  
- readInt() - Method in class com.google.common.io.LittleEndianDataInputStream
- 
- readLine() - Method in interface com.google.common.io.ByteArrayDataInput
-  
- readLine() - Method in class com.google.common.io.LineReader
- 
Reads a line of text. 
- readLine() - Method in class com.google.common.io.LittleEndianDataInputStream
- 
- readLines() - Method in class com.google.common.io.CharSource
- 
Reads all the lines of this source as a list of strings. 
- readLines(LineProcessor<T>) - Method in class com.google.common.io.CharSource
- 
Reads lines of text from this source, processing each line as it is read using the given
  processor. 
- readLines(Readable) - Static method in class com.google.common.io.CharStreams
- 
Reads all of the lines from a  Readable object. 
- readLines(Readable, LineProcessor<T>) - Static method in class com.google.common.io.CharStreams
- 
Streams lines from a  Readable object, stopping when the processor returns  false
 or all lines have been read and returning the result produced by the processor. 
- readLines(File, Charset) - Static method in class com.google.common.io.Files
- 
Reads all of the lines from a file. 
- readLines(File, Charset, LineProcessor<T>) - Static method in class com.google.common.io.Files
- 
Streams lines from a  File, stopping when our callback returns false, or we have read
 all of the lines. 
- readLines(URL, Charset, LineProcessor<T>) - Static method in class com.google.common.io.Resources
- 
Streams lines from a URL, stopping when our callback returns false, or we have read all of the
 lines. 
- readLines(URL, Charset) - Static method in class com.google.common.io.Resources
- 
Reads all of the lines from a URL. 
- readLong() - Method in interface com.google.common.io.ByteArrayDataInput
-  
- readLong() - Method in class com.google.common.io.LittleEndianDataInputStream
- 
- readShort() - Method in interface com.google.common.io.ByteArrayDataInput
-  
- readShort() - Method in class com.google.common.io.LittleEndianDataInputStream
- 
- readUnsignedByte() - Method in interface com.google.common.io.ByteArrayDataInput
-  
- readUnsignedByte() - Method in class com.google.common.io.LittleEndianDataInputStream
-  
- readUnsignedShort() - Method in interface com.google.common.io.ByteArrayDataInput
-  
- readUnsignedShort() - Method in class com.google.common.io.LittleEndianDataInputStream
- 
- readUTF() - Method in interface com.google.common.io.ByteArrayDataInput
-  
- readUTF() - Method in class com.google.common.io.LittleEndianDataInputStream
-  
- readWriteLock(int) - Static method in class com.google.common.util.concurrent.Striped
- 
Creates a Striped<ReadWriteLock>with eagerly initialized, strongly referenced
 read-write locks.
 
- recordEviction() - Method in class com.google.common.cache.AbstractCache.SimpleStatsCounter
-  
- recordEviction() - Method in interface com.google.common.cache.AbstractCache.StatsCounter
- 
Records the eviction of an entry from the cache. 
- recordHits(int) - Method in class com.google.common.cache.AbstractCache.SimpleStatsCounter
-  
- recordHits(int) - Method in interface com.google.common.cache.AbstractCache.StatsCounter
- 
Records cache hits. 
- recordLoadException(long) - Method in class com.google.common.cache.AbstractCache.SimpleStatsCounter
-  
- recordLoadException(long) - Method in interface com.google.common.cache.AbstractCache.StatsCounter
- 
Records the failed load of a new entry. 
- recordLoadSuccess(long) - Method in class com.google.common.cache.AbstractCache.SimpleStatsCounter
-  
- recordLoadSuccess(long) - Method in interface com.google.common.cache.AbstractCache.StatsCounter
- 
Records the successful load of a new entry. 
- recordMisses(int) - Method in class com.google.common.cache.AbstractCache.SimpleStatsCounter
-  
- recordMisses(int) - Method in interface com.google.common.cache.AbstractCache.StatsCounter
- 
Records cache misses. 
- recordStats() - Method in class com.google.common.cache.CacheBuilder
- 
Enable the accumulation of  CacheStats during the operation of the cache. 
- RecursiveDeleteOption - Enum in com.google.common.io
- 
- REFERER - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Refererheader field name.
 
- Reflection - Class in com.google.common.reflect
- 
Static utilities relating to Java reflection. 
- refresh(K) - Method in class com.google.common.cache.AbstractLoadingCache
-  
- refresh(K) - Method in class com.google.common.cache.ForwardingLoadingCache
-  
- refresh(K) - Method in interface com.google.common.cache.LoadingCache
- 
Loads a new value for key key, possibly asynchronously.
 
- REFRESH - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Refreshheader field name.
 
- refreshAfterWrite(long, TimeUnit) - Method in class com.google.common.cache.CacheBuilder
- 
Specifies that active entries are eligible for automatic refresh once a fixed duration has
 elapsed after the entry's creation, or the most recent replacement of its value. 
- register(Object) - Method in class com.google.common.eventbus.EventBus
- 
Registers all subscriber methods on objectto receive events.
 
- register(C) - Method in class com.google.common.io.Closer
- 
Registers the given  closeable to be closed when this  Closer is
  closed. 
- reload(K, V) - Method in class com.google.common.cache.CacheLoader
- 
Computes or retrieves a replacement value corresponding to an already-cached key.
 
- remainder(int, int) - Static method in class com.google.common.primitives.UnsignedInts
- 
Returns dividend % divisor, where the dividend and divisor are treated as unsigned 32-bit
 quantities. 
- remainder(long, long) - Static method in class com.google.common.primitives.UnsignedLongs
- 
Returns dividend % divisor, where the dividend and divisor are treated as unsigned 64-bit
 quantities. 
- remainingCapacity() - Method in class com.google.common.collect.EvictingQueue
- 
Returns the number of additional elements that this queue can accept without evicting;
 zero if the queue is currently full. 
- remainingCapacity() - Method in class com.google.common.collect.ForwardingBlockingDeque
- 
Deprecated. 
- remainingCapacity() - Method in class com.google.common.util.concurrent.ForwardingBlockingDeque
-  
- remainingCapacity() - Method in class com.google.common.util.concurrent.ForwardingBlockingQueue
-  
- RemovalCause - Enum in com.google.common.cache
- 
The reason why a cached entry was removed. 
- removalListener(RemovalListener<? super K1, ? super V1>) - Method in class com.google.common.cache.CacheBuilder
- 
Specifies a listener instance that caches should notify each time an entry is removed for any
  reason. 
- RemovalListener<K,V> - Interface in com.google.common.cache
- 
An object that can receive a notification when an entry is removed from a cache. 
- RemovalListeners - Class in com.google.common.cache
- 
A collection of common removal listeners. 
- RemovalNotification<K,V> - Class in com.google.common.cache
- 
A notification of the removal of a single entry. 
- remove(Object, Object) - Method in class com.google.common.collect.ArrayTable
- 
- remove(Object, int) - Method in class com.google.common.collect.ConcurrentHashMultiset
- 
Removes a number of occurrences of the specified element from this multiset. 
- remove(Object) - Method in class com.google.common.collect.EvictingQueue
-  
- remove(Object) - Method in class com.google.common.collect.ForwardingCollection
-  
- remove(Object, Object) - Method in class com.google.common.collect.ForwardingConcurrentMap
-  
- remove() - Method in class com.google.common.collect.ForwardingIterator
-  
- remove(int) - Method in class com.google.common.collect.ForwardingList
-  
- remove(Object) - Method in class com.google.common.collect.ForwardingMap
-  
- remove(Object, Object) - Method in class com.google.common.collect.ForwardingMultimap
-  
- remove(Object, int) - Method in class com.google.common.collect.ForwardingMultiset
-  
- remove() - Method in class com.google.common.collect.ForwardingQueue
-  
- remove(Object, Object) - Method in class com.google.common.collect.ForwardingTable
-  
- remove(Object, Object) - Method in class com.google.common.collect.HashBasedTable
-  
- remove(Object) - Method in class com.google.common.collect.HashBiMap
-  
- remove(Object) - Method in class com.google.common.collect.ImmutableCollection
- 
- remove(int) - Method in class com.google.common.collect.ImmutableList
- 
- remove(Object) - Method in class com.google.common.collect.ImmutableMap
- 
- remove(Object, Object) - Method in class com.google.common.collect.ImmutableMap
- 
- remove(Object, Object) - Method in class com.google.common.collect.ImmutableMultimap
- 
- remove(Object, int) - Method in class com.google.common.collect.ImmutableMultiset
- 
- remove(Range<K>) - Method in class com.google.common.collect.ImmutableRangeMap
- 
- remove(Range<C>) - Method in class com.google.common.collect.ImmutableRangeSet
- 
- remove(Object, Object) - Method in class com.google.common.collect.ImmutableTable
- 
- remove(Object, Object) - Method in interface com.google.common.collect.Multimap
- 
Removes a single key-value pair with the key keyand the valuevaluefrom this multimap, if such exists.
 
- remove(Object, int) - Method in interface com.google.common.collect.Multiset
- 
Removes a number of occurrences of the specified element from this multiset. 
- remove(Object) - Method in interface com.google.common.collect.Multiset
- 
Removes a single occurrence of the specified element from this
 multiset, if present. 
- remove() - Method in interface com.google.common.collect.PeekingIterator
- remove(Range<K>) - Method in interface com.google.common.collect.RangeMap
- 
Removes all associations from this range map in the specified range (optional operation). 
- remove(Range<C>) - Method in interface com.google.common.collect.RangeSet
- 
Removes the specified range from this RangeSet(optional operation).
 
- remove(Object) - Method in class com.google.common.collect.Sets.SetView
- 
- remove(Object, Object) - Method in interface com.google.common.collect.Table
- 
Removes the mapping, if any, associated with the given keys. 
- remove(Object, int) - Method in class com.google.common.collect.TreeMultiset
-  
- remove(Range<K>) - Method in class com.google.common.collect.TreeRangeMap
-  
- remove(Range<C>) - Method in class com.google.common.collect.TreeRangeSet
-  
- remove() - Method in class com.google.common.collect.UnmodifiableIterator
- 
- remove(K) - Method in class com.google.common.util.concurrent.AtomicLongMap
- 
Removes and returns the value associated with key.
 
- removeAll(Collection<?>) - Method in class com.google.common.collect.ForwardingCollection
-  
- removeAll(Object) - Method in class com.google.common.collect.ForwardingListMultimap
-  
- removeAll(Object) - Method in class com.google.common.collect.ForwardingMultimap
-  
- removeAll(Object) - Method in class com.google.common.collect.ForwardingSetMultimap
-  
- removeAll(Object) - Method in class com.google.common.collect.ForwardingSortedSetMultimap
-  
- removeAll(Collection<?>) - Method in class com.google.common.collect.ImmutableCollection
- 
- removeAll(Object) - Method in class com.google.common.collect.ImmutableListMultimap
- 
- removeAll(Object) - Method in class com.google.common.collect.ImmutableMultimap
- 
- removeAll(RangeSet<C>) - Method in class com.google.common.collect.ImmutableRangeSet
- 
- removeAll(Iterable<Range<C>>) - Method in class com.google.common.collect.ImmutableRangeSet
- 
- removeAll(Object) - Method in class com.google.common.collect.ImmutableSetMultimap
- 
- removeAll(Iterable<?>, Collection<?>) - Static method in class com.google.common.collect.Iterables
- 
Removes, from an iterable, every element that belongs to the provided
 collection. 
- removeAll(Iterator<?>, Collection<?>) - Static method in class com.google.common.collect.Iterators
- 
Traverses an iterator and removes every element that belongs to the
 provided collection. 
- removeAll(Object) - Method in class com.google.common.collect.LinkedListMultimap
- 
Removes all values associated with the key key.
 
- removeAll(Object) - Method in interface com.google.common.collect.ListMultimap
- 
Removes all values associated with the key key.
 
- removeAll(Object) - Method in interface com.google.common.collect.Multimap
- 
Removes all values associated with the key key.
 
- removeAll(Collection<?>) - Method in interface com.google.common.collect.Multiset
- removeAll(RangeSet<C>) - Method in interface com.google.common.collect.RangeSet
- 
Removes all of the ranges from the specified range set from this range set (optional
 operation). 
- removeAll(Iterable<Range<C>>) - Method in interface com.google.common.collect.RangeSet
- 
Removes all of the specified ranges from this range set (optional operation). 
- removeAll(Object) - Method in interface com.google.common.collect.SetMultimap
- 
Removes all values associated with the key key.
 
- removeAll(Collection<?>) - Method in class com.google.common.collect.Sets.SetView
- 
- removeAll(Object) - Method in interface com.google.common.collect.SortedSetMultimap
- 
Removes all values associated with a given key. 
- removeAllZeros() - Method in class com.google.common.util.concurrent.AtomicLongMap
- 
Removes all mappings from this map whose values are zero. 
- removeEdge(Object, Object) - Method in interface com.google.common.graph.MutableGraph
- 
Removes the edge connecting nodeUtonodeV, if it is present.
 
- removeEdge(Object) - Method in interface com.google.common.graph.MutableNetwork
- 
Removes edgefrom this network, if it is present.
 
- removeEdge(Object, Object) - Method in interface com.google.common.graph.MutableValueGraph
- 
Removes the edge connecting nodeUtonodeV, if it is present.
 
- removeExactly(Object, int) - Method in class com.google.common.collect.ConcurrentHashMultiset
- 
Removes exactly the specified number of occurrences of element, or makes no
 change if this is not possible.
 
- removeFirst() - Method in class com.google.common.collect.ForwardingDeque
-  
- removeFirst() - Method in class com.google.common.collect.MinMaxPriorityQueue
- 
Removes and returns the least element of this queue. 
- removeFirstOccurrence(Object) - Method in class com.google.common.collect.ForwardingDeque
-  
- removeFrom(CharSequence) - Method in class com.google.common.base.CharMatcher
- 
Returns a string containing all non-matching characters of a character sequence, in order. 
- removeIf(Predicate<? super E>) - Method in class com.google.common.collect.ImmutableCollection
- 
- removeIf(Iterable<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterables
- 
Removes, from an iterable, every element that satisfies the provided
 predicate. 
- removeIf(Iterator<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterators
- 
Removes every element that satisfies the provided predicate from the
 iterator. 
- removeIf(Predicate<? super E>) - Method in class com.google.common.collect.Sets.SetView
- 
- removeIfZero(K) - Method in class com.google.common.util.concurrent.AtomicLongMap
- 
Atomically remove keyfrom the map iff its associated value is 0.
 
- removeLast() - Method in class com.google.common.collect.ForwardingDeque
-  
- removeLast() - Method in class com.google.common.collect.MinMaxPriorityQueue
- 
Removes and returns the greatest element of this queue. 
- removeLastOccurrence(Object) - Method in class com.google.common.collect.ForwardingDeque
-  
- removeNode(Object) - Method in interface com.google.common.graph.MutableGraph
- 
Removes nodeif it is present; all edges incident tonodewill also be removed.
 
- removeNode(Object) - Method in interface com.google.common.graph.MutableNetwork
- 
Removes nodeif it is present; all edges incident tonodewill also be removed.
 
- removeNode(Object) - Method in interface com.google.common.graph.MutableValueGraph
- 
Removes nodeif it is present; all edges incident tonodewill also be removed.
 
- removeOccurrences(Multiset<?>, Iterable<?>) - Static method in class com.google.common.collect.Multisets
- 
For each occurrence of an element einoccurrencesToRemove,
 removes one occurrence ofeinmultisetToModify.
 
- removeOccurrences(Multiset<?>, Multiset<?>) - Static method in class com.google.common.collect.Multisets
- 
For each occurrence of an element einoccurrencesToRemove,
 removes one occurrence ofeinmultisetToModify.
 
- repeat(String, int) - Static method in class com.google.common.base.Strings
- 
Returns a string consisting of a specific number of concatenated copies of an input string. 
- replace(K, V) - Method in class com.google.common.collect.ForwardingConcurrentMap
-  
- replace(K, V, V) - Method in class com.google.common.collect.ForwardingConcurrentMap
-  
- replace(K, V, V) - Method in class com.google.common.collect.ImmutableMap
- 
- replace(K, V) - Method in class com.google.common.collect.ImmutableMap
- 
- replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class com.google.common.collect.ForwardingNavigableMap.StandardDescendingMap
-  
- replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class com.google.common.collect.HashBiMap
-  
- replaceAll(UnaryOperator<E>) - Method in class com.google.common.collect.ImmutableList
- 
- replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class com.google.common.collect.ImmutableMap
- 
- replaceFrom(CharSequence, char) - Method in class com.google.common.base.CharMatcher
- 
Returns a string copy of the input character sequence, with each character that matches this
 matcher replaced by a given replacement character. 
- replaceFrom(CharSequence, CharSequence) - Method in class com.google.common.base.CharMatcher
- 
Returns a string copy of the input character sequence, with each character that matches this
 matcher replaced by a given replacement sequence. 
- replaceValues(K, Iterable<? extends V>) - Method in class com.google.common.collect.ForwardingListMultimap
-  
- replaceValues(K, Iterable<? extends V>) - Method in class com.google.common.collect.ForwardingMultimap
-  
- replaceValues(K, Iterable<? extends V>) - Method in class com.google.common.collect.ForwardingSetMultimap
-  
- replaceValues(K, Iterable<? extends V>) - Method in class com.google.common.collect.ForwardingSortedSetMultimap
-  
- replaceValues(K, Iterable<? extends V>) - Method in class com.google.common.collect.ImmutableListMultimap
- 
- replaceValues(K, Iterable<? extends V>) - Method in class com.google.common.collect.ImmutableMultimap
- 
- replaceValues(K, Iterable<? extends V>) - Method in class com.google.common.collect.ImmutableSetMultimap
- 
- replaceValues(K, Iterable<? extends V>) - Method in class com.google.common.collect.LinkedHashMultimap
- 
Stores a collection of values with the same key, replacing any existing
 values for that key. 
- replaceValues(K, Iterable<? extends V>) - Method in class com.google.common.collect.LinkedListMultimap
- 
Stores a collection of values with the same key, replacing any existing
 values for that key. 
- replaceValues(K, Iterable<? extends V>) - Method in interface com.google.common.collect.ListMultimap
- 
Stores a collection of values with the same key, replacing any existing
 values for that key. 
- replaceValues(K, Iterable<? extends V>) - Method in interface com.google.common.collect.Multimap
- 
Stores a collection of values with the same key, replacing any existing
 values for that key. 
- replaceValues(K, Iterable<? extends V>) - Method in interface com.google.common.collect.SetMultimap
- 
Stores a collection of values with the same key, replacing any existing
 values for that key. 
- replaceValues(K, Iterable<? extends V>) - Method in interface com.google.common.collect.SortedSetMultimap
- 
Stores a collection of values with the same key, replacing any existing
 values for that key. 
- requestCount() - Method in class com.google.common.cache.CacheStats
- 
Returns the number of times  Cache lookup methods have returned either a cached or
 uncached value. 
- requireBracketsForIPv6() - Method in class com.google.common.net.HostAndPort
- 
Generate an error if the host might be a non-bracketed IPv6 literal. 
- reset() - Method in class com.google.common.base.Stopwatch
- 
Sets the elapsed time for this stopwatch to zero, and places it in a stopped state. 
- reset() - Method in class com.google.common.hash.HashingInputStream
- 
reset() is not supported for HashingInputStream. 
- reset() - Method in class com.google.common.io.CountingInputStream
-  
- reset() - Method in class com.google.common.io.FileBackedOutputStream
- 
- resolveType(Type) - Method in class com.google.common.reflect.TypeResolver
- 
Resolves all type variables in typeand all downstream types and returns a
 corresponding type with type variables resolved.
 
- resolveType(Type) - Method in class com.google.common.reflect.TypeToken
- 
Resolves the given typeagainst the type context represented by this type.
 
- Resources - Class in com.google.common.io
- 
Provides utility methods for working with resources in the classpath. 
- result() - Method in class com.google.common.collect.ComparisonChain
- 
Ends this comparison chain and returns its result: a value having the
 same sign as the first nonzero comparison result in the chain, or zero if
 every result was zero. 
- retainAll(Collection<?>) - Method in class com.google.common.collect.ForwardingCollection
-  
- retainAll(Collection<?>) - Method in class com.google.common.collect.ImmutableCollection
- 
- retainAll(Iterable<?>, Collection<?>) - Static method in class com.google.common.collect.Iterables
- 
Removes, from an iterable, every element that does not belong to the
 provided collection. 
- retainAll(Iterator<?>, Collection<?>) - Static method in class com.google.common.collect.Iterators
- 
Traverses an iterator and removes every element that does not belong to the
 provided collection. 
- retainAll(Collection<?>) - Method in interface com.google.common.collect.Multiset
- retainAll(Collection<?>) - Method in class com.google.common.collect.Sets.SetView
- 
- retainFrom(CharSequence) - Method in class com.google.common.base.CharMatcher
- 
Returns a string containing all matching characters of a character sequence, in order. 
- retainOccurrences(Multiset<?>, Multiset<?>) - Static method in class com.google.common.collect.Multisets
- 
Modifies multisetToModifyso that its count for an elementeis at mostmultisetToRetain.count(e).
 
- rethrow(Throwable) - Method in class com.google.common.io.Closer
- 
Stores the given throwable and rethrows it. 
- rethrow(Throwable, Class<X>) - Method in class com.google.common.io.Closer
- 
Stores the given throwable and rethrows it. 
- rethrow(Throwable, Class<X1>, Class<X2>) - Method in class com.google.common.io.Closer
- 
Stores the given throwable and rethrows it. 
- RETRY_AFTER - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Retry-Afterheader field name.
 
- returning(Class<R1>) - Method in class com.google.common.reflect.Invokable
- 
Explicitly specifies the return type of this Invokable.
 
- returning(TypeToken<R1>) - Method in class com.google.common.reflect.Invokable
- 
Explicitly specifies the return type of this Invokable.
 
- returning(T) - Static method in class com.google.common.util.concurrent.Callables
- 
Creates a Callablewhich immediately returns a preset value each time it is called.
 
- reverse() - Method in class com.google.common.base.Converter
- 
Returns the reversed view of this converter, which converts this.convert(a)back to a
 value roughly equivalent toa.
 
- reverse() - Method in class com.google.common.collect.ImmutableList
- 
Returns a view of this immutable list in reverse order. 
- reverse(List<T>) - Static method in class com.google.common.collect.Lists
- 
Returns a reversed view of the specified list. 
- reverse() - Method in class com.google.common.collect.Ordering
- 
- reverseOrder() - Static method in class com.google.common.collect.ImmutableSortedMap
- 
Returns a builder that creates immutable sorted maps whose keys are
 ordered by the reverse of their natural ordering. 
- reverseOrder() - Static method in class com.google.common.collect.ImmutableSortedMultiset
- 
Returns a builder that creates immutable sorted multisets whose elements are ordered by the
 reverse of their natural ordering. 
- reverseOrder() - Static method in class com.google.common.collect.ImmutableSortedSet
- 
Returns a builder that creates immutable sorted sets whose elements are
 ordered by the reverse of their natural ordering. 
- rightChild(T) - Method in class com.google.common.collect.BinaryTreeTraverser
- 
Returns the right child of the specified node, or  Optional.absent() if the specified
 node has no right child. 
- rightValue() - Method in interface com.google.common.collect.MapDifference.ValueDifference
- 
Returns the value from the right map (possibly null). 
- roundToBigInteger(double, RoundingMode) - Static method in class com.google.common.math.DoubleMath
- 
Returns the BigIntegervalue that is equal toxrounded with the specified
 rounding mode, if possible.
 
- roundToInt(double, RoundingMode) - Static method in class com.google.common.math.DoubleMath
- 
Returns the intvalue that is equal toxrounded with the specified rounding
 mode, if possible.
 
- roundToLong(double, RoundingMode) - Static method in class com.google.common.math.DoubleMath
- 
Returns the longvalue that is equal toxrounded with the specified rounding
 mode, if possible.
 
- row(R) - Method in class com.google.common.collect.ArrayTable
- 
Returns a view of all mappings that have the given row key. 
- row(R) - Method in class com.google.common.collect.ForwardingTable
-  
- row(R) - Method in class com.google.common.collect.ImmutableTable
- 
Returns a view of all mappings that have the given row key. 
- row(R) - Method in interface com.google.common.collect.Table
- 
Returns a view of all mappings that have the given row key. 
- row(R) - Method in class com.google.common.collect.TreeBasedTable
- 
Returns a view of all mappings that have the given row key. 
- rowComparator() - Method in class com.google.common.collect.TreeBasedTable
- 
- rowKeyList() - Method in class com.google.common.collect.ArrayTable
- 
Returns, as an immutable list, the row keys provided when the table was
 constructed, including those that are mapped to null values only. 
- rowKeySet() - Method in class com.google.common.collect.ArrayTable
- 
Returns an immutable set of the valid row keys, including those that are
 associated with null values only. 
- rowKeySet() - Method in class com.google.common.collect.ForwardingTable
-  
- rowKeySet() - Method in class com.google.common.collect.ImmutableTable
-  
- rowKeySet() - Method in interface com.google.common.collect.RowSortedTable
- 
Returns a set of row keys that have one or more values in the table. 
- rowKeySet() - Method in interface com.google.common.collect.Table
- 
Returns a set of row keys that have one or more values in the table. 
- rowKeySet() - Method in class com.google.common.collect.TreeBasedTable
-  
- rowMap() - Method in class com.google.common.collect.ArrayTable
-  
- rowMap() - Method in class com.google.common.collect.ForwardingTable
-  
- rowMap() - Method in class com.google.common.collect.ImmutableTable
- 
Returns a view that associates each row key with the corresponding map from
 column keys to values. 
- rowMap() - Method in interface com.google.common.collect.RowSortedTable
- 
Returns a view that associates each row key with the corresponding map from
 column keys to values. 
- rowMap() - Method in interface com.google.common.collect.Table
- 
Returns a view that associates each row key with the corresponding map from
 column keys to values. 
- rowMap() - Method in class com.google.common.collect.TreeBasedTable
-  
- RowSortedTable<R,C,V> - Interface in com.google.common.collect
- 
Interface that extends Tableand whose rows are sorted.
 
- RS - Static variable in class com.google.common.base.Ascii
- 
Record Separator: These four information separators may be used within data in optional
 fashion, except that their hierarchical relationship shall be: FS is the most inclusive, then
 GS, then RS, and US is least inclusive. 
- RTF_UTF_8 - Static variable in class com.google.common.net.MediaType
-  
- run() - Method in class com.google.common.util.concurrent.AbstractExecutionThreadService
- 
Run the service. 
- Runnables - Class in com.google.common.util.concurrent
- 
Static utility methods pertaining to the  Runnable interface. 
- running() - Method in class com.google.common.util.concurrent.Service.Listener
- 
- runOneIteration() - Method in class com.google.common.util.concurrent.AbstractScheduledService
- 
Run one iteration of the scheduled task. 
- sampleCovariance() - Method in class com.google.common.math.PairedStats
- 
Returns the sample covariance of the values. 
- sampleCovariance() - Method in class com.google.common.math.PairedStatsAccumulator
- 
Returns the sample covariance of the values. 
- sampleStandardDeviation() - Method in class com.google.common.math.Stats
- 
- sampleStandardDeviation() - Method in class com.google.common.math.StatsAccumulator
- 
- sampleVariance() - Method in class com.google.common.math.Stats
- 
- sampleVariance() - Method in class com.google.common.math.StatsAccumulator
- 
- saturatedAdd(int, int) - Static method in class com.google.common.math.IntMath
- 
Returns the sum of aandbunless it would overflow or underflow in which caseInteger.MAX_VALUEorInteger.MIN_VALUEis returned, respectively.
 
- saturatedAdd(long, long) - Static method in class com.google.common.math.LongMath
- 
Returns the sum of aandbunless it would overflow or underflow in which caseLong.MAX_VALUEorLong.MIN_VALUEis returned, respectively.
 
- saturatedCast(long) - Static method in class com.google.common.primitives.Chars
- 
Returns the charnearest in value tovalue.
 
- saturatedCast(long) - Static method in class com.google.common.primitives.Ints
- 
Returns the intnearest in value tovalue.
 
- saturatedCast(long) - Static method in class com.google.common.primitives.Shorts
- 
Returns the shortnearest in value tovalue.
 
- saturatedCast(long) - Static method in class com.google.common.primitives.SignedBytes
- 
Returns the bytenearest in value tovalue.
 
- saturatedCast(long) - Static method in class com.google.common.primitives.UnsignedBytes
- 
Returns the bytevalue that, when treated as unsigned, is nearest in value tovalue.
 
- saturatedCast(long) - Static method in class com.google.common.primitives.UnsignedInts
- 
Returns the intvalue that, when treated as unsigned, is nearest in value tovalue.
 
- saturatedMultiply(int, int) - Static method in class com.google.common.math.IntMath
- 
Returns the product of aandbunless it would overflow or underflow in which
 caseInteger.MAX_VALUEorInteger.MIN_VALUEis returned, respectively.
 
- saturatedMultiply(long, long) - Static method in class com.google.common.math.LongMath
- 
Returns the product of aandbunless it would overflow or underflow in which
 caseLong.MAX_VALUEorLong.MIN_VALUEis returned, respectively.
 
- saturatedPow(int, int) - Static method in class com.google.common.math.IntMath
- 
Returns the bto thekth power, unless it would overflow or underflow in which
 caseInteger.MAX_VALUEorInteger.MIN_VALUEis returned, respectively.
 
- saturatedPow(long, int) - Static method in class com.google.common.math.LongMath
- 
Returns the bto thekth power, unless it would overflow or underflow in which
 caseLong.MAX_VALUEorLong.MIN_VALUEis returned, respectively.
 
- saturatedSubtract(int, int) - Static method in class com.google.common.math.IntMath
- 
Returns the difference of aandbunless it would overflow or underflow in
 which caseInteger.MAX_VALUEorInteger.MIN_VALUEis returned, respectively.
 
- saturatedSubtract(long, long) - Static method in class com.google.common.math.LongMath
- 
Returns the difference of aandbunless it would overflow or underflow in
 which caseLong.MAX_VALUEorLong.MIN_VALUEis returned, respectively.
 
- scale(int) - Static method in class com.google.common.math.Quantiles
- 
Specifies the computation of q-quantiles. 
- Schedule(long, TimeUnit) - Constructor for class com.google.common.util.concurrent.AbstractScheduledService.CustomScheduler.Schedule
-  
- schedule(Runnable, long, TimeUnit) - Method in interface com.google.common.util.concurrent.ListeningScheduledExecutorService
-  
- schedule(Callable<V>, long, TimeUnit) - Method in interface com.google.common.util.concurrent.ListeningScheduledExecutorService
-  
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface com.google.common.util.concurrent.ListeningScheduledExecutorService
-  
- scheduler() - Method in class com.google.common.util.concurrent.AbstractScheduledService
- 
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface com.google.common.util.concurrent.ListeningScheduledExecutorService
-  
- semaphore(int, int) - Static method in class com.google.common.util.concurrent.Striped
- 
Creates a Striped<Semaphore>with eagerly initialized, strongly referenced semaphores,
 with the specified number of permits.
 
- sequentialFunnel(Funnel<E>) - Static method in class com.google.common.hash.Funnels
- 
Returns a funnel that processes an Iterableby funneling its elements in iteration
 order with the specified funnel.
 
- SERVER - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Serverheader field name.
 
- Service - Interface in com.google.common.util.concurrent
- 
- Service.Listener - Class in com.google.common.util.concurrent
- 
A listener for the various state changes that a  Service goes through in its lifecycle. 
- Service.State - Enum in com.google.common.util.concurrent
- 
The lifecycle states of a service. 
- SERVICE_WORKER - Static variable in class com.google.common.net.HttpHeaders
- 
- SERVICE_WORKER_ALLOWED - Static variable in class com.google.common.net.HttpHeaders
- 
- ServiceManager - Class in com.google.common.util.concurrent
- 
A manager for monitoring and controlling a set of  services. 
- ServiceManager(Iterable<? extends Service>) - Constructor for class com.google.common.util.concurrent.ServiceManager
- 
Constructs a new instance for managing the given services. 
- ServiceManager.Listener - Class in com.google.common.util.concurrent
- 
A listener for the aggregate state changes of the services that are under management. 
- serviceName() - Method in class com.google.common.util.concurrent.AbstractExecutionThreadService
- 
Returns the name of this service. 
- serviceName() - Method in class com.google.common.util.concurrent.AbstractIdleService
- 
Returns the name of this service. 
- serviceName() - Method in class com.google.common.util.concurrent.AbstractScheduledService
- 
Returns the name of this service. 
- servicesByState() - Method in class com.google.common.util.concurrent.ServiceManager
- 
Provides a snapshot of the current state of all the services under management. 
- set(int, int, V) - Method in class com.google.common.collect.ArrayTable
- 
Associates valuewith the specified row and column indices.
 
- set(int, E) - Method in class com.google.common.collect.ForwardingList
-  
- set(E) - Method in class com.google.common.collect.ForwardingListIterator
-  
- set(int, E) - Method in class com.google.common.collect.ImmutableList
- 
- set(E) - Method in class com.google.common.collect.UnmodifiableListIterator
- 
- set(V) - Method in class com.google.common.util.concurrent.AbstractFuture
- 
Sets the result of this  Future unless this  Future has already been cancelled or
 set (including  set asynchronously). 
- set(double) - Method in class com.google.common.util.concurrent.AtomicDouble
- 
Sets to the given value. 
- set(int, double) - Method in class com.google.common.util.concurrent.AtomicDoubleArray
- 
Sets the element at position ito the given value.
 
- set(V) - Method in class com.google.common.util.concurrent.SettableFuture
-  
- SET_COOKIE - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Set-Cookieheader field name.
 
- SET_COOKIE2 - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Set-Cookie2header field name.
 
- setCount(E, int) - Method in class com.google.common.collect.ConcurrentHashMultiset
- 
- setCount(E, int, int) - Method in class com.google.common.collect.ConcurrentHashMultiset
- 
Sets the number of occurrences of elementtonewCount, but only if
 the count is currentlyexpectedOldCount.
 
- setCount(E, int) - Method in class com.google.common.collect.ForwardingMultiset
-  
- setCount(E, int, int) - Method in class com.google.common.collect.ForwardingMultiset
-  
- setCount(E, int) - Method in class com.google.common.collect.ImmutableMultiset.Builder
- 
Adds or removes the necessary occurrences of an element such that the
 element attains the desired count. 
- setCount(E, int) - Method in class com.google.common.collect.ImmutableMultiset
- 
- setCount(E, int, int) - Method in class com.google.common.collect.ImmutableMultiset
- 
- setCount(E, int) - Method in class com.google.common.collect.ImmutableSortedMultiset.Builder
- 
Adds or removes the necessary occurrences of an element such that the element attains the
 desired count. 
- setCount(E, int) - Method in interface com.google.common.collect.Multiset
- 
Adds or removes the necessary occurrences of an element such that the
 element attains the desired count. 
- setCount(E, int, int) - Method in interface com.google.common.collect.Multiset
- 
Conditionally sets the count of an element to a new value, as described in
  Multiset.setCount(Object, int), provided that the element has the expected
 current count. 
- setCount(E, int) - Method in class com.google.common.collect.TreeMultiset
-  
- setCount(E, int, int) - Method in class com.google.common.collect.TreeMultiset
-  
- setDaemon(boolean) - Method in class com.google.common.util.concurrent.ThreadFactoryBuilder
- 
Sets daemon or not for new threads created with this ThreadFactory. 
- setException(Throwable) - Method in class com.google.common.util.concurrent.AbstractFuture
- 
Sets the failed result of this  Future unless this  Future has already been
 cancelled or set (including  set asynchronously). 
- setException(Throwable) - Method in class com.google.common.util.concurrent.SettableFuture
-  
- setFuture(ListenableFuture<? extends V>) - Method in class com.google.common.util.concurrent.AbstractFuture
- 
Sets the result of this Futureto match the supplied inputFutureonce the
 suppliedFutureis done, unless thisFuturehas already been cancelled or set
 (including "set asynchronously," defined below).
 
- setFuture(ListenableFuture<? extends V>) - Method in class com.google.common.util.concurrent.SettableFuture
-  
- SetMultimap<K,V> - Interface in com.google.common.collect
- 
A Multimapthat cannot hold duplicate key-value pairs.
 
- setNameFormat(String) - Method in class com.google.common.util.concurrent.ThreadFactoryBuilder
- 
- setPriority(int) - Method in class com.google.common.util.concurrent.ThreadFactoryBuilder
- 
Sets the priority for new threads created with this ThreadFactory. 
- setRate(double) - Method in class com.google.common.util.concurrent.RateLimiter
- 
Updates the stable rate of this RateLimiter, that is, thepermitsPerSecondargument provided in the factory method that constructed theRateLimiter.
 
- Sets - Class in com.google.common.collect
- 
Static utility methods pertaining to  Set instances. 
- Sets.SetView<E> - Class in com.google.common.collect
- 
An unmodifiable view of a set which may be backed by other sets; this view
 will change as the backing sets do. 
- setSafeRange(char, char) - Method in class com.google.common.escape.Escapers.Builder
- 
Sets the safe range of characters for the escaper. 
- SettableFuture<V> - Class in com.google.common.util.concurrent
- 
- setThreadFactory(ThreadFactory) - Method in class com.google.common.util.concurrent.ThreadFactoryBuilder
- 
Sets the backing  ThreadFactory for new threads created with this ThreadFactory. 
- setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class com.google.common.util.concurrent.ThreadFactoryBuilder
- 
- setUnsafeReplacement(String) - Method in class com.google.common.escape.Escapers.Builder
- 
Sets the replacement string for any characters outside the 'safe' range that have no explicit
 replacement. 
- setValue(V) - Method in class com.google.common.collect.ForwardingMapEntry
-  
- SFNT - Static variable in class com.google.common.net.MediaType
- 
- sha1() - Static method in class com.google.common.hash.Hashing
- 
Returns a hash function implementing the SHA-1 algorithm (160 hash bits) by delegating to the
 SHA-1  MessageDigest. 
- sha256() - Static method in class com.google.common.hash.Hashing
- 
Returns a hash function implementing the SHA-256 algorithm (256 hash bits) by delegating to the
 SHA-256  MessageDigest. 
- sha384() - Static method in class com.google.common.hash.Hashing
- 
Returns a hash function implementing the SHA-384 algorithm (384 hash bits) by delegating to the
 SHA-384  MessageDigest. 
- sha512() - Static method in class com.google.common.hash.Hashing
- 
Returns a hash function implementing the SHA-512 algorithm (512 hash bits) by delegating to the
 SHA-512  MessageDigest. 
- SHOCKWAVE_FLASH - Static variable in class com.google.common.net.MediaType
-  
- Shorts - Class in com.google.common.primitives
- 
Static utility methods pertaining to  short primitives, that are not already found in
 either  Short or  Arrays. 
- shutDown() - Method in class com.google.common.util.concurrent.AbstractExecutionThreadService
- 
Stop the service. 
- shutDown() - Method in class com.google.common.util.concurrent.AbstractIdleService
- 
Stop the service. 
- shutDown() - Method in class com.google.common.util.concurrent.AbstractScheduledService
- 
Stop the service. 
- shutdown() - Method in class com.google.common.util.concurrent.ForwardingExecutorService
-  
- shutdownAndAwaitTermination(ExecutorService, long, TimeUnit) - Static method in class com.google.common.util.concurrent.MoreExecutors
- 
Shuts down the given executor service gradually, first disabling new submissions and later, if
 necessary, cancelling remaining tasks. 
- shutdownNow() - Method in class com.google.common.util.concurrent.ForwardingExecutorService
-  
- SI - Static variable in class com.google.common.base.Ascii
- 
Shift In: A control character indicating that the code combinations which follow shall be
 interpreted according to the standard code table. 
- SignedBytes - Class in com.google.common.primitives
- 
Static utility methods pertaining to byteprimitives that interpret values as signed.
 
- SimpleForwardingCache(Cache<K, V>) - Constructor for class com.google.common.cache.ForwardingCache.SimpleForwardingCache
-  
- SimpleForwardingCheckedFuture(CheckedFuture<V, X>) - Constructor for class com.google.common.util.concurrent.ForwardingCheckedFuture.SimpleForwardingCheckedFuture
-  
- SimpleForwardingFuture(Future<V>) - Constructor for class com.google.common.util.concurrent.ForwardingFuture.SimpleForwardingFuture
-  
- SimpleForwardingListenableFuture(ListenableFuture<V>) - Constructor for class com.google.common.util.concurrent.ForwardingListenableFuture.SimpleForwardingListenableFuture
-  
- SimpleForwardingLoadingCache(LoadingCache<K, V>) - Constructor for class com.google.common.cache.ForwardingLoadingCache.SimpleForwardingLoadingCache
-  
- SimpleStatsCounter() - Constructor for class com.google.common.cache.AbstractCache.SimpleStatsCounter
- 
Constructs an instance with all counts initialized to zero. 
- SimpleTimeLimiter - Class in com.google.common.util.concurrent
- 
A TimeLimiter that runs method calls in the background using an  ExecutorService. 
- SimpleTimeLimiter(ExecutorService) - Constructor for class com.google.common.util.concurrent.SimpleTimeLimiter
- 
Constructs a TimeLimiter instance using the given executor service to execute proxied method
 calls. 
- SimpleTimeLimiter() - Constructor for class com.google.common.util.concurrent.SimpleTimeLimiter
- 
- simplifyPath(String) - Static method in class com.google.common.io.Files
- 
Returns the lexically cleaned form of the path name, usually (but not always) equivalent
 to the original. 
- SINGLE_WIDTH - Static variable in class com.google.common.base.CharMatcher
- 
- singleton(C) - Static method in class com.google.common.collect.Range
- 
Returns a range that  contains only
 the given value. 
- singletonIterator(T) - Static method in class com.google.common.collect.Iterators
- 
Returns an iterator containing only value.
 
- singleWidth() - Static method in class com.google.common.base.CharMatcher
- 
Determines whether a character is single-width (not double-width). 
- sipHash24() - Static method in class com.google.common.hash.Hashing
- 
- sipHash24(long, long) - Static method in class com.google.common.hash.Hashing
- 
- size() - Method in class com.google.common.cache.AbstractCache
-  
- size() - Method in interface com.google.common.cache.Cache
- 
Returns the approximate number of entries in this cache. 
- size() - Method in class com.google.common.cache.ForwardingCache
-  
- size() - Method in class com.google.common.collect.ArrayTable
-  
- size() - Method in class com.google.common.collect.ConcurrentHashMultiset
- 
Returns the total number of all occurrences of all elements in this multiset. 
- size() - Method in class com.google.common.collect.FluentIterable
- 
Returns the number of elements in this fluent iterable. 
- size() - Method in class com.google.common.collect.ForwardingCollection
-  
- size() - Method in class com.google.common.collect.ForwardingMap
-  
- size() - Method in class com.google.common.collect.ForwardingMultimap
-  
- size() - Method in class com.google.common.collect.ForwardingTable
-  
- size() - Method in class com.google.common.collect.HashBiMap
-  
- size() - Method in class com.google.common.collect.ImmutableMultimap
-  
- size() - Method in class com.google.common.collect.ImmutableSortedMap
-  
- size(Iterable<?>) - Static method in class com.google.common.collect.Iterables
- 
Returns the number of elements in iterable.
 
- size(Iterator<?>) - Static method in class com.google.common.collect.Iterators
- 
Returns the number of elements remaining in iterator.
 
- size() - Method in class com.google.common.collect.LinkedListMultimap
-  
- size() - Method in class com.google.common.collect.MinMaxPriorityQueue
-  
- size() - Method in interface com.google.common.collect.Multimap
- 
Returns the number of key-value pairs in this multimap. 
- size() - Method in interface com.google.common.collect.Multiset
- 
Returns the total number of all occurrences of all elements in this multiset. 
- size() - Method in interface com.google.common.collect.Table
- 
Returns the number of row key / column key / value mappings in the table. 
- size() - Method in class com.google.common.collect.TreeMultiset
-  
- size() - Method in class com.google.common.io.ByteSource
- 
Returns the size of this source in bytes, even if doing so requires opening and traversing an
 entire stream. 
- size() - Method in class com.google.common.util.concurrent.AtomicLongMap
- 
Returns the number of key-value mappings in this map. 
- size() - Method in class com.google.common.util.concurrent.Striped
- 
Returns the total number of stripes in this instance. 
- sizeIfKnown() - Method in class com.google.common.io.ByteSource
- 
Returns the size of this source in bytes, if the size can be easily determined without actually
 opening the data stream. 
- SKETCHUP - Static variable in class com.google.common.net.MediaType
-  
- skip(int) - Method in class com.google.common.collect.FluentIterable
- 
Returns a view of this fluent iterable that skips its first numberToSkipelements.
 
- skip(Iterable<T>, int) - Static method in class com.google.common.collect.Iterables
- 
Returns a view of iterablethat skips its firstnumberToSkipelements.
 
- skip(long) - Method in class com.google.common.io.CountingInputStream
-  
- skipBytes(int) - Method in interface com.google.common.io.ByteArrayDataInput
-  
- skipBytes(int) - Method in class com.google.common.io.LittleEndianDataInputStream
-  
- skipFully(InputStream, long) - Static method in class com.google.common.io.ByteStreams
- 
Discards nbytes of data from the input stream.
 
- skipFully(Reader, long) - Static method in class com.google.common.io.CharStreams
- 
Discards ncharacters of data from the reader.
 
- skipNulls() - Method in class com.google.common.base.Joiner
- 
Returns a joiner with the same behavior as this joiner, except automatically skipping over any
 provided null elements. 
- sleepUninterruptibly(long, TimeUnit) - Static method in class com.google.common.util.concurrent.Uninterruptibles
- 
- slice(long, long) - Method in class com.google.common.io.ByteSource
- 
Returns a view of a slice of this byte source that is at most lengthbytes long
 starting at the givenoffset.
 
- slope() - Method in class com.google.common.math.LinearTransformation
- 
Returns the slope of the transformation, i.e. 
- snapshot() - Method in class com.google.common.cache.AbstractCache.SimpleStatsCounter
-  
- snapshot() - Method in interface com.google.common.cache.AbstractCache.StatsCounter
- 
Returns a snapshot of this counter's values. 
- snapshot() - Method in class com.google.common.math.PairedStatsAccumulator
- 
Returns an immutable snapshot of the current statistics. 
- snapshot() - Method in class com.google.common.math.StatsAccumulator
- 
Returns an immutable snapshot of the current statistics. 
- SO - Static variable in class com.google.common.base.Ascii
- 
Shift Out: A control character indicating that the code combinations which follow shall be
 interpreted as outside of the character set of the standard code table until a Shift In
 character is reached. 
- SOAP_XML_UTF_8 - Static variable in class com.google.common.net.MediaType
- 
As described in  RFC 3902, this constant
 ( application/soap+xml) is used to identify SOAP 1.2 message envelopes that have been
 serialized with XML 1.0. 
- softValues() - Method in class com.google.common.cache.CacheBuilder
- 
Specifies that each value (not key) stored in the cache should be wrapped in a
  SoftReference (by default, strong references are used). 
- SOH - Static variable in class com.google.common.base.Ascii
- 
Start of Heading: A communication control character used at the beginning of a sequence of
 characters which constitute a machine-sensible address or routing information. 
- sort(Comparator<? super E>) - Method in class com.google.common.collect.ImmutableList
- 
- sorted(Comparator<S>) - Static method in class com.google.common.graph.ElementOrder
- 
Returns an instance which specifies that the ordering of the elements is guaranteed to be
 determined by comparator.
 
- sortedCopy(Iterable<E>) - Method in class com.google.common.collect.Ordering
- 
Returns a mutable list containing elementssorted by this ordering; use this
 only when the resulting list may need further modification, or may containnull.
 
- sortedCopyOf(Iterable<? extends E>) - Static method in class com.google.common.collect.ImmutableList
- 
Returns an immutable list containing the given elements, sorted according to their natural
 order. 
- sortedCopyOf(Comparator<? super E>, Iterable<? extends E>) - Static method in class com.google.common.collect.ImmutableList
- 
Returns an immutable list containing the given elements, in sorted order relative to the
 specified comparator. 
- SortedMapDifference<K,V> - Interface in com.google.common.collect
- 
An object representing the differences between two sorted maps. 
- SortedMultiset<E> - Interface in com.google.common.collect
- 
A  Multiset which maintains the ordering of its elements, according to
 either their natural order or an explicit  Comparator. 
- SortedSetMultimap<K,V> - Interface in com.google.common.collect
- 
A  SetMultimap whose set of values for a given key are kept sorted;
 that is, they comprise a  SortedSet. 
- source() - Method in class com.google.common.graph.EndpointPair
- 
- SP - Static variable in class com.google.common.base.Ascii
- 
Space: A normally non-printing graphic character used to separate words. 
- SPACE - Static variable in class com.google.common.base.Ascii
- 
- span() - Method in class com.google.common.collect.ImmutableRangeMap
-  
- span() - Method in class com.google.common.collect.ImmutableRangeSet
-  
- span(Range<C>) - Method in class com.google.common.collect.Range
- 
Returns the minimal range that  encloses both this range and  other. 
- span() - Method in interface com.google.common.collect.RangeMap
- 
Returns the minimal range  enclosing the ranges
 in this  RangeMap. 
- span() - Method in interface com.google.common.collect.RangeSet
- 
Returns the minimal range which  encloses all ranges
 in this range set. 
- span() - Method in class com.google.common.collect.TreeRangeMap
-  
- span() - Method in class com.google.common.collect.TreeRangeSet
-  
- split(CharSequence) - Method in class com.google.common.base.Splitter.MapSplitter
- 
Splits sequenceinto substrings, splits each substring into an entry, and returns an
 unmodifiable map with each of the entries.
 
- split(CharSequence) - Method in class com.google.common.base.Splitter
- 
Splits  sequence into string components and makes them available through an
  Iterator, which may be lazily evaluated. 
- spliterator() - Method in class com.google.common.collect.ImmutableCollection
-  
- spliterator() - Method in class com.google.common.collect.ImmutableList
-  
- spliterator() - Method in class com.google.common.collect.ImmutableSortedSet
-  
- spliterator() - Method in interface com.google.common.collect.Multiset
-  
- Splitter - Class in com.google.common.base
- 
Extracts non-overlapping substrings from an input string, typically by recognizing appearances of
 a separator sequence. 
- Splitter.MapSplitter - Class in com.google.common.base
- 
An object that splits strings into maps as Splittersplits iterables and lists.
 
- splitToList(CharSequence) - Method in class com.google.common.base.Splitter
- 
Splits sequenceinto string components and returns them as an immutable list.
 
- sqrt(BigInteger, RoundingMode) - Static method in class com.google.common.math.BigIntegerMath
- 
Returns the square root of x, rounded with the specified rounding mode.
 
- sqrt(int, RoundingMode) - Static method in class com.google.common.math.IntMath
- 
Returns the square root of x, rounded with the specified rounding mode.
 
- sqrt(long, RoundingMode) - Static method in class com.google.common.math.LongMath
- 
Returns the square root of x, rounded with the specified rounding mode.
 
- standardAdd(E) - Method in class com.google.common.collect.ForwardingList
- 
- standardAdd(E) - Method in class com.google.common.collect.ForwardingMultiset
- 
- standardAddAll(Collection<? extends E>) - Method in class com.google.common.collect.ForwardingCollection
- 
- standardAddAll(int, Iterable<? extends E>) - Method in class com.google.common.collect.ForwardingList
- 
- standardAddAll(Collection<? extends E>) - Method in class com.google.common.collect.ForwardingMultiset
- 
- standardCeiling(E) - Method in class com.google.common.collect.ForwardingNavigableSet
- 
- standardCeilingEntry(K) - Method in class com.google.common.collect.ForwardingNavigableMap
- 
- standardCeilingKey(K) - Method in class com.google.common.collect.ForwardingNavigableMap
- 
- standardClear() - Method in class com.google.common.collect.ForwardingCollection
- 
- standardClear() - Method in class com.google.common.collect.ForwardingMap
- 
- standardClear() - Method in class com.google.common.collect.ForwardingMultiset
- 
- standardContains(Object) - Method in class com.google.common.collect.ForwardingCollection
- 
- standardContains(Object) - Method in class com.google.common.collect.ForwardingMultiset
- 
- standardContains(Object) - Method in class com.google.common.collect.ForwardingSortedSet
- 
- standardContainsAll(Collection<?>) - Method in class com.google.common.collect.ForwardingCollection
- 
- standardContainsKey(Object) - Method in class com.google.common.collect.ForwardingMap
- 
- standardContainsKey(Object) - Method in class com.google.common.collect.ForwardingSortedMap
- 
- standardContainsValue(Object) - Method in class com.google.common.collect.ForwardingMap
- 
- standardCount(Object) - Method in class com.google.common.collect.ForwardingMultiset
- 
- standardDescendingKeySet() - Method in class com.google.common.collect.ForwardingNavigableMap
- 
- StandardDescendingMap() - Constructor for class com.google.common.collect.ForwardingNavigableMap.StandardDescendingMap
- 
Constructor for use by subclasses. 
- StandardDescendingMultiset() - Constructor for class com.google.common.collect.ForwardingSortedMultiset.StandardDescendingMultiset
- 
Constructor for use by subclasses. 
- StandardDescendingSet() - Constructor for class com.google.common.collect.ForwardingNavigableSet.StandardDescendingSet
- 
Constructor for use by subclasses. 
- StandardElementSet() - Constructor for class com.google.common.collect.ForwardingMultiset.StandardElementSet
- 
Constructor for use by subclasses. 
- StandardElementSet() - Constructor for class com.google.common.collect.ForwardingSortedMultiset.StandardElementSet
- 
Constructor for use by subclasses. 
- StandardEntrySet() - Constructor for class com.google.common.collect.ForwardingMap.StandardEntrySet
- 
Constructor for use by subclasses. 
- standardEquals(Object) - Method in class com.google.common.collect.ForwardingList
- 
- standardEquals(Object) - Method in class com.google.common.collect.ForwardingMap
- 
- standardEquals(Object) - Method in class com.google.common.collect.ForwardingMapEntry
- 
- standardEquals(Object) - Method in class com.google.common.collect.ForwardingMultiset
- 
- standardEquals(Object) - Method in class com.google.common.collect.ForwardingSet
- 
- standardFirst() - Method in class com.google.common.collect.ForwardingNavigableSet
-  
- standardFirstEntry() - Method in class com.google.common.collect.ForwardingNavigableMap
- 
- standardFirstEntry() - Method in class com.google.common.collect.ForwardingSortedMultiset
- 
- standardFirstKey() - Method in class com.google.common.collect.ForwardingNavigableMap
- 
- standardFloor(E) - Method in class com.google.common.collect.ForwardingNavigableSet
- 
- standardFloorEntry(K) - Method in class com.google.common.collect.ForwardingNavigableMap
- 
- standardFloorKey(K) - Method in class com.google.common.collect.ForwardingNavigableMap
- 
- standardHashCode() - Method in class com.google.common.collect.ForwardingList
- 
- standardHashCode() - Method in class com.google.common.collect.ForwardingMap
- 
- standardHashCode() - Method in class com.google.common.collect.ForwardingMapEntry
- 
- standardHashCode() - Method in class com.google.common.collect.ForwardingMultiset
- 
- standardHashCode() - Method in class com.google.common.collect.ForwardingSet
- 
- standardHeadMap(K) - Method in class com.google.common.collect.ForwardingNavigableMap
- 
- standardHeadSet(E) - Method in class com.google.common.collect.ForwardingNavigableSet
- 
- standardHigher(E) - Method in class com.google.common.collect.ForwardingNavigableSet
- 
- standardHigherEntry(K) - Method in class com.google.common.collect.ForwardingNavigableMap
- 
- standardHigherKey(K) - Method in class com.google.common.collect.ForwardingNavigableMap
- 
- standardIndexOf(Object) - Method in class com.google.common.collect.ForwardingList
- 
- standardIsEmpty() - Method in class com.google.common.collect.ForwardingCollection
- 
- standardIsEmpty() - Method in class com.google.common.collect.ForwardingMap
- 
- standardIterator() - Method in class com.google.common.collect.ForwardingList
- 
- standardIterator() - Method in class com.google.common.collect.ForwardingMultiset
- 
- StandardKeySet() - Constructor for class com.google.common.collect.ForwardingMap.StandardKeySet
- 
Constructor for use by subclasses. 
- StandardKeySet() - Constructor for class com.google.common.collect.ForwardingSortedMap.StandardKeySet
- 
Constructor for use by subclasses. 
- standardLast() - Method in class com.google.common.collect.ForwardingNavigableSet
-  
- standardLastEntry() - Method in class com.google.common.collect.ForwardingNavigableMap
- 
- standardLastEntry() - Method in class com.google.common.collect.ForwardingSortedMultiset
- 
- standardLastIndexOf(Object) - Method in class com.google.common.collect.ForwardingList
- 
- standardLastKey() - Method in class com.google.common.collect.ForwardingNavigableMap
- 
- standardListIterator() - Method in class com.google.common.collect.ForwardingList
- 
- standardListIterator(int) - Method in class com.google.common.collect.ForwardingList
- 
- standardLower(E) - Method in class com.google.common.collect.ForwardingNavigableSet
- 
- standardLowerEntry(K) - Method in class com.google.common.collect.ForwardingNavigableMap
- 
- standardLowerKey(K) - Method in class com.google.common.collect.ForwardingNavigableMap
- 
- StandardNavigableKeySet() - Constructor for class com.google.common.collect.ForwardingNavigableMap.StandardNavigableKeySet
- 
Constructor for use by subclasses. 
- standardOffer(E) - Method in class com.google.common.collect.ForwardingQueue
- 
- standardPeek() - Method in class com.google.common.collect.ForwardingQueue
- 
- standardPoll() - Method in class com.google.common.collect.ForwardingQueue
- 
- standardPollFirst() - Method in class com.google.common.collect.ForwardingNavigableSet
- 
- standardPollFirstEntry() - Method in class com.google.common.collect.ForwardingNavigableMap
- 
- standardPollFirstEntry() - Method in class com.google.common.collect.ForwardingSortedMultiset
- 
- standardPollLast() - Method in class com.google.common.collect.ForwardingNavigableSet
- 
- standardPollLastEntry() - Method in class com.google.common.collect.ForwardingNavigableMap
- 
- standardPollLastEntry() - Method in class com.google.common.collect.ForwardingSortedMultiset
- 
- standardPutAll(Map<? extends K, ? extends V>) - Method in class com.google.common.collect.ForwardingMap
- 
- standardRemove(Object) - Method in class com.google.common.collect.ForwardingCollection
- 
- standardRemove(Object) - Method in class com.google.common.collect.ForwardingMap
- 
- standardRemove(Object) - Method in class com.google.common.collect.ForwardingMultiset
- 
- standardRemove(Object) - Method in class com.google.common.collect.ForwardingSortedSet
- 
- standardRemoveAll(Collection<?>) - Method in class com.google.common.collect.ForwardingCollection
- 
- standardRemoveAll(Collection<?>) - Method in class com.google.common.collect.ForwardingMultiset
- 
- standardRemoveAll(Collection<?>) - Method in class com.google.common.collect.ForwardingSet
- 
- standardRetainAll(Collection<?>) - Method in class com.google.common.collect.ForwardingCollection
- 
- standardRetainAll(Collection<?>) - Method in class com.google.common.collect.ForwardingMultiset
- 
- standardSetCount(E, int) - Method in class com.google.common.collect.ForwardingMultiset
- 
- standardSetCount(E, int, int) - Method in class com.google.common.collect.ForwardingMultiset
- 
- standardSize() - Method in class com.google.common.collect.ForwardingMultiset
- 
- standardSubList(int, int) - Method in class com.google.common.collect.ForwardingList
- 
- standardSubMap(K, K) - Method in class com.google.common.collect.ForwardingNavigableMap
- 
- standardSubMap(K, K) - Method in class com.google.common.collect.ForwardingSortedMap
- 
- standardSubMultiset(E, BoundType, E, BoundType) - Method in class com.google.common.collect.ForwardingSortedMultiset
- 
- standardSubSet(E, boolean, E, boolean) - Method in class com.google.common.collect.ForwardingNavigableSet
- 
- standardSubSet(E, E) - Method in class com.google.common.collect.ForwardingNavigableSet
- 
- standardSubSet(E, E) - Method in class com.google.common.collect.ForwardingSortedSet
- 
- StandardSystemProperty - Enum in com.google.common.base
- 
- standardTailMap(K) - Method in class com.google.common.collect.ForwardingNavigableMap
- 
- standardTailSet(E) - Method in class com.google.common.collect.ForwardingNavigableSet
- 
- standardToArray() - Method in class com.google.common.collect.ForwardingCollection
- 
- standardToArray(T[]) - Method in class com.google.common.collect.ForwardingCollection
- 
- standardToString() - Method in class com.google.common.collect.ForwardingCollection
- 
- standardToString() - Method in class com.google.common.collect.ForwardingMap
- 
- standardToString() - Method in class com.google.common.collect.ForwardingMapEntry
- 
- standardToString() - Method in class com.google.common.collect.ForwardingMultiset
- 
- StandardValues() - Constructor for class com.google.common.collect.ForwardingMap.StandardValues
- 
Constructor for use by subclasses. 
- start() - Method in class com.google.common.base.Stopwatch
- 
Starts the stopwatch. 
- start() - Static method in class com.google.common.collect.ComparisonChain
- 
Begins a new chained comparison statement. 
- startAsync() - Method in class com.google.common.util.concurrent.AbstractExecutionThreadService
-  
- startAsync() - Method in class com.google.common.util.concurrent.AbstractIdleService
-  
- startAsync() - Method in class com.google.common.util.concurrent.AbstractScheduledService
-  
- startAsync() - Method in class com.google.common.util.concurrent.AbstractService
-  
- startAsync() - Method in interface com.google.common.util.concurrent.Service
- 
If the service state is  Service.State.NEW, this initiates service startup and returns
 immediately. 
- startAsync() - Method in class com.google.common.util.concurrent.ServiceManager
- 
Initiates service  startup on all the services being managed. 
- starting() - Method in class com.google.common.util.concurrent.Service.Listener
- 
Called when the service transitions from  NEW to
  STARTING. 
- startUp() - Method in class com.google.common.util.concurrent.AbstractExecutionThreadService
- 
Start the service. 
- startUp() - Method in class com.google.common.util.concurrent.AbstractIdleService
- 
Start the service. 
- startUp() - Method in class com.google.common.util.concurrent.AbstractScheduledService
- 
Start the service. 
- startupTimes() - Method in class com.google.common.util.concurrent.ServiceManager
- 
Returns the service load times. 
- state() - Method in class com.google.common.util.concurrent.AbstractExecutionThreadService
-  
- state() - Method in class com.google.common.util.concurrent.AbstractIdleService
-  
- state() - Method in class com.google.common.util.concurrent.AbstractScheduledService
-  
- state() - Method in class com.google.common.util.concurrent.AbstractService
-  
- state() - Method in interface com.google.common.util.concurrent.Service
- 
Returns the lifecycle state of the service. 
- stats() - Method in class com.google.common.cache.AbstractCache
-  
- stats() - Method in interface com.google.common.cache.Cache
- 
Returns a current snapshot of this cache's cumulative statistics, or a set of default values if
 the cache is not recording statistics. 
- stats() - Method in class com.google.common.cache.ForwardingCache
-  
- Stats - Class in com.google.common.math
- 
A bundle of statistical summary values -- sum, count, mean/average, min and max, and several
 forms of variance -- that were computed from a single set of zero or more floating-point values. 
- StatsAccumulator - Class in com.google.common.math
- 
A mutable object which accumulates double values and tracks some basic statistics over all the
 values added so far. 
- StatsAccumulator() - Constructor for class com.google.common.math.StatsAccumulator
-  
- stop() - Method in class com.google.common.base.Stopwatch
- 
Stops the stopwatch. 
- stopAsync() - Method in class com.google.common.util.concurrent.AbstractExecutionThreadService
-  
- stopAsync() - Method in class com.google.common.util.concurrent.AbstractIdleService
-  
- stopAsync() - Method in class com.google.common.util.concurrent.AbstractScheduledService
-  
- stopAsync() - Method in class com.google.common.util.concurrent.AbstractService
-  
- stopAsync() - Method in interface com.google.common.util.concurrent.Service
- 
If the service is  starting or  running,
 this initiates service shutdown and returns immediately. 
- stopAsync() - Method in class com.google.common.util.concurrent.ServiceManager
- 
Initiates service  shutdown if necessary on all the services
 being managed. 
- stopped() - Method in class com.google.common.util.concurrent.ServiceManager.Listener
- 
Called when the all of the component services have reached a terminal state, either
  terminated or  failed. 
- stopping(Service.State) - Method in class com.google.common.util.concurrent.Service.Listener
- 
Called when the service transitions to the  STOPPING state. 
- Stopwatch - Class in com.google.common.base
- 
An object that measures elapsed time in nanoseconds. 
- stream() - Method in class com.google.common.collect.FluentIterable
- 
Returns a stream of this fluent iterable's contents (similar to calling  Collection.stream() on a collecion). 
- stream(Iterable<T>) - Static method in class com.google.common.collect.Streams
- 
- stream(Collection<T>) - Static method in class com.google.common.collect.Streams
- 
- stream(Iterator<T>) - Static method in class com.google.common.collect.Streams
- 
Returns a sequential  Stream of the remaining contents of  iterator. 
- stream(Optional<T>) - Static method in class com.google.common.collect.Streams
- 
If a value is present in optional, returns a stream containing only that element,
 otherwise returns an empty stream.
 
- stream(Optional<T>) - Static method in class com.google.common.collect.Streams
- 
If a value is present in optional, returns a stream containing only that element,
 otherwise returns an empty stream.
 
- stream(OptionalInt) - Static method in class com.google.common.collect.Streams
- 
If a value is present in optional, returns a stream containing only that element,
 otherwise returns an empty stream.
 
- stream(OptionalLong) - Static method in class com.google.common.collect.Streams
- 
If a value is present in optional, returns a stream containing only that element,
 otherwise returns an empty stream.
 
- stream(OptionalDouble) - Static method in class com.google.common.collect.Streams
- 
If a value is present in optional, returns a stream containing only that element,
 otherwise returns an empty stream.
 
- Streams - Class in com.google.common.collect
- 
Static utility methods related to Streaminstances.
 
- Streams.DoubleFunctionWithIndex<R> - Interface in com.google.common.collect
- 
- Streams.FunctionWithIndex<T,R> - Interface in com.google.common.collect
- 
An analogue of  Function also accepting an index. 
- Streams.IntFunctionWithIndex<R> - Interface in com.google.common.collect
- 
- Streams.LongFunctionWithIndex<R> - Interface in com.google.common.collect
- 
- STRICT_TRANSPORT_SECURITY - Static variable in class com.google.common.net.HttpHeaders
- 
- stringConverter(Class<T>) - Static method in class com.google.common.base.Enums
- 
- stringConverter() - Static method in class com.google.common.primitives.Doubles
- 
- stringConverter() - Static method in class com.google.common.primitives.Floats
- 
- stringConverter() - Static method in class com.google.common.primitives.Ints
- 
- stringConverter() - Static method in class com.google.common.primitives.Longs
- 
- stringConverter() - Static method in class com.google.common.primitives.Shorts
- 
- stringFunnel(Charset) - Static method in class com.google.common.hash.Funnels
- 
Returns a funnel that encodes the characters of a CharSequencewith the specifiedCharset.
 
- Strings - Class in com.google.common.base
- 
Static utility methods pertaining to StringorCharSequenceinstances.
 
- Striped<L> - Class in com.google.common.util.concurrent
- 
A striped Lock/Semaphore/ReadWriteLock.
 
- strong() - Method in class com.google.common.collect.Interners.InternerBuilder
- 
- STX - Static variable in class com.google.common.base.Ascii
- 
Start of Text: A communication control character which precedes a sequence of characters that
 is to be treated as an entity and entirely transmitted through to the ultimate destination. 
- SUB - Static variable in class com.google.common.base.Ascii
- 
Substitute: A character that may be substituted for a character which is determined to be
 invalid or in error. 
- subList(int, int) - Method in class com.google.common.collect.ForwardingList
-  
- subList(int, int) - Method in class com.google.common.collect.ImmutableList
- 
Returns an immutable list of the elements between the specified fromIndex, inclusive, andtoIndex, exclusive.
 
- subMap(K, boolean, K, boolean) - Method in class com.google.common.collect.ForwardingNavigableMap
-  
- subMap(K, K) - Method in class com.google.common.collect.ForwardingSortedMap
-  
- subMap(K, K) - Method in class com.google.common.collect.ImmutableSortedMap
- 
This method returns a ImmutableSortedMap, consisting of the entries
 whose keys ranges fromfromKey, inclusive, totoKey,
 exclusive.
 
- subMap(K, boolean, K, boolean) - Method in class com.google.common.collect.ImmutableSortedMap
- 
This method returns a ImmutableSortedMap, consisting of the entries
 whose keys ranges fromfromKeytotoKey, inclusive or
 exclusive as indicated by the boolean flags.
 
- subMap(NavigableMap<K, V>, Range<K>) - Static method in class com.google.common.collect.Maps
- 
Returns a view of the portion of mapwhose keys are contained byrange.
 
- submit(Runnable) - Method in class com.google.common.util.concurrent.AbstractListeningExecutorService
-  
- submit(Runnable, T) - Method in class com.google.common.util.concurrent.AbstractListeningExecutorService
-  
- submit(Callable<T>) - Method in class com.google.common.util.concurrent.AbstractListeningExecutorService
-  
- submit(Callable<T>) - Method in class com.google.common.util.concurrent.ForwardingExecutorService
-  
- submit(Runnable) - Method in class com.google.common.util.concurrent.ForwardingExecutorService
-  
- submit(Runnable, T) - Method in class com.google.common.util.concurrent.ForwardingExecutorService
-  
- submit(Callable<T>) - Method in class com.google.common.util.concurrent.ForwardingListeningExecutorService
-  
- submit(Runnable) - Method in class com.google.common.util.concurrent.ForwardingListeningExecutorService
-  
- submit(Runnable, T) - Method in class com.google.common.util.concurrent.ForwardingListeningExecutorService
-  
- submit(Callable<T>) - Method in interface com.google.common.util.concurrent.ListeningExecutorService
-  
- submit(Runnable) - Method in interface com.google.common.util.concurrent.ListeningExecutorService
-  
- submit(Runnable, T) - Method in interface com.google.common.util.concurrent.ListeningExecutorService
-  
- subMultiset(E, BoundType, E, BoundType) - Method in class com.google.common.collect.ForwardingSortedMultiset
-  
- subMultiset(E, BoundType, E, BoundType) - Method in class com.google.common.collect.ImmutableSortedMultiset
-  
- subMultiset(E, BoundType, E, BoundType) - Method in interface com.google.common.collect.SortedMultiset
- 
Returns a view of this multiset restricted to the range between
 lowerBoundandupperBound.
 
- subRangeMap(Range<K>) - Method in class com.google.common.collect.ImmutableRangeMap
-  
- subRangeMap(Range<K>) - Method in interface com.google.common.collect.RangeMap
- 
Returns a view of the part of this range map that intersects with range.
 
- subRangeMap(Range<K>) - Method in class com.google.common.collect.TreeRangeMap
-  
- subRangeSet(Range<C>) - Method in class com.google.common.collect.ImmutableRangeSet
- 
Returns a view of the intersection of this range set with the given range. 
- subRangeSet(Range<C>) - Method in interface com.google.common.collect.RangeSet
- 
Returns a view of the intersection of this RangeSetwith the specified range.
 
- subRangeSet(Range<C>) - Method in class com.google.common.collect.TreeRangeSet
-  
- Subscribe - Annotation Type in com.google.common.eventbus
- 
Marks a method as an event subscriber. 
- SubscriberExceptionContext - Class in com.google.common.eventbus
- 
Context for an exception thrown by a subscriber. 
- SubscriberExceptionHandler - Interface in com.google.common.eventbus
- 
Handler for exceptions thrown by event subscribers. 
- subSet(C, C) - Method in class com.google.common.collect.ContiguousSet
-  
- subSet(C, boolean, C, boolean) - Method in class com.google.common.collect.ContiguousSet
-  
- subSet(E, boolean, E, boolean) - Method in class com.google.common.collect.ForwardingNavigableSet
-  
- subSet(E, E) - Method in class com.google.common.collect.ForwardingSortedSet
-  
- subSet(E, E) - Method in class com.google.common.collect.ImmutableSortedSet
- subSet(E, boolean, E, boolean) - Method in class com.google.common.collect.ImmutableSortedSet
-  
- subSet(NavigableSet<K>, Range<K>) - Static method in class com.google.common.collect.Sets
- 
Returns a view of the portion of setwhose elements are contained byrange.
 
- subtype() - Method in class com.google.common.net.MediaType
- 
Returns the media subtype. 
- subtypeOf(Class<?>) - Static method in class com.google.common.base.Predicates
- 
Returns a predicate that evaluates to trueif the class being tested is assignable
 to (is a subtype of)clazz.
 
- successfulAsList(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
 successful input futures.
 
- successfulAsList(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
 successful input futures.
 
- successors(Object) - Method in interface com.google.common.graph.Graph
- 
Returns all nodes in this graph adjacent to nodewhich can be reached by traversingnode's outgoing edges in the direction (if any) of the edge.
 
- successors(Object) - Method in interface com.google.common.graph.Network
- 
Returns all nodes in this network adjacent to nodewhich can be reached by traversingnode's outgoing edges in the direction (if any) of the edge.
 
- sum(Multiset<? extends E>, Multiset<? extends E>) - Static method in class com.google.common.collect.Multisets
- 
Returns an unmodifiable view of the sum of two multisets. 
- sum() - Method in class com.google.common.math.Stats
- 
Returns the sum of the values. 
- sum() - Method in class com.google.common.math.StatsAccumulator
- 
Returns the sum of the values. 
- sum() - Method in class com.google.common.util.concurrent.AtomicLongMap
- 
Returns the sum of all values in this map. 
- Supplier<T> - Interface in com.google.common.base
- 
Legacy version of java.util.function.Supplier.
 
- supplierFunction() - Static method in class com.google.common.base.Suppliers
- 
Returns a function that accepts a supplier and returns the result of invoking  Supplier.get() on that supplier. 
- Suppliers - Class in com.google.common.base
- 
Useful suppliers. 
- SVG_UTF_8 - Static variable in class com.google.common.net.MediaType
-  
- symmetricDifference(Set<? extends E>, Set<? extends E>) - Static method in class com.google.common.collect.Sets
- 
Returns an unmodifiable view of the symmetric difference of two
 sets. 
- SYN - Static variable in class com.google.common.base.Ascii
- 
Synchronous Idle: A communication control character used by a synchronous transmission system
 in the absence of any other character to provide a signal from which synchronism may be
 achieved or retained. 
- synchronizedBiMap(BiMap<K, V>) - Static method in class com.google.common.collect.Maps
- 
Returns a synchronized (thread-safe) bimap backed by the specified bimap. 
- synchronizedDeque(Deque<E>) - Static method in class com.google.common.collect.Queues
- 
Returns a synchronized (thread-safe) deque backed by the specified deque. 
- synchronizedListMultimap(ListMultimap<K, V>) - Static method in class com.google.common.collect.Multimaps
- 
Returns a synchronized (thread-safe) ListMultimapbacked by the
 specified multimap.
 
- synchronizedMultimap(Multimap<K, V>) - Static method in class com.google.common.collect.Multimaps
- 
Returns a synchronized (thread-safe) multimap backed by the specified
 multimap. 
- synchronizedNavigableMap(NavigableMap<K, V>) - Static method in class com.google.common.collect.Maps
- 
Returns a synchronized (thread-safe) navigable map backed by the specified
 navigable map. 
- synchronizedNavigableSet(NavigableSet<E>) - Static method in class com.google.common.collect.Sets
- 
Returns a synchronized (thread-safe) navigable set backed by the specified
 navigable set. 
- synchronizedQueue(Queue<E>) - Static method in class com.google.common.collect.Queues
- 
Returns a synchronized (thread-safe) queue backed by the specified queue. 
- synchronizedSetMultimap(SetMultimap<K, V>) - Static method in class com.google.common.collect.Multimaps
- 
Returns a synchronized (thread-safe) SetMultimapbacked by the
 specified multimap.
 
- synchronizedSortedSetMultimap(SortedSetMultimap<K, V>) - Static method in class com.google.common.collect.Multimaps
- 
Returns a synchronized (thread-safe) SortedSetMultimapbacked by
 the specified multimap.
 
- synchronizedSupplier(Supplier<T>) - Static method in class com.google.common.base.Suppliers
- 
Returns a supplier whose get()method synchronizes ondelegatebefore calling
 it, making it thread-safe.
 
- systemExit() - Static method in class com.google.common.util.concurrent.UncaughtExceptionHandlers
- 
Returns an exception handler that exits the system. 
- systemTicker() - Static method in class com.google.common.base.Ticker
- 
- Table<R,C,V> - Interface in com.google.common.collect
- 
A collection that associates an ordered pair of keys, called a row key and a
 column key, with a single value. 
- Table.Cell<R,C,V> - Interface in com.google.common.collect
- 
Row key / column key / value triplet corresponding to a mapping in a table. 
- Tables - Class in com.google.common.collect
- 
Provides static methods that involve a Table.
 
- tailMap(K, boolean) - Method in class com.google.common.collect.ForwardingNavigableMap
-  
- tailMap(K) - Method in class com.google.common.collect.ForwardingSortedMap
-  
- tailMap(K) - Method in class com.google.common.collect.ImmutableSortedMap
- 
This method returns a ImmutableSortedMap, consisting of the entries
 whose keys are greater than or equals tofromKey.
 
- tailMap(K, boolean) - Method in class com.google.common.collect.ImmutableSortedMap
- 
This method returns a ImmutableSortedMap, consisting of the entries
 whose keys are greater than (or equal to, ifinclusive)fromKey.
 
- tailMultiset(E, BoundType) - Method in class com.google.common.collect.ForwardingSortedMultiset
-  
- tailMultiset(E, BoundType) - Method in class com.google.common.collect.ImmutableSortedMultiset
-  
- tailMultiset(E, BoundType) - Method in interface com.google.common.collect.SortedMultiset
- 
Returns a view of this multiset restricted to the elements greater than
 lowerBound, optionally includinglowerBounditself.
 
- tailMultiset(E, BoundType) - Method in class com.google.common.collect.TreeMultiset
-  
- tailSet(C) - Method in class com.google.common.collect.ContiguousSet
-  
- tailSet(C, boolean) - Method in class com.google.common.collect.ContiguousSet
-  
- tailSet(E, boolean) - Method in class com.google.common.collect.ForwardingNavigableSet
-  
- tailSet(E) - Method in class com.google.common.collect.ForwardingSortedSet
-  
- tailSet(E) - Method in class com.google.common.collect.ImmutableSortedSet
- tailSet(E, boolean) - Method in class com.google.common.collect.ImmutableSortedSet
-  
- take() - Method in class com.google.common.collect.ForwardingBlockingDeque
- 
Deprecated. 
- take() - Method in class com.google.common.util.concurrent.ForwardingBlockingDeque
-  
- take() - Method in class com.google.common.util.concurrent.ForwardingBlockingQueue
-  
- takeFirst() - Method in class com.google.common.collect.ForwardingBlockingDeque
- 
Deprecated. 
- takeFirst() - Method in class com.google.common.util.concurrent.ForwardingBlockingDeque
-  
- takeLast() - Method in class com.google.common.collect.ForwardingBlockingDeque
- 
Deprecated. 
- takeLast() - Method in class com.google.common.util.concurrent.ForwardingBlockingDeque
-  
- takeUninterruptibly(BlockingQueue<E>) - Static method in class com.google.common.util.concurrent.Uninterruptibles
- 
Invokes  queue.take() uninterruptibly. 
- TAR - Static variable in class com.google.common.net.MediaType
-  
- target() - Method in class com.google.common.graph.EndpointPair
- 
- TE - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP TEheader field name.
 
- TeredoInfo(Inet4Address, Inet4Address, int, int) - Constructor for class com.google.common.net.InetAddresses.TeredoInfo
- 
Constructs a TeredoInfo instance. 
- terminated(Service.State) - Method in class com.google.common.util.concurrent.Service.Listener
- 
Called when the service transitions to the  TERMINATED state. 
- test(T, T) - Method in class com.google.common.base.Equivalence
- 
- test(T) - Method in interface com.google.common.base.Predicate
-  
- TEXT_JAVASCRIPT_UTF_8 - Static variable in class com.google.common.net.MediaType
- 
RFC 4329 declares
  application/javascript to be the correct media type for JavaScript,
 but this may be necessary in certain situations for compatibility. 
 
- ThreadFactoryBuilder - Class in com.google.common.util.concurrent
- 
- ThreadFactoryBuilder() - Constructor for class com.google.common.util.concurrent.ThreadFactoryBuilder
- 
- THREE_GPP2_VIDEO - Static variable in class com.google.common.net.MediaType
- 
Media type for the 3G2 multimedia container format. 
- THREE_GPP_VIDEO - Static variable in class com.google.common.net.MediaType
- 
Media type for the 3GP multimedia container format. 
- Throwables - Class in com.google.common.base
- 
Static utility methods pertaining to instances of  Throwable. 
- throwIfInstanceOf(Throwable, Class<X>) - Static method in class com.google.common.base.Throwables
- 
Throws throwableif it is an instance ofdeclaredType.
 
- throwIfUnchecked(Throwable) - Static method in class com.google.common.base.Throwables
- 
- Ticker - Class in com.google.common.base
- 
A time source; returns a time value representing the number of nanoseconds elapsed since some
 fixed but arbitrary point in time. 
- Ticker() - Constructor for class com.google.common.base.Ticker
- 
Constructor for use by subclasses. 
- ticker(Ticker) - Method in class com.google.common.cache.CacheBuilder
- 
Specifies a nanosecond-precision time source for this cache. 
- TIFF - Static variable in class com.google.common.net.MediaType
-  
- TimeLimiter - Interface in com.google.common.util.concurrent
- 
Produces proxies that impose a time limit on method calls to the proxied object. 
- times(UnsignedInteger) - Method in class com.google.common.primitives.UnsignedInteger
- 
Returns the result of multiplying this and val.
 
- times(UnsignedLong) - Method in class com.google.common.primitives.UnsignedLong
- 
Returns the result of multiplying this and val.
 
- TIMING_ALLOW_ORIGIN - Static variable in class com.google.common.net.HttpHeaders
- 
- to(CaseFormat, String) - Method in enum com.google.common.base.CaseFormat
- 
Converts the specified String strfrom this format to the specifiedformat.
 
- toAddrString(InetAddress) - Static method in class com.google.common.net.InetAddresses
- 
- toArray(Class<V>) - Method in class com.google.common.collect.ArrayTable
- 
Returns a two-dimensional array with the table contents. 
- toArray() - Method in class com.google.common.collect.ConcurrentHashMultiset
-  
- toArray(T[]) - Method in class com.google.common.collect.ConcurrentHashMultiset
-  
- toArray(Class<E>) - Method in class com.google.common.collect.FluentIterable
- 
Returns an array containing all of the elements from this fluent iterable in iteration order. 
- toArray() - Method in class com.google.common.collect.ForwardingCollection
-  
- toArray(T[]) - Method in class com.google.common.collect.ForwardingCollection
-  
- toArray() - Method in class com.google.common.collect.ImmutableCollection
-  
- toArray(T[]) - Method in class com.google.common.collect.ImmutableCollection
-  
- toArray(Iterable<? extends T>, Class<T>) - Static method in class com.google.common.collect.Iterables
- 
Copies an iterable's elements into an array. 
- toArray(Iterator<? extends T>, Class<T>) - Static method in class com.google.common.collect.Iterators
- 
Copies an iterator's elements into an array. 
- toArray() - Method in class com.google.common.collect.MinMaxPriorityQueue
-  
- toArray() - Method in class com.google.common.escape.CharEscaperBuilder
- 
Convert this builder into an array of char[]s where the maximum index is the value of the
 highest character that has been seen. 
- toArray(Collection<Boolean>) - Static method in class com.google.common.primitives.Booleans
- 
Copies a collection of Booleaninstances into a new array of primitivebooleanvalues.
 
- toArray(Collection<? extends Number>) - Static method in class com.google.common.primitives.Bytes
- 
Returns an array containing each value of  collection, converted to a  byte value
 in the manner of  Number.byteValue(). 
- toArray(Collection<Character>) - Static method in class com.google.common.primitives.Chars
- 
Copies a collection of Characterinstances into a new array of primitivecharvalues.
 
- toArray(Collection<? extends Number>) - Static method in class com.google.common.primitives.Doubles
- 
Returns an array containing each value of  collection, converted to a  double
 value in the manner of  Number.doubleValue(). 
- toArray(Collection<? extends Number>) - Static method in class com.google.common.primitives.Floats
- 
Returns an array containing each value of  collection, converted to a  float
 value in the manner of  Number.floatValue(). 
- toArray(Collection<? extends Number>) - Static method in class com.google.common.primitives.Ints
- 
Returns an array containing each value of  collection, converted to a  int value
 in the manner of  Number.intValue(). 
- toArray(Collection<? extends Number>) - Static method in class com.google.common.primitives.Longs
- 
Returns an array containing each value of  collection, converted to a  long value
 in the manner of  Number.longValue(). 
- toArray(Collection<? extends Number>) - Static method in class com.google.common.primitives.Shorts
- 
Returns an array containing each value of  collection, converted to a  short
 value in the manner of  Number.shortValue(). 
- toByteArray() - Method in interface com.google.common.io.ByteArrayDataOutput
- 
Returns the contents that have been written to this instance, as a byte array. 
- toByteArray(InputStream) - Static method in class com.google.common.io.ByteStreams
- 
Reads all bytes from an input stream into a byte array. 
- toByteArray(File) - Static method in class com.google.common.io.Files
- 
Reads all bytes from a file into a byte array. 
- toByteArray(URL) - Static method in class com.google.common.io.Resources
- 
Reads all bytes from a URL into a byte array. 
- toByteArray() - Method in class com.google.common.math.PairedStats
- 
Gets a byte array representation of this instance. 
- toByteArray() - Method in class com.google.common.math.Stats
- 
Gets a byte array representation of this instance. 
- toByteArray(char) - Static method in class com.google.common.primitives.Chars
- 
Returns a big-endian representation of valuein a 2-element byte array; equivalent toByteBuffer.allocate(2).putChar(value).array().
 
- toByteArray(int) - Static method in class com.google.common.primitives.Ints
- 
Returns a big-endian representation of valuein a 4-element byte array; equivalent toByteBuffer.allocate(4).putInt(value).array().
 
- toByteArray(long) - Static method in class com.google.common.primitives.Longs
- 
Returns a big-endian representation of valuein an 8-element byte array; equivalent toByteBuffer.allocate(8).putLong(value).array().
 
- toByteArray(short) - Static method in class com.google.common.primitives.Shorts
- 
Returns a big-endian representation of valuein a 2-element byte array; equivalent toByteBuffer.allocate(2).putShort(value).array().
 
- toEscaper() - Method in class com.google.common.escape.CharEscaperBuilder
- 
Convert this builder into a char escaper which is just a decorator around the underlying array
 of replacement char[]s. 
- toImmutableBiMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Static method in class com.google.common.collect.ImmutableBiMap
- 
Returns a  Collector that accumulates elements into an  ImmutableBiMap whose
 keys and values are the result of applying the provided mapping functions to the input
 elements. 
- toImmutableEnumMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Static method in class com.google.common.collect.Maps
- 
Returns a  Collector that accumulates elements into an  ImmutableMap whose keys
 and values are the result of applying the provided mapping functions to the input elements. 
- toImmutableEnumMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>) - Static method in class com.google.common.collect.Maps
- 
Returns a  Collector that accumulates elements into an  ImmutableMap whose keys
 and values are the result of applying the provided mapping functions to the input elements. 
- toImmutableEnumSet() - Static method in class com.google.common.collect.Sets
- 
Returns a Collectorthat accumulates the input elements into a newImmutableSetwith an implementation specialized for enums.
 
- toImmutableList() - Static method in class com.google.common.collect.ImmutableList
- 
Returns a Collectorthat accumulates the input elements into a newImmutableList, in encounter order.
 
- toImmutableListMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Static method in class com.google.common.collect.ImmutableListMultimap
- 
Returns a  Collector that accumulates elements into an  ImmutableListMultimap
 whose keys and values are the result of applying the provided mapping functions to the input
 elements. 
- toImmutableMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Static method in class com.google.common.collect.ImmutableMap
- 
Returns a  Collector that accumulates elements into an  ImmutableMap whose keys
 and values are the result of applying the provided mapping functions to the input elements. 
- toImmutableMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>) - Static method in class com.google.common.collect.ImmutableMap
- 
Returns a  Collector that accumulates elements into an  ImmutableMap whose keys
 and values are the result of applying the provided mapping functions to the input elements. 
- toImmutableMultiset() - Static method in class com.google.common.collect.ImmutableMultiset
- 
Returns a Collectorthat accumulates the input elements into a newImmutableMultiset.
 
- toImmutableSet() - Static method in class com.google.common.collect.ImmutableSet
- 
Returns a Collectorthat accumulates the input elements into a newImmutableSet.
 
- toImmutableSetMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Static method in class com.google.common.collect.ImmutableSetMultimap
- 
Returns a  Collector that accumulates elements into an  ImmutableSetMultimap
 whose keys and values are the result of applying the provided mapping functions to the input
 elements. 
- toImmutableSortedMap(Comparator<? super K>, Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Static method in class com.google.common.collect.ImmutableSortedMap
- 
Returns a  Collector that accumulates elements into an  ImmutableSortedMap
 whose keys and values are the result of applying the provided mapping functions to the input
 elements. 
- toImmutableSortedMap(Comparator<? super K>, Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>) - Static method in class com.google.common.collect.ImmutableSortedMap
- 
Returns a  Collector that accumulates elements into an  ImmutableSortedMap whose
 keys and values are the result of applying the provided mapping functions to the input
 elements. 
- toImmutableSortedMultiset(Comparator<? super E>) - Static method in class com.google.common.collect.ImmutableSortedMultiset
- 
Returns a Collectorthat accumulates the input elements into a newImmutableMultiset.
 
- toImmutableSortedSet(Comparator<? super E>) - Static method in class com.google.common.collect.ImmutableSortedSet
- 
Returns a Collectorthat accumulates the input elements into a newImmutableSortedSet, ordered by the specified comparator.
 
- toImmutableTable(Function<? super T, ? extends R>, Function<? super T, ? extends C>, Function<? super T, ? extends V>) - Static method in class com.google.common.collect.ImmutableTable
- 
Returns a Collectorthat accumulates elements into anImmutableTable.
 
- toImmutableTable(Function<? super T, ? extends R>, Function<? super T, ? extends C>, Function<? super T, ? extends V>, BinaryOperator<V>) - Static method in class com.google.common.collect.ImmutableTable
- 
Returns a Collectorthat accumulates elements into anImmutableTable.
 
- toInt(byte) - Static method in class com.google.common.primitives.UnsignedBytes
- 
Returns the value of the given byte as an integer, when treated as unsigned. 
- toJavaUtil(Optional<T>) - Static method in class com.google.common.base.Optional
- 
Returns the equivalent java.util.Optionalvalue to the givencom.google.common.base.Optional, ornullif the argument is null.
 
- toJavaUtil() - Method in class com.google.common.base.Optional
- 
Returns the equivalent java.util.Optionalvalue to this optional.
 
- toList() - Method in class com.google.common.collect.FluentIterable
- 
Returns an ImmutableListcontaining all of the elements from this fluent iterable in
 proper sequence.
 
- toLong(int) - Static method in class com.google.common.primitives.UnsignedInts
- 
Returns the value of the given intas along, when treated as unsigned.
 
- toLowerCase(String) - Static method in class com.google.common.base.Ascii
- 
- toLowerCase(CharSequence) - Static method in class com.google.common.base.Ascii
- 
- toLowerCase(char) - Static method in class com.google.common.base.Ascii
- 
- toMap(Function<? super E, V>) - Method in class com.google.common.collect.FluentIterable
- 
Returns an immutable map whose keys are the distinct elements of this FluentIterableand whose value for each key was computed byvalueFunction.
 
- toMap(Iterable<K>, Function<? super K, V>) - Static method in class com.google.common.collect.Maps
- 
Returns an immutable map whose keys are the distinct elements of keysand whose value for each key was computed byvalueFunction.
 
- toMap(Iterator<K>, Function<? super K, V>) - Static method in class com.google.common.collect.Maps
- 
Returns an immutable map whose keys are the distinct elements of keysand whose value for each key was computed byvalueFunction.
 
- toMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Supplier<M>) - Static method in class com.google.common.collect.Multimaps
- 
Returns a Collectoraccumulating entries into aMultimapgenerated from the
 specified supplier.
 
- toMultiset() - Method in class com.google.common.collect.FluentIterable
- 
Returns an ImmutableMultisetcontaining all of the elements from this fluent iterable.
 
- toOptional() - Static method in class com.google.common.collect.MoreCollectors
- 
A collector that converts a stream of zero or one elements to an Optional.
 
- toParsableString() - Method in class com.google.common.cache.CacheBuilderSpec
- 
Returns a string that can be used to parse an equivalent CacheBuilderSpec.
 
- topPrivateDomain() - Method in class com.google.common.net.InternetDomainName
- 
Returns the portion of this domain name that is one level beneath the public suffix. 
- toSet() - Method in class com.google.common.collect.FluentIterable
- 
Returns an ImmutableSetcontaining all of the elements from this fluent iterable with
 duplicates removed.
 
- toSortedList(Comparator<? super E>) - Method in class com.google.common.collect.FluentIterable
- 
Returns an ImmutableListcontaining all of the elements from thisFluentIterablein the order specified bycomparator.
 
- toSortedSet(Comparator<? super E>) - Method in class com.google.common.collect.FluentIterable
- 
Returns an ImmutableSortedSetcontaining all of the elements from thisFluentIterablein the order specified bycomparator, with duplicates (determined bycomparator.compare(x, y) == 0) removed.
 
- toString() - Method in class com.google.common.base.CharMatcher
- 
Returns a string representation of this CharMatcher, such asCharMatcher.or(WHITESPACE, JAVA_DIGIT).
 
- toString() - Method in class com.google.common.base.Equivalence.Wrapper
- 
Returns a string representation for this equivalence wrapper. 
- toString() - Method in class com.google.common.base.MoreObjects.ToStringHelper
- 
- toString() - Method in class com.google.common.base.Optional
- 
Returns a string representation for this instance. 
- toString() - Method in enum com.google.common.base.StandardSystemProperty
- 
Returns a string representation of this system property. 
- toString() - Method in class com.google.common.base.Stopwatch
- 
Returns a string representation of the current elapsed time. 
- toString() - Method in class com.google.common.cache.CacheBuilder
- 
Returns a string representation for this CacheBuilder instance. 
- toString() - Method in class com.google.common.cache.CacheBuilderSpec
- 
Returns a string representation for this CacheBuilderSpec instance. 
- toString() - Method in class com.google.common.cache.CacheStats
-  
- toString() - Method in class com.google.common.collect.ContiguousSet
- 
Returns a short-hand representation of the contents such as "[1..100]".
 
- toString() - Method in class com.google.common.collect.FluentIterable
- 
Returns a string representation of this fluent iterable, with the format [e1, e2, ...,
 en].
 
- toString() - Method in class com.google.common.collect.ForwardingObject
- 
Returns the string representation generated by the delegate's
 toStringmethod.
 
- toString() - Method in class com.google.common.collect.ImmutableMap
-  
- toString() - Method in class com.google.common.collect.ImmutableMultiset
-  
- toString() - Method in class com.google.common.collect.ImmutableRangeMap
-  
- toString(Iterable<?>) - Static method in class com.google.common.collect.Iterables
- 
Returns a string representation of  iterable, with the format  [e1, e2, ..., en] (that is, identical to  Arrays.toString(Iterables.toArray(iterable))). 
- toString(Iterator<?>) - Static method in class com.google.common.collect.Iterators
- 
Returns a string representation of iterator, with the format[e1, e2, ..., en].
 
- toString() - Method in class com.google.common.collect.MapMaker
- 
Returns a string representation for this MapMaker instance. 
- toString() - Method in interface com.google.common.collect.Multiset.Entry
- 
Returns the canonical string representation of this entry, defined as
 follows. 
- toString() - Method in interface com.google.common.collect.Multiset
- toString() - Method in class com.google.common.collect.Range
- 
Returns a string representation of this range, such as "[3..5)"(other examples are
 listed in the class documentation).
 
- toString() - Method in interface com.google.common.collect.RangeMap
- 
Returns a readable string representation of this range map. 
- toString() - Method in interface com.google.common.collect.RangeSet
- 
Returns a readable string representation of this range set. 
- toString() - Method in class com.google.common.collect.TreeRangeMap
-  
- toString() - Method in class com.google.common.eventbus.DeadEvent
-  
- toString() - Method in class com.google.common.eventbus.EventBus
-  
- toString() - Method in class com.google.common.graph.AbstractGraph
- 
Returns a string representation of this graph. 
- toString() - Method in class com.google.common.graph.AbstractNetwork
- 
Returns a string representation of this network. 
- toString() - Method in class com.google.common.graph.AbstractValueGraph
- 
Returns a string representation of this graph. 
- toString() - Method in class com.google.common.graph.ElementOrder
-  
- toString() - Method in class com.google.common.graph.ImmutableValueGraph
-  
- toString() - Method in class com.google.common.hash.HashCode
- 
Returns a string containing each byte of  HashCode.asBytes(), in order, as a two-digit unsigned
 hexadecimal number in lower case. 
- toString(Readable) - Static method in class com.google.common.io.CharStreams
- 
- toString(File, Charset) - Static method in class com.google.common.io.Files
- 
Reads all characters from a file into a  String, using the given character set. 
- toString(URL, Charset) - Static method in class com.google.common.io.Resources
- 
Reads all characters from a URL into a  String, using the given character set. 
- toString() - Method in class com.google.common.math.PairedStats
-  
- toString() - Method in class com.google.common.math.Stats
-  
- toString() - Method in class com.google.common.net.HostAndPort
- 
Rebuild the host:port string, including brackets if necessary. 
- toString() - Method in class com.google.common.net.HostSpecifier
- 
Returns a string representation of the host specifier suitable for inclusion in a URI. 
- toString() - Method in class com.google.common.net.InternetDomainName
- 
Returns the domain name, normalized to all lower case. 
- toString() - Method in class com.google.common.net.MediaType
- 
Returns the string representation of this media type in the format described in
  RFC 2045. 
- toString(byte) - Static method in class com.google.common.primitives.UnsignedBytes
- 
Returns a string representation of x, where x is treated as unsigned. 
- toString(byte, int) - Static method in class com.google.common.primitives.UnsignedBytes
- 
Returns a string representation of xfor the given radix, wherexis treated as
 unsigned.
 
- toString() - Method in class com.google.common.primitives.UnsignedInteger
- 
Returns a string representation of the UnsignedIntegervalue, in base 10.
 
- toString(int) - Method in class com.google.common.primitives.UnsignedInteger
- 
Returns a string representation of the UnsignedIntegervalue, in baseradix.
 
- toString(int) - Static method in class com.google.common.primitives.UnsignedInts
- 
Returns a string representation of x, where x is treated as unsigned. 
- toString(int, int) - Static method in class com.google.common.primitives.UnsignedInts
- 
Returns a string representation of xfor the given radix, wherexis treated as
 unsigned.
 
- toString() - Method in class com.google.common.primitives.UnsignedLong
- 
Returns a string representation of the UnsignedLongvalue, in base 10.
 
- toString(int) - Method in class com.google.common.primitives.UnsignedLong
- 
Returns a string representation of the UnsignedLongvalue, in baseradix.
 
- toString(long) - Static method in class com.google.common.primitives.UnsignedLongs
- 
Returns a string representation of x, where x is treated as unsigned. 
- toString(long, int) - Static method in class com.google.common.primitives.UnsignedLongs
- 
Returns a string representation of xfor the given radix, wherexis treated as
 unsigned.
 
- toString() - Method in class com.google.common.reflect.AbstractInvocationHandler
- 
- toString() - Method in class com.google.common.reflect.ClassPath.ClassInfo
-  
- toString() - Method in class com.google.common.reflect.ClassPath.ResourceInfo
-  
- toString() - Method in class com.google.common.reflect.Parameter
-  
- toString() - Method in class com.google.common.reflect.TypeParameter
-  
- toString() - Method in class com.google.common.reflect.TypeToken
-  
- toString() - Method in class com.google.common.util.concurrent.AbstractExecutionThreadService
-  
- toString() - Method in class com.google.common.util.concurrent.AbstractIdleService
-  
- toString() - Method in class com.google.common.util.concurrent.AbstractScheduledService
-  
- toString() - Method in class com.google.common.util.concurrent.AbstractService
-  
- toString() - Method in class com.google.common.util.concurrent.AtomicDouble
- 
Returns the String representation of the current value. 
- toString() - Method in class com.google.common.util.concurrent.AtomicDoubleArray
- 
Returns the String representation of the current values of array. 
- toString() - Method in class com.google.common.util.concurrent.AtomicLongMap
-  
- toString() - Method in class com.google.common.util.concurrent.RateLimiter
-  
- toString() - Method in class com.google.common.util.concurrent.ServiceManager
-  
- toStringFunction() - Static method in class com.google.common.base.Functions
- 
A function equivalent to the method reference Object::toString, for users not yet using
 Java 8.
 
- toStringHelper(Object) - Static method in class com.google.common.base.MoreObjects
- 
- toStringHelper(Class<?>) - Static method in class com.google.common.base.MoreObjects
- 
- toStringHelper(String) - Static method in class com.google.common.base.MoreObjects
- 
- toTable(Function<? super T, ? extends R>, Function<? super T, ? extends C>, Function<? super T, ? extends V>, Supplier<I>) - Static method in class com.google.common.collect.Tables
- 
Returns a  Collector that accumulates elements into a  Table created using the
 specified supplier, whose cells are generated by applying the provided mapping functions to the
 input elements. 
- toTable(Function<? super T, ? extends R>, Function<? super T, ? extends C>, Function<? super T, ? extends V>, BinaryOperator<V>, Supplier<I>) - Static method in class com.google.common.collect.Tables
- 
Returns a  Collector that accumulates elements into a  Table created using the
 specified supplier, whose cells are generated by applying the provided mapping functions to the
 input elements. 
- totalLoadTime() - Method in class com.google.common.cache.CacheStats
- 
Returns the total number of nanoseconds the cache has spent loading new values. 
- touch(File) - Static method in class com.google.common.io.Files
- 
Creates an empty file or updates the last updated timestamp on the same as the unix command of
 the same name. 
- touch(Path) - Static method in class com.google.common.io.MoreFiles
- 
Like the unix command of the same name, creates an empty file or updates the last modified
 timestamp of the existing file at the given path to the current system time. 
- toUpperCase(String) - Static method in class com.google.common.base.Ascii
- 
- toUpperCase(CharSequence) - Static method in class com.google.common.base.Ascii
- 
- toUpperCase(char) - Static method in class com.google.common.base.Ascii
- 
- toUriString(InetAddress) - Static method in class com.google.common.net.InetAddresses
- 
Returns the string representation of an  InetAddress suitable for inclusion in a URI. 
- TRAILER - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Trailerheader field name.
 
- TRANSFER_ENCODING - Static variable in class com.google.common.net.HttpHeaders
- 
The HTTP Transfer-Encodingheader field name.
 
- transform(Function<? super T, V>) - Method in class com.google.common.base.Optional
- 
- transform(Collection<F>, Function<? super F, T>) - Static method in class com.google.common.collect.Collections2
- 
Returns a collection that applies functionto each element offromCollection.
 
- transform(Function<? super E, T>) - Method in class com.google.common.collect.FluentIterable
- 
Returns a fluent iterable that applies functionto each element of this fluent
 iterable.
 
- transform(Iterable<F>, Function<? super F, ? extends T>) - Static method in class com.google.common.collect.Iterables
- 
Returns a view containing the result of applying functionto each
 element offromIterable.
 
- transform(Iterator<F>, Function<? super F, ? extends T>) - Static method in class com.google.common.collect.Iterators
- 
Returns a view containing the result of applying functionto each
 element offromIterator.
 
- transform(List<F>, Function<? super F, ? extends T>) - Static method in class com.google.common.collect.Lists
- 
Returns a list that applies functionto each element offromList.
 
- transform(double) - Method in class com.google.common.math.LinearTransformation
- 
Returns the ycorresponding to the givenx.
 
- transform(ListenableFuture<I>, Function<? super I, ? extends O>) - Static method in class com.google.common.util.concurrent.Futures
- 
Returns a new Futurewhose result is derived from the result of the givenFuture.
 
- transform(ListenableFuture<I>, Function<? super I, ? extends O>, Executor) - Static method in class com.google.common.util.concurrent.Futures
- 
Returns a new Futurewhose result is derived from the result of the givenFuture.
 
- transformAndConcat(Function<? super E, ? extends Iterable<? extends T>>) - Method in class com.google.common.collect.FluentIterable
- 
Applies functionto each element of this fluent iterable and returns a fluent iterable
 with the concatenated combination of results.
 
- transformAsync(ListenableFuture<I>, AsyncFunction<? super I, ? extends O>) - Static method in class com.google.common.util.concurrent.Futures
- 
Returns a new Futurewhose result is asynchronously derived from the result of the
 givenFuture.
 
- transformAsync(ListenableFuture<I>, AsyncFunction<? super I, ? extends O>, Executor) - Static method in class com.google.common.util.concurrent.Futures
- 
Returns a new Futurewhose result is asynchronously derived from the result of the
 givenFuture.
 
- transformEntries(Map<K, V1>, Maps.EntryTransformer<? super K, ? super V1, V2>) - Static method in class com.google.common.collect.Maps
- 
Returns a view of a map whose values are derived from the original map's
 entries. 
- transformEntries(SortedMap<K, V1>, Maps.EntryTransformer<? super K, ? super V1, V2>) - Static method in class com.google.common.collect.Maps
- 
Returns a view of a sorted map whose values are derived from the original
 sorted map's entries. 
- transformEntries(NavigableMap<K, V1>, Maps.EntryTransformer<? super K, ? super V1, V2>) - Static method in class com.google.common.collect.Maps
- 
Returns a view of a navigable map whose values are derived from the
 original navigable map's entries. 
- transformEntries(Multimap<K, V1>, Maps.EntryTransformer<? super K, ? super V1, V2>) - Static method in class com.google.common.collect.Multimaps
- 
Returns a view of a multimap whose values are derived from the original
 multimap's entries. 
- transformEntries(ListMultimap<K, V1>, Maps.EntryTransformer<? super K, ? super V1, V2>) - Static method in class com.google.common.collect.Multimaps
- 
Returns a view of a ListMultimapwhose values are derived from the
 original multimap's entries.
 
- transformEntry(K, V1) - Method in interface com.google.common.collect.Maps.EntryTransformer
- 
Determines an output value based on a key-value pair. 
- transformValues(Map<K, V1>, Function<? super V1, V2>) - Static method in class com.google.common.collect.Maps
- 
Returns a view of a map where each value is transformed by a function. 
- transformValues(SortedMap<K, V1>, Function<? super V1, V2>) - Static method in class com.google.common.collect.Maps
- 
Returns a view of a sorted map where each value is transformed by a
 function. 
- transformValues(NavigableMap<K, V1>, Function<? super V1, V2>) - Static method in class com.google.common.collect.Maps
- 
Returns a view of a navigable map where each value is transformed by a
 function. 
- transformValues(Multimap<K, V1>, Function<? super V1, V2>) - Static method in class com.google.common.collect.Multimaps
- 
Returns a view of a multimap where each value is transformed by a function. 
- transformValues(ListMultimap<K, V1>, Function<? super V1, V2>) - Static method in class com.google.common.collect.Multimaps
- 
Returns a view of a ListMultimapwhere each value is transformed by
 a function.
 
- transformValues(Table<R, C, V1>, Function<? super V1, V2>) - Static method in class com.google.common.collect.Tables
- 
Returns a view of a table where each value is transformed by a function. 
- transitiveClosure(Graph<N>) - Static method in class com.google.common.graph.Graphs
- 
Returns the transitive closure of graph.
 
- transpose(Table<R, C, V>) - Static method in class com.google.common.collect.Tables
- 
Creates a transposed view of a given table that flips its row and column
 keys. 
- transpose(Graph<N>) - Static method in class com.google.common.graph.Graphs
- 
Returns a view of graphwith the direction (if any) of every edge reversed.
 
- transpose(ValueGraph<N, V>) - Static method in class com.google.common.graph.Graphs
- 
Returns a view of graphwith the direction (if any) of every edge reversed.
 
- transpose(Network<N, E>) - Static method in class com.google.common.graph.Graphs
- 
Returns a view of networkwith the direction (if any) of every edge reversed.
 
- TreeBasedTable<R,C,V> - Class in com.google.common.collect
- 
Implementation of Tablewhose row keys and column keys are ordered
 by their natural ordering or by supplied comparators.
 
- treeKeys() - Static method in class com.google.common.collect.MultimapBuilder
- 
Uses a naturally-ordered  TreeMap to map keys to value collections. 
- treeKeys(Comparator<K0>) - Static method in class com.google.common.collect.MultimapBuilder
- 
Uses a  TreeMap sorted by the specified comparator to map keys to value collections. 
- TreeMultimap<K,V> - Class in com.google.common.collect
- 
Implementation of Multimapwhose keys and values are ordered by
 their natural ordering or by supplied comparators.
 
- TreeMultiset<E> - Class in com.google.common.collect
- 
A multiset which maintains the ordering of its elements, according to either their natural order
 or an explicit  Comparator. 
- TreeRangeMap<K extends Comparable,V> - Class in com.google.common.collect
- 
An implementation of RangeMapbased on aTreeMap, supporting
 all optional operations.
 
- TreeRangeSet<C extends Comparable<?>> - Class in com.google.common.collect
- 
- treeSetValues() - Method in class com.google.common.collect.MultimapBuilder.MultimapBuilderWithKeys
- 
Uses a naturally-ordered  TreeSet to store value collections. 
- treeSetValues(Comparator<V0>) - Method in class com.google.common.collect.MultimapBuilder.MultimapBuilderWithKeys
- 
Uses a  TreeSet ordered by the specified comparator to store value collections. 
- TreeTraverser<T> - Class in com.google.common.collect
- 
Views elements of a type Tas nodes in a tree, and provides methods to traverse the trees
 induced by this traverser.
 
- TreeTraverser() - Constructor for class com.google.common.collect.TreeTraverser
-  
- triggerShutdown() - Method in class com.google.common.util.concurrent.AbstractExecutionThreadService
- 
Invoked to request the service to stop. 
- trimAndCollapseFrom(CharSequence, char) - Method in class com.google.common.base.CharMatcher
- 
- trimFrom(CharSequence) - Method in class com.google.common.base.CharMatcher
- 
Returns a substring of the input character sequence that omits all characters this matcher
 matches from the beginning and from the end of the string. 
- trimLeadingFrom(CharSequence) - Method in class com.google.common.base.CharMatcher
- 
Returns a substring of the input character sequence that omits all characters this matcher
 matches from the beginning of the string. 
- trimResults() - Method in class com.google.common.base.Splitter
- 
Returns a splitter that behaves equivalently to  this splitter, but automatically
 removes leading and trailing  whitespace from each returned
 substring; equivalent to  trimResults(CharMatcher.whitespace()). 
- trimResults(CharMatcher) - Method in class com.google.common.base.Splitter
- 
Returns a splitter that behaves equivalently to thissplitter, but removes all leading
 or trailing characters matching the givenCharMatcherfrom each returned substring.
 
- trimToSize() - Method in class com.google.common.collect.ArrayListMultimap
- 
- trimTrailingFrom(CharSequence) - Method in class com.google.common.base.CharMatcher
- 
Returns a substring of the input character sequence that omits all characters this matcher
 matches from the end of the string. 
- trueFirst() - Static method in class com.google.common.primitives.Booleans
- 
Returns a Comparator<Boolean>that sortstruebeforefalse.
 
- truncate(CharSequence, int, String) - Static method in class com.google.common.base.Ascii
- 
Truncates the given character sequence to the given maximum length. 
- tryAcquire(long, TimeUnit) - Method in class com.google.common.util.concurrent.RateLimiter
- 
Acquires a permit from this RateLimiterif it can be obtained without exceeding the
 specifiedtimeout, or returnsfalseimmediately (without waiting) if the permit
 would not have been granted before the timeout expired.
 
- tryAcquire(int) - Method in class com.google.common.util.concurrent.RateLimiter
- 
Acquires permits from this  RateLimiter if it can be acquired immediately without delay. 
- tryAcquire() - Method in class com.google.common.util.concurrent.RateLimiter
- 
Acquires a permit from this  RateLimiter if it can be acquired immediately without
 delay. 
- tryAcquire(int, long, TimeUnit) - Method in class com.google.common.util.concurrent.RateLimiter
- 
Acquires the given number of permits from this RateLimiterif it can be obtained
 without exceeding the specifiedtimeout, or returnsfalseimmediately (without
 waiting) if the permits would not have been granted before the timeout expired.
 
- tryAcquireUninterruptibly(Semaphore, long, TimeUnit) - Static method in class com.google.common.util.concurrent.Uninterruptibles
- 
- tryAcquireUninterruptibly(Semaphore, int, long, TimeUnit) - Static method in class com.google.common.util.concurrent.Uninterruptibles
- 
- tryEnter() - Method in class com.google.common.util.concurrent.Monitor
- 
Enters this monitor if it is possible to do so immediately. 
- tryEnterIf(Monitor.Guard) - Method in class com.google.common.util.concurrent.Monitor
- 
Enters this monitor if it is possible to do so immediately and the guard is satisfied. 
- tryFind(Iterable<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterables
- 
Returns an  Optional containing the first element in  iterable that satisfies the given predicate, if such an element exists. 
- tryFind(Iterator<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterators
- 
Returns an  Optional containing the first element in  iterator that satisfies the given predicate, if such an element exists. 
- tryParse(String) - Static method in class com.google.common.primitives.Doubles
- 
Parses the specified string as a double-precision floating point value. 
- tryParse(String) - Static method in class com.google.common.primitives.Floats
- 
Parses the specified string as a single-precision floating point value. 
- tryParse(String) - Static method in class com.google.common.primitives.Ints
- 
Parses the specified string as a signed decimal integer value. 
- tryParse(String, int) - Static method in class com.google.common.primitives.Ints
- 
Parses the specified string as a signed integer value using the specified radix. 
- tryParse(String) - Static method in class com.google.common.primitives.Longs
- 
Parses the specified string as a signed decimal long value. 
- tryParse(String, int) - Static method in class com.google.common.primitives.Longs
- 
Parses the specified string as a signed long value using the specified radix. 
- TSV_UTF_8 - Static variable in class com.google.common.net.MediaType
- 
- type() - Method in class com.google.common.graph.ElementOrder
- 
Returns the type of ordering used. 
- type() - Method in class com.google.common.net.MediaType
- 
Returns the top-level media type. 
- TypeParameter<T> - Class in com.google.common.reflect
- 
- TypeParameter() - Constructor for class com.google.common.reflect.TypeParameter
-  
- TypeResolver - Class in com.google.common.reflect
- 
An object of this class encapsulates type mappings from type variables. 
- TypeResolver() - Constructor for class com.google.common.reflect.TypeResolver
-  
- TypeToInstanceMap<B> - Interface in com.google.common.reflect
- 
A map, each entry of which maps a  TypeToken to an instance of that type. 
- TypeToken<T> - Class in com.google.common.reflect
- 
- TypeToken() - Constructor for class com.google.common.reflect.TypeToken
- 
Constructs a new type token of T.
 
- TypeToken(Class<?>) - Constructor for class com.google.common.reflect.TypeToken
- 
Constructs a new type token of Twhile resolving free type variables in the context ofdeclaringClass.
 
- TypeToken.TypeSet - Class in com.google.common.reflect
- 
The set of interfaces and classes that Tis or is a subtype of.