- 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 AbstractCheckedFuture
that wraps a delegate.
- AbstractExecutionThreadService - Class in com.google.common.util.concurrent
-
- AbstractExecutionThreadService() - Constructor for class com.google.common.util.concurrent.AbstractExecutionThreadService
-
- AbstractFuture<V> - Class in com.google.common.util.concurrent
-
An abstract implementation of the
Future
interface.
- AbstractFuture() - Constructor for class com.google.common.util.concurrent.AbstractFuture
-
- 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
-
- AbstractIterator<T> - Class in com.google.common.collect
-
This class provides a skeletal implementation of the Iterator
interface, to make this interface easier to implement for certain types of
data sources.
- AbstractIterator() - Constructor for class com.google.common.collect.AbstractIterator
-
Constructor for use by subclasses.
- AbstractLinkedIterator<T> - Class in com.google.common.collect
-
This class provides a skeletal implementation of the Iterator
interface for sequences whose next element can always be derived from the
previous element.
- AbstractLinkedIterator(T) - Constructor for class com.google.common.collect.AbstractLinkedIterator
-
Creates a new iterator with the given first element, or, if firstOrNull
is null, creates a new empty iterator.
- AbstractListenableFuture<V> - Class in com.google.common.util.concurrent
-
An abstract base implementation of the listener support provided by
ListenableFuture
.
- AbstractListenableFuture() - Constructor for class com.google.common.util.concurrent.AbstractListenableFuture
-
- AbstractService - Class in com.google.common.util.concurrent
-
- AbstractService() - Constructor for class com.google.common.util.concurrent.AbstractService
-
- accept(File, String) - Method in class com.google.common.io.PatternFilenameFilter
-
- 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.
- add(String, Object) - Method in class com.google.common.base.Objects.ToStringHelper
-
Adds a name/value pair to the formatted output in name=value
format.
- 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.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
-
Guaranteed to throw an exception and leave the collection unmodified.
- add(int, E) - Method in class com.google.common.collect.ImmutableList
-
Guaranteed to throw an exception and leave the list unmodified.
- add(E) - Method in class com.google.common.collect.ImmutableList.Builder
-
Adds element
to the ImmutableList
.
- add(E...) - Method in class com.google.common.collect.ImmutableList.Builder
-
Adds each element of elements
to the ImmutableList
.
- add(E, int) - Method in class com.google.common.collect.ImmutableMultiset
-
Guaranteed to throw an exception and leave the collection unmodified.
- add(E) - Method in class com.google.common.collect.ImmutableMultiset.Builder
-
Adds element
to the ImmutableMultiset
.
- add(E...) - Method in class com.google.common.collect.ImmutableMultiset.Builder
-
Adds each element of elements
to the ImmutableMultiset
.
- add(E) - Method in class com.google.common.collect.ImmutableSet.Builder
-
Adds element
to the ImmutableSet
.
- add(E...) - Method in class com.google.common.collect.ImmutableSet.Builder
-
Adds each element of elements
to the ImmutableSet
,
ignoring duplicate elements (only the first duplicate element is added).
- add(E) - Method in class com.google.common.collect.ImmutableSortedSet.Builder
-
Adds element
to the ImmutableSortedSet
.
- add(E...) - Method in class com.google.common.collect.ImmutableSortedSet.Builder
-
Adds each element of elements
to the ImmutableSortedSet
,
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(E) - Method in class com.google.common.collect.UnmodifiableListIterator
-
Guaranteed to throw an exception and leave the underlying data unmodified.
- add(Runnable, Executor) - Method in class com.google.common.util.concurrent.ExecutionList
-
Add the runnable/executor pair to the list of pairs to execute.
- 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
-
Guaranteed to throw an exception and leave the collection unmodified.
- addAll(int, Collection<? extends E>) - Method in class com.google.common.collect.ImmutableList
-
Guaranteed to throw an exception and leave the list unmodified.
- addAll(Iterable<? extends E>) - Method in class com.google.common.collect.ImmutableList.Builder
-
Adds each element of elements
to the ImmutableList
.
- addAll(Iterator<? extends E>) - Method in class com.google.common.collect.ImmutableList.Builder
-
Adds each element of elements
to the ImmutableList
.
- addAll(Iterable<? extends E>) - Method in class com.google.common.collect.ImmutableMultiset.Builder
-
Adds each element of elements
to the ImmutableMultiset
.
- addAll(Iterator<? extends E>) - Method in class com.google.common.collect.ImmutableMultiset.Builder
-
Adds each element of elements
to the ImmutableMultiset
.
- addAll(Iterable<? extends E>) - Method in class com.google.common.collect.ImmutableSet.Builder
-
Adds each element of elements
to the ImmutableSet
,
ignoring duplicate elements (only the first duplicate element is added).
- addAll(Iterator<? extends E>) - Method in class com.google.common.collect.ImmutableSet.Builder
-
Adds each element of elements
to the ImmutableSet
,
ignoring duplicate elements (only the first duplicate element is added).
- addAll(Iterable<? extends E>) - Method in class com.google.common.collect.ImmutableSortedSet.Builder
-
Adds each element of elements
to the ImmutableSortedSet
,
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 elements
to the ImmutableSortedSet
,
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 iterable
to collection
.
- addAll(Collection<T>, Iterator<? extends T>) - Static method in class com.google.common.collect.Iterators
-
Adds all elements in iterator
to collection
.
- addAll(Collection<? extends E>) - Method in class com.google.common.collect.MinMaxPriorityQueue
-
- addCopies(E, int) - Method in class com.google.common.collect.ImmutableMultiset.Builder
-
Adds a number of occurrences of an element to this ImmutableMultiset
.
- 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
.
- addListener(Runnable, Executor) - Method in class com.google.common.util.concurrent.AbstractCheckedFuture
-
- addListener(Runnable, Executor) - Method in class com.google.common.util.concurrent.AbstractListenableFuture
-
- 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
-
- addValue(Object) - Method in class com.google.common.base.Objects.ToStringHelper
-
Adds a value to the formatted output in value
format.
- all(Iterable<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterables
-
Returns true
if every element in iterable
satisfies the
predicate.
- all(Iterator<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterators
-
Returns true
if every element returned by iterator
satisfies the given predicate.
- 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 true
if each of its
components evaluates to true
.
- and(Predicate<? super T>...) - Static method in class com.google.common.base.Predicates
-
Returns a predicate that evaluates to true
if each of its
components evaluates to true
.
- and(Predicate<? super T>, Predicate<? super T>) - Static method in class com.google.common.base.Predicates
-
Returns a predicate that evaluates to true
if both of its
components evaluate to true
.
- ANY - Static variable in class com.google.common.base.CharMatcher
-
Matches any character.
- any(Iterable<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterables
-
Returns true
if one or more elements in iterable
satisfy
the predicate.
- any(Iterator<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterators
-
Returns true
if one or more elements returned by iterator
satisfy the given predicate.
- anyOf(CharSequence) - Static method in class com.google.common.base.CharMatcher
-
Returns a char
matcher that matches any character present in the given character
sequence.
- 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, to appendable
.
- appendTo(A, Object[]) - Method in class com.google.common.base.Joiner
-
Appends the string representation of each of parts
, using the previously configured
separator between each, to appendable
.
- appendTo(A, Object, Object, Object...) - Method in class com.google.common.base.Joiner
-
Appends to appendable
the string representation of each of the remaining arguments.
- appendTo(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, to builder
.
- appendTo(StringBuilder, Object[]) - Method in class com.google.common.base.Joiner
-
Appends the string representation of each of parts
, using the previously configured
separator between each, to builder
.
- appendTo(StringBuilder, Object, Object, Object...) - Method in class com.google.common.base.Joiner
-
Appends to builder
the string representation of each of the remaining arguments.
- appendTo(A, Map<?, ?>) - Method in class com.google.common.base.Joiner.MapJoiner
-
Appends the string representation of each entry of map
, using the previously
configured separator and key-value separator, to appendable
.
- appendTo(StringBuilder, Map<?, ?>) - Method in class com.google.common.base.Joiner.MapJoiner
-
Appends the string representation of each entry of map
, using the previously
configured separator and key-value separator, to builder
.
- apply(Character) - Method in class com.google.common.base.CharMatcher
-
Returns true
if this matcher matches the given character.
- apply(F) - Method in interface com.google.common.base.Function
-
Returns the result of applying this function to input
.
- apply(T) - Method in interface com.google.common.base.Predicate
-
Returns the result of applying this predicate to input
.
- arbitrary() - Static method in class com.google.common.collect.Ordering
-
Returns an arbitrary ordering over all objects, for which compare(a,
b) == 0
implies a == b
(identity equality).
- areEqual() - Method in interface com.google.common.collect.MapDifference
-
Returns true
if there are no differences between the two maps;
that is, if the maps are equal.
- ArrayListMultimap<K,V> - Class in com.google.common.collect
-
Implementation of Multimap
that uses an ArrayList
to store
the values for a given key.
- Ascii - Class in com.google.common.base
-
Static methods pertaining to ASCII characters (those in the range of values
0x00
through 0x7F
), and to strings containing such
characters.
- ASCII - Static variable in class com.google.common.base.CharMatcher
-
Determines whether a character is ASCII, meaning that its code point is less than 128.
- asEnumeration(Iterator<T>) - Static method in class com.google.common.collect.Iterators
-
Adapts an Iterator
to the Enumeration
interface.
- asFunction(Interner<E>) - Static method in class com.google.common.collect.Interners
-
- asList() - Method in class com.google.common.collect.ImmutableCollection
-
Returns a list view of the collection.
- asList() - Method in class com.google.common.collect.ImmutableList
-
Returns this list instance.
- 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
-
- 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 class com.google.common.collect.LinkedListMultimap
-
- asMap() - Method in interface com.google.common.collect.ListMultimap
-
Returns a map view that associates each key with the corresponding values
in the multimap.
- asMap() - Method in interface com.google.common.collect.Multimap
-
Returns a map view that associates each key with the corresponding values
in the multimap.
- asMap() - Method in interface com.google.common.collect.SetMultimap
-
Returns a map view that associates each key with the corresponding values
in the multimap.
- 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.
- asWriter(Appendable) - Static method in class com.google.common.io.CharStreams
-
Returns a Writer that sends all output to the given
Appendable
target.
- asynchronous(MapEvictionListener<K, V>, Executor) - Static method in class com.google.common.collect.EvictionListeners
-
Returns an asynchronous MapEvictionListener
which processes all
eviction notifications asynchronously, using executor
.
- AsynchronousComputationException - Exception in com.google.common.collect
-
Wraps an exception that occurred during a computation in a different thread.
- AsynchronousComputationException(Throwable) - Constructor for exception com.google.common.collect.AsynchronousComputationException
-
Creates a new instance with the given cause.
- available() - Method in class com.google.common.io.LimitInputStream
-
- Callables - Class in com.google.common.util.concurrent
-
Static utility methods pertaining to the
Callable
interface.
- 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.AbstractCheckedFuture
-
- cancel(boolean) - Method in class com.google.common.util.concurrent.AbstractFuture
-
- cancel() - Method in class com.google.common.util.concurrent.AbstractFuture
-
Subclasses should invoke this method to mark the future as cancelled.
- cancel(boolean) - Method in class com.google.common.util.concurrent.ForwardingFuture
-
- cancel(boolean) - Method in class com.google.common.util.concurrent.SettableFuture
- 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.
- cellSet() - Method in class com.google.common.collect.ForwardingTable
-
- cellSet() - Method in interface com.google.common.collect.Table
-
Returns a set of all row key / column key / value triplets.
- chain(ListenableFuture<I>, Function<? super I, ? extends ListenableFuture<? extends O>>) - Static method in class com.google.common.util.concurrent.Futures
-
Returns a new ListenableFuture
whose result is asynchronously
derived from the result of the given Future
.
- chain(ListenableFuture<I>, Function<? super I, ? extends ListenableFuture<? extends O>>, Executor) - Static method in class com.google.common.util.concurrent.Futures
-
Returns a new ListenableFuture
whose result is asynchronously
derived from the result of the given Future
.
- charactersOf(String) - Static method in class com.google.common.collect.Lists
-
Returns a view of the specified string as an immutable list of Character
values.
- charactersOf(CharSequence) - Static method in class com.google.common.collect.Lists
-
Returns a view of the specified CharSequence
as a List<Character>
, viewing sequence
as a sequence of Unicode code
units.
- 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
-
- Chars - Class in com.google.common.primitives
-
Static utility methods pertaining to
char
primitives, that are not
already found in either
Character
or
Arrays
.
- 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.
- 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.
- checkedCast(long) - Static method in class com.google.common.primitives.Chars
-
Returns the char
value that is equal to value
, if possible.
- checkedCast(long) - Static method in class com.google.common.primitives.Ints
-
Returns the int
value that is equal to value
, if possible.
- checkedCast(long) - Static method in class com.google.common.primitives.Shorts
-
Returns the short
value that is equal to value
, if
possible.
- checkedCast(long) - Static method in class com.google.common.primitives.SignedBytes
-
Returns the byte
value that is equal to value
, if possible.
- checkedCast(long) - Static method in class com.google.common.primitives.UnsignedBytes
-
Returns the byte
value that, when treated as unsigned, is equal to
value
, if possible.
- CheckedFuture<V,X extends Exception> - Interface in com.google.common.util.concurrent
-
A
CheckedFuture
is an extension of
Future
that includes
versions of the
get
methods that can throw a checked exception and
allows listeners to be attached to the future.
- 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
-
- checkElement(E) - Method in interface com.google.common.collect.Constraint
-
Throws a suitable RuntimeException
if the specified element is
illegal.
- checkElementIndex(int, int) - Static method in class com.google.common.base.Preconditions
-
Ensures that index
specifies a valid element in an array,
list or string of size size
.
- checkElementIndex(int, int, String) - Static method in class com.google.common.base.Preconditions
-
Ensures that index
specifies a valid element in an array,
list or string of size size
.
- checkKeyValue(K, V) - Method in interface com.google.common.collect.MapConstraint
-
Throws a suitable RuntimeException
if the specified key or value is
illegal.
- 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.
- checkPositionIndex(int, int) - Static method in class com.google.common.base.Preconditions
-
Ensures that index
specifies a valid position in an array,
list or string of size size
.
- checkPositionIndex(int, int, String) - Static method in class com.google.common.base.Preconditions
-
Ensures that index
specifies a valid position in an array,
list or string of size size
.
- checkPositionIndexes(int, int, int) - Static method in class com.google.common.base.Preconditions
-
Ensures that start
and end
specify a valid positions
in an array, list or string of size size
, 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.
- child(String) - Method in class com.google.common.net.InternetDomainName
-
Creates and returns a new InternetDomainName
by prepending the
argument and a dot to the current name.
- 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.
- 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.ImmutableCollection
-
Guaranteed to throw an exception and leave the collection unmodified.
- clear() - Method in class com.google.common.collect.ImmutableMap
-
Guaranteed to throw an exception and leave the map unmodified.
- clear() - Method in class com.google.common.collect.ImmutableMultimap
-
Guaranteed to throw an exception and leave the multimap unmodified.
- 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.
- clear() - Method in interface com.google.common.collect.Table
-
Removes all mappings from the table.
- 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.FileBackedOutputStream
-
- Closeables - Class in com.google.common.io
-
Utility methods for working with
Closeable
objects.
- closeQuietly(Closeable) - Static method in class com.google.common.io.Closeables
-
Equivalent to calling close(closeable, true)
, but with no
IOException in the signature.
- 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 Collection
instances.
- column(C) - Method in class com.google.common.collect.ForwardingTable
-
- 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
-
Returns the comparator that orders the columns.
- columnKeySet() - Method in class com.google.common.collect.ForwardingTable
-
- 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.ForwardingTable
-
- 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.base.internal - package com.google.common.base.internal
-
- 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.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.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
.
- com.google.common.util.concurrent - package com.google.common.util.concurrent
-
Concurrency utilities.
- comparator() - Method in class com.google.common.collect.ForwardingSortedMap
-
- 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.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.
- 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 boolean
values in the standard way
(false
is considered less than true
).
- compare(char, char) - Static method in class com.google.common.primitives.Chars
-
Compares the two specified char
values.
- compare(double, double) - Static method in class com.google.common.primitives.Doubles
-
Compares the two specified double
values.
- 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 int
values.
- compare(long, long) - Static method in class com.google.common.primitives.Longs
-
Compares the two specified long
values.
- compare(short, short) - Static method in class com.google.common.primitives.Shorts
-
Compares the two specified short
values.
- compare(byte, byte) - Static method in class com.google.common.primitives.SignedBytes
-
Compares the two specified byte
values.
- compare(byte, byte) - Static method in class com.google.common.primitives.UnsignedBytes
-
Compares the two specified byte
values, treating them as unsigned
values between 0 and 255 inclusive.
- ComparisonChain - Class in com.google.common.collect
-
A utility for performing a "lazy" chained comparison statement, which
performs comparisons only until it finds a nonzero result.
- complementOf(Collection<E>) - Static method in class com.google.common.collect.Sets
-
Creates an EnumSet
consisting of all enum values that are not in
the specified collection.
- complementOf(Collection<E>, Class<E>) - Static method in class com.google.common.collect.Sets
-
Creates an EnumSet
consisting of all enum values that are not in
the specified collection.
- 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(Iterable<? extends Comparator<? super T>>) - Static method in class com.google.common.collect.Ordering
-
Returns an ordering which tries each given comparator in order until a
non-zero result is found, returning that result, and returning zero only if
all comparators return zero.
- compound(Comparator<? super U>) - Method in class com.google.common.collect.Ordering
-
Returns an ordering which first uses the ordering this
, but which
in the event of a "tie", then delegates to secondaryComparator
.
- 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.
- computeNext() - Method in class com.google.common.collect.AbstractIterator
-
Returns the next element.
- computeNext(T) - Method in class com.google.common.collect.AbstractLinkedIterator
-
Returns the element that follows previous
, or returns null
if no elements remain.
- 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 element
to array
.
- concat(T[], T) - Static method in class com.google.common.collect.ObjectArrays
-
Returns a new array that appends element
to array
.
- 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.
- concurrencyLevel(int) - Method in class com.google.common.collect.GenericMapMaker
-
- 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 Multiset
operations (exceptions where noted).
- constant(E) - Static method in class com.google.common.base.Functions
-
Creates a function that returns value
for any input.
- constrainedBiMap(BiMap<K, V>, MapConstraint<? super K, ? super V>) - Static method in class com.google.common.collect.MapConstraints
-
Returns a constrained view of the specified bimap, using the specified
constraint.
- constrainedCollection(Collection<E>, Constraint<? super E>) - Static method in class com.google.common.collect.Constraints
-
Returns a constrained view of the specified collection, using the specified
constraint.
- constrainedList(List<E>, Constraint<? super E>) - Static method in class com.google.common.collect.Constraints
-
Returns a constrained view of the specified list, using the specified
constraint.
- constrainedListMultimap(ListMultimap<K, V>, MapConstraint<? super K, ? super V>) - Static method in class com.google.common.collect.MapConstraints
-
Returns a constrained view of the specified list multimap, using the
specified constraint.
- constrainedMap(Map<K, V>, MapConstraint<? super K, ? super V>) - Static method in class com.google.common.collect.MapConstraints
-
Returns a constrained view of the specified map, using the specified
constraint.
- constrainedMultimap(Multimap<K, V>, MapConstraint<? super K, ? super V>) - Static method in class com.google.common.collect.MapConstraints
-
Returns a constrained view of the specified multimap, using the specified
constraint.
- constrainedMultiset(Multiset<E>, Constraint<? super E>) - Static method in class com.google.common.collect.Constraints
-
Returns a constrained view of the specified multiset, using the specified
constraint.
- constrainedSet(Set<E>, Constraint<? super E>) - Static method in class com.google.common.collect.Constraints
-
Returns a constrained view of the specified set, using the specified
constraint.
- constrainedSetMultimap(SetMultimap<K, V>, MapConstraint<? super K, ? super V>) - Static method in class com.google.common.collect.MapConstraints
-
Returns a constrained view of the specified set multimap, using the
specified constraint.
- constrainedSortedSet(SortedSet<E>, Constraint<? super E>) - Static method in class com.google.common.collect.Constraints
-
Returns a constrained view of the specified sorted set, using the specified
constraint.
- constrainedSortedSetMultimap(SortedSetMultimap<K, V>, MapConstraint<? super K, ? super V>) - Static method in class com.google.common.collect.MapConstraints
-
Returns a constrained view of the specified sorted-set multimap, using the
specified constraint.
- Constraint<E> - Interface in com.google.common.collect
-
A constraint that an element must satisfy in order to be added to a
collection.
- Constraints - Class in com.google.common.collect
-
Factories and utilities pertaining to the
Constraint
interface.
- 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 iterator
that removes each element
from the supplied iterator
as it is returned.
- contains(Pattern) - Static method in class com.google.common.base.Predicates
-
Returns a predicate that evaluates to true
if the
CharSequence
being tested contains any match for the given
regular expression pattern.
- contains(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.ImmutableMultiset
-
- contains(Iterable<?>, Object) - Static method in class com.google.common.collect.Iterables
-
Returns true
if iterable
contains element
; that is,
any object for which equals(element)
is true.
- contains(Iterator<?>, Object) - Static method in class com.google.common.collect.Iterators
-
Returns true
if iterator
contains element
.
- contains(Object) - Method in interface com.google.common.collect.Multiset
-
Determines whether this multiset contains the specified element.
- contains(Object, Object) - Method in interface com.google.common.collect.Table
-
Returns true
if the table contains a mapping with the specified
row and column keys.
- contains(Object, Object) - Method in class com.google.common.collect.TreeBasedTable
-
- contains(boolean[], boolean) - Static method in class com.google.common.primitives.Booleans
-
Returns true
if target
is present as an element anywhere in
array
.
- contains(byte[], byte) - Static method in class com.google.common.primitives.Bytes
-
Returns true
if target
is present as an element anywhere in
array
.
- contains(char[], char) - Static method in class com.google.common.primitives.Chars
-
Returns true
if target
is present as an element anywhere in
array
.
- contains(double[], double) - Static method in class com.google.common.primitives.Doubles
-
Returns true
if target
is present as an element anywhere in
array
.
- contains(float[], float) - Static method in class com.google.common.primitives.Floats
-
Returns true
if target
is present as an element anywhere in
array
.
- contains(int[], int) - Static method in class com.google.common.primitives.Ints
-
Returns true
if target
is present as an element anywhere in
array
.
- contains(long[], long) - Static method in class com.google.common.primitives.Longs
-
Returns true
if target
is present as an element anywhere in
array
.
- contains(short[], short) - Static method in class com.google.common.primitives.Shorts
-
Returns true
if target
is present as an element anywhere in
array
.
- containsAll(Collection<?>) - Method in class com.google.common.collect.ForwardingCollection
-
- containsAll(Collection<?>) - Method in class com.google.common.collect.ImmutableCollection
-
- containsAll(Collection<?>) - Method in interface com.google.common.collect.Multiset
-
Returns true
if this multiset contains at least one occurrence of
each element in the specified collection.
- 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 true
if the table contains a mapping with the specified
column.
- containsColumn(Object) - Method in class com.google.common.collect.TreeBasedTable
-
- containsEntry(Object, Object) - Method in class com.google.common.collect.ForwardingMultimap
-
- containsEntry(Object, Object) - Method in class com.google.common.collect.ImmutableMultimap
-
- containsEntry(Object, Object) - Method in class com.google.common.collect.LinkedListMultimap
-
- containsEntry(Object, Object) - Method in interface com.google.common.collect.Multimap
-
Returns true
if the multimap contains the specified key-value pair.
- 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.ImmutableBiMap
-
- 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 true
if the multimap contains any values for the specified
key.
- containsPattern(String) - Static method in class com.google.common.base.Predicates
-
Returns a predicate that evaluates to true
if the
CharSequence
being tested contains any match for the given
regular expression pattern.
- 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 true
if the table contains a mapping with the specified
row key.
- containsRow(Object) - Method in class com.google.common.collect.TreeBasedTable
-
- 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.ImmutableBiMap
-
- 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.ImmutableSortedMap
-
- containsValue(Object) - Method in class com.google.common.collect.LinkedListMultimap
-
- containsValue(Object) - Method in interface com.google.common.collect.Multimap
-
Returns true
if the multimap contains the specified value for any
key.
- containsValue(Object) - Method in interface com.google.common.collect.Table
-
Returns true
if the table contains a mapping with the specified
value.
- containsValue(Object) - Method in class com.google.common.collect.TreeBasedTable
-
- copy(InputSupplier<? extends InputStream>, OutputSupplier<? extends OutputStream>) - Static method in class com.google.common.io.ByteStreams
-
Opens input and output streams from the given suppliers, copies all
bytes from the input to the output, and closes the streams.
- copy(InputSupplier<? extends InputStream>, OutputStream) - Static method in class com.google.common.io.ByteStreams
-
Opens an input stream from the supplier, copies all bytes from the
input to the output, and closes the input stream.
- 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(InputSupplier<R>, OutputSupplier<W>) - Static method in class com.google.common.io.CharStreams
-
Opens
Readable
and
Appendable
objects from the
given factories, copies all characters between the two, and closes
them.
- copy(InputSupplier<R>, Appendable) - Static method in class com.google.common.io.CharStreams
-
Opens a
Readable
object from the supplier, copies all characters
to the
Appendable
object, and closes the input.
- copy(Readable, Appendable) - Static method in class com.google.common.io.CharStreams
-
- copy(InputSupplier<? extends InputStream>, File) - Static method in class com.google.common.io.Files
-
Copies to a file all bytes from an
InputStream
supplied by a
factory.
- copy(File, OutputSupplier<? extends OutputStream>) - Static method in class com.google.common.io.Files
-
Copies all bytes from a file to an
OutputStream
supplied by
a factory.
- 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(InputSupplier<R>, File, Charset) - Static method in class com.google.common.io.Files
-
Copies to a file all characters from a
Readable
and
Closeable
object supplied by a factory, using the given
character set.
- copy(File, Charset, OutputSupplier<W>) - Static method in class com.google.common.io.Files
-
Copies all characters from a file to a
Appendable
&
Closeable
object supplied by a factory, using the given
character set.
- 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.
- 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(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(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(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.ImmutableMultimap
-
Returns an immutable multimap containing the same mappings as multimap
.
- copyOf(E[]) - Static method in class com.google.common.collect.ImmutableMultiset
-
Returns an immutable multiset containing the given elements.
- copyOf(Iterable<? extends E>) - Static method in class com.google.common.collect.ImmutableMultiset
-
Returns an immutable multiset containing the given elements.
- copyOf(Iterator<? extends E>) - Static method in class com.google.common.collect.ImmutableMultiset
-
Returns an immutable multiset containing the given elements.
- copyOf(E[]) - Static method in class com.google.common.collect.ImmutableSet
-
Returns an immutable set containing the given elements, in order.
- copyOf(Iterable<? extends E>) - Static method in class com.google.common.collect.ImmutableSet
-
Returns an immutable set containing the given elements, in order.
- copyOf(Iterator<? extends E>) - Static method in class com.google.common.collect.ImmutableSet
-
Returns an immutable set containing the given elements, in order.
- copyOf(Collection<? extends E>) - Static method in class com.google.common.collect.ImmutableSet
-
Returns an immutable set containing the given elements, in order.
- 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(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(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
.
- copyOfSorted(SortedMap<K, ? extends V>) - Static method in class com.google.common.collect.ImmutableSortedMap
-
Returns an immutable map containing the same entries as the provided sorted
map, with the same ordering.
- copyOfSorted(SortedSet<E>) - Static method in class com.google.common.collect.ImmutableSortedSet
-
Returns an immutable sorted set containing the elements of a sorted set,
sorted by the same Comparator
.
- count(Object) - Method in class com.google.common.collect.ConcurrentHashMultiset
-
Returns the number of occurrences of element
in this multiset.
- count(Object) - Method in class com.google.common.collect.ForwardingMultiset
-
- count(Object) - Method in class com.google.common.collect.ImmutableMultiset
-
- 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
-
- 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.
- 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.
- create() - Static method in class com.google.common.collect.ArrayListMultimap
-
Creates a new, empty ArrayListMultimap
with the default initial
capacities.
- create(int, int) - Static method in class com.google.common.collect.ArrayListMultimap
-
Constructs an empty ArrayListMultimap
with enough capacity to hold
the specified numbers of keys and values without resizing.
- create(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.ArrayListMultimap
-
Constructs an ArrayListMultimap
with the same mappings as the
specified multimap.
- create() - Static method in class com.google.common.collect.ConcurrentHashMultiset
-
Creates a new, empty ConcurrentHashMultiset
using the default
initial capacity, load factor, and concurrency settings.
- create(Iterable<? extends E>) - Static method in class com.google.common.collect.ConcurrentHashMultiset
-
Creates a new ConcurrentHashMultiset
containing the specified
elements, using the default initial capacity, load factor, and concurrency
settings.
- create(GenericMapMaker<? super E, ? super Number>) - Static method in class com.google.common.collect.ConcurrentHashMultiset
-
Creates a new, empty ConcurrentHashMultiset
using mapMaker
to construct the internal backing map.
- create(Class<K>, Class<V>) - Static method in class com.google.common.collect.EnumBiMap
-
Returns a new, empty EnumBiMap
using the specified key and value
types.
- create(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 EnumHashBiMap
using 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 EnumMultiset
containing the specified elements.
- 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 HashBasedTable
with the specified map sizes.
- create(Table<? extends R, ? extends C, ? extends V>) - Static method in class com.google.common.collect.HashBasedTable
-
Creates a HashBasedTable
with the same mappings as the specified
table.
- create() - Static method in class com.google.common.collect.HashBiMap
-
Returns a new, empty HashBiMap
with 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 HashMultimap
with the default initial
capacities.
- create(int, int) - Static method in class com.google.common.collect.HashMultimap
-
Constructs an empty HashMultimap
with enough capacity to hold the
specified numbers of keys and values without rehashing.
- create(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.HashMultimap
-
Constructs a HashMultimap
with the same mappings as the specified
multimap.
- create() - Static method in class com.google.common.collect.HashMultiset
-
Creates a new, empty HashMultiset
using the default initial
capacity.
- create(int) - Static method in class com.google.common.collect.HashMultiset
-
Creates a new, empty HashMultiset
with the specified expected
number of distinct elements.
- create(Iterable<? extends E>) - Static method in class com.google.common.collect.HashMultiset
-
Creates a new HashMultiset
containing the specified elements.
- create() - Static method in class com.google.common.collect.LinkedHashMultimap
-
Creates a new, empty LinkedHashMultimap
with the default initial
capacities.
- create(int, int) - Static method in class com.google.common.collect.LinkedHashMultimap
-
Constructs an empty LinkedHashMultimap
with enough capacity to hold
the specified numbers of keys and values without rehashing.
- create(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.LinkedHashMultimap
-
Constructs a LinkedHashMultimap
with the same mappings as the
specified multimap.
- create() - Static method in class com.google.common.collect.LinkedHashMultiset
-
Creates a new, empty LinkedHashMultiset
using the default initial
capacity.
- create(int) - Static method in class com.google.common.collect.LinkedHashMultiset
-
Creates a new, empty LinkedHashMultiset
with the specified expected
number of distinct elements.
- create(Iterable<? extends E>) - Static method in class com.google.common.collect.LinkedHashMultiset
-
Creates a new LinkedHashMultiset
containing the specified elements.
- create() - Static method in class com.google.common.collect.LinkedListMultimap
-
Creates a new, empty LinkedListMultimap
with the default initial
capacity.
- create(int) - Static method in class com.google.common.collect.LinkedListMultimap
-
Constructs an empty LinkedListMultimap
with enough capacity to hold
the specified number of keys without rehashing.
- create(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.LinkedListMultimap
-
Constructs a LinkedListMultimap
with the same mappings as the
specified Multimap
.
- create() - 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 MutableClassToInstanceMap
instance backed by a given
empty backingMap
.
- create() - Static method in class com.google.common.collect.TreeBasedTable
-
Creates an empty TreeBasedTable
that uses the natural orderings
of both row and column keys.
- create(Comparator<? super R>, Comparator<? super C>) - Static method in class com.google.common.collect.TreeBasedTable
-
Creates an empty TreeBasedTable
that is ordered by the specified
comparators.
- create(TreeBasedTable<R, C, ? extends V>) - Static method in class com.google.common.collect.TreeBasedTable
-
Creates a TreeBasedTable
with the same mappings and sort order
as the specified TreeBasedTable
.
- create() - Static method in class com.google.common.collect.TreeMultimap
-
Creates an empty TreeMultimap
ordered 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 TreeMultimap
instance 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.util.concurrent.SettableFuture
-
Creates a new SettableFuture
in the default state.
- createParentDirs(File) - Static method in class com.google.common.io.Files
-
Creates any necessary but nonexistent parent directories of the specified
file.
- 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.tmpdir
system
property), and returns its name.
- 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.
- element() - Method in class com.google.common.collect.ForwardingQueue
-
- 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.ImmutableMultiset
-
- elementSet() - Method in interface com.google.common.collect.Multiset
-
Returns the set of distinct elements contained in this multiset.
- elementSet() - Method in class com.google.common.collect.TreeMultiset
-
Returns the set of distinct elements contained 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.
- emptyIterator() - Static method in class com.google.common.collect.Iterators
-
Returns the empty iterator.
- emptyToNull(String) - Static method in class com.google.common.base.Strings
-
Returns the given string if it is nonempty; null
otherwise.
- endOfData() - Method in class com.google.common.collect.AbstractIterator
-
Implementations of computeNext
must invoke this method when
there are no elements left in the iteration.
- 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.
- 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 collection of all key-value pairs.
- entries() - Method in interface com.google.common.collect.Multimap
-
Returns a collection of all key-value pairs.
- entries() - Method in interface com.google.common.collect.SetMultimap
-
Returns a collection of all key-value pairs.
- 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
-
- entrySet() - Method in class com.google.common.collect.ConcurrentHashMultiset
-
- 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.ImmutableBiMap
-
- 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.Entry
instances, each providing an element of the multiset and
the count of that element.
- EnumBiMap<K extends Enum<K>,V extends Enum<V>> - Class in com.google.common.collect
-
A BiMap
backed by two EnumMap
instances.
- EnumHashBiMap<K extends Enum<K>,V> - Class in com.google.common.collect
-
A BiMap
backed by an EnumMap
instance for keys-to-values, and
a HashMap
instance for values-to-keys.
- 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.
- 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.
- equal(Object, Object) - Static method in class com.google.common.base.Objects
-
Determines whether two possibly-null objects are equal.
- equal(InputSupplier<? extends InputStream>, InputSupplier<? extends InputStream>) - Static method in class com.google.common.io.ByteStreams
-
Returns true if the supplied input streams contain the same bytes.
- equal(File, File) - Static method in class com.google.common.io.Files
-
Returns true if the files contains the same bytes.
- equals() - Static method in class com.google.common.base.Equivalences
-
- equals(Object) - Method in interface com.google.common.base.Function
-
Indicates whether another object is equal to this function.
- 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.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.ImmutableBiMap
-
- 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.ImmutableMultimap
-
- equals(Object) - Method in class com.google.common.collect.ImmutableMultiset
-
- equals(Object) - Method in class com.google.common.collect.ImmutableSet
-
- equals(Object) - Method in class com.google.common.collect.LinkedListMultimap
-
Compares the specified object to this multimap for equality.
- 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 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.TreeBasedTable
-
- equals(Object) - Method in class com.google.common.net.HostSpecifier
-
- equals(Object) - Method in class com.google.common.net.InternetDomainName
-
- equalTo(T) - Static method in class com.google.common.base.Predicates
-
Returns a predicate that evaluates to true
if the object being
tested equals()
the given target or both are null.
- Equivalence<T> - Interface in com.google.common.base
-
A strategy for determining whether two instances are considered equivalent.
- Equivalences - Class in com.google.common.base
-
Contains static factory methods for creating Equivalence
instances.
- equivalent(T, T) - Method in interface com.google.common.base.Equivalence
-
Returns true
if the given objects are considered equivalent.
- 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.
- 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.
- evictionListener(MapEvictionListener<K, V>) - Method in class com.google.common.collect.MapMaker
-
Specifies a listener instance, which all maps built using this MapMaker
will notify each time an entry is evicted.
- EvictionListeners - Class in com.google.common.collect
-
A collection of common eviction listeners.
- ExecutionList - Class in com.google.common.util.concurrent
-
A list of (
Runnable
,
Executor
) pairs that guarantees
that every
Runnable
that is added using the add method will be
executed in its associated
Executor
after
ExecutionList.run()
is called.
- 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(Service.State) - Method in class com.google.common.util.concurrent.AbstractIdleService
-
Returns the
Executor
that will be used to run this service.
- 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 MinMaxPriorityQueue
instances sized appropriately to hold expectedSize
elements.
- expiration(long, TimeUnit) - Method in class com.google.common.collect.GenericMapMaker
-
- expiration(long, TimeUnit) - Method in class com.google.common.collect.MapMaker
-
- expireAfterAccess(long, TimeUnit) - Method in class com.google.common.collect.GenericMapMaker
-
- expireAfterAccess(long, TimeUnit) - Method in class com.google.common.collect.MapMaker
-
Specifies that each entry should be automatically removed from the
map once a fixed duration has passed since the entry's last read or
write access.
- expireAfterWrite(long, TimeUnit) - Method in class com.google.common.collect.GenericMapMaker
-
- expireAfterWrite(long, TimeUnit) - Method in class com.google.common.collect.MapMaker
-
Specifies that each entry should be automatically removed from the
map once a fixed duration has passed since the entry's creation or
replacement.
- 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.
- 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
-
- 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
-
Creates a new instance that uses the given file threshold.
- 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.
- filter(Collection<E>, Predicate<? super E>) - Static method in class com.google.common.collect.Collections2
-
Returns the elements of unfiltered
that satisfy a predicate.
- filter(Iterable<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterables
-
Returns the elements of unfiltered
that satisfy a predicate.
- filter(Iterable<?>, Class<T>) - Static method in class com.google.common.collect.Iterables
-
Returns all instances of class type
in unfiltered
.
- filter(Iterator<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterators
-
Returns the elements of unfiltered
that satisfy a predicate.
- filter(Iterator<?>, Class<T>) - Static method in class com.google.common.collect.Iterators
-
Returns all instances of class type
in unfiltered
.
- filter(Set<E>, Predicate<? super E>) - Static method in class com.google.common.collect.Sets
-
Returns the elements of 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 unfiltered
that satisfy a
predicate.
- filterEntries(SortedMap<K, V>, Predicate<? super Map.Entry<K, V>>) - Static method in class com.google.common.collect.SortedMaps
-
Returns a sorted map containing the mappings in unfiltered
that
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 unfiltered
whose keys
satisfy a predicate.
- filterKeys(SortedMap<K, V>, Predicate<? super K>) - Static method in class com.google.common.collect.SortedMaps
-
Returns a sorted map containing the mappings in unfiltered
whose
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 unfiltered
whose values
satisfy a predicate.
- filterValues(SortedMap<K, V>, Predicate<? super V>) - Static method in class com.google.common.collect.SortedMaps
-
Returns a sorted map containing the mappings in unfiltered
whose
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.
- Finalizer - Class in com.google.common.base.internal
-
Thread that finalizes referents.
- 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 iterable
that satisfies the given
predicate.
- find(Iterable<T>, Predicate<? super T>, T) - Static method in class com.google.common.collect.Iterables
-
Returns the first element in iterable
that satisfies the given
predicate, or defaultValue
if none found.
- find(Iterator<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterators
-
Returns the first element in iterator
that satisfies the given
predicate.
- find(Iterator<T>, Predicate<? super T>, T) - Static method in class com.google.common.collect.Iterators
-
Returns the first element in iterator
that satisfies the given
predicate.
- first() - Method in class com.google.common.collect.ForwardingSortedSet
-
- firstKey() - Method in class com.google.common.collect.ForwardingSortedMap
-
- firstKey() - Method in class com.google.common.collect.ImmutableSortedMap
-
- firstNonNull(T, T) - Static method in class com.google.common.base.Objects
-
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.
- Floats - Class in com.google.common.primitives
-
Static utility methods pertaining to
float
primitives, that are not
already found in either
Float
or
Arrays
.
- 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 no
IOException
in the signature.
- forArray(T...) - Static method in class com.google.common.collect.Iterators
-
Returns an iterator containing the elements of array
in 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
-
Guaranteed to throw an exception and leave the bimap unmodified.
- forEnumeration(Enumeration<T>) - Static method in class com.google.common.collect.Iterators
-
Adapts an Enumeration
to the Iterator
interface.
- 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.
- 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.
- 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.
- ForwardingBlockingQueue<E> - Class in com.google.common.util.concurrent
-
- ForwardingBlockingQueue() - Constructor for class com.google.common.util.concurrent.ForwardingBlockingQueue
-
Constructor for use by subclasses.
- 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
-
- ForwardingCheckedFuture.SimpleForwardingCheckedFuture(CheckedFuture<V, X>) - Constructor for class com.google.common.util.concurrent.ForwardingCheckedFuture.SimpleForwardingCheckedFuture
-
- 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.
- 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.
- ForwardingFuture.SimpleForwardingFuture(Future<V>) - Constructor for class com.google.common.util.concurrent.ForwardingFuture.SimpleForwardingFuture
-
- 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
-
- ForwardingListenableFuture.SimpleForwardingListenableFuture(ListenableFuture<V>) - Constructor for class com.google.common.util.concurrent.ForwardingListenableFuture.SimpleForwardingListenableFuture
-
- 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.
- 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.
- 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.
- 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.
- ForwardingService - Class in com.google.common.util.concurrent
-
A
Service
that forwards all method calls to another service.
- ForwardingService() - Constructor for class com.google.common.util.concurrent.ForwardingService
-
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.
- 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(Comparator<T>) - Static method in class com.google.common.collect.Ordering
-
Returns an ordering for a pre-existing comparator
.
- from(Ordering<T>) - Static method in class com.google.common.collect.Ordering
-
Deprecated.
no need to use this
- from(String) - Static method in class com.google.common.net.HostSpecifier
-
Attempts to return a HostSpecifier
for the given string, throwing
an exception if parsing fails.
- fromByteArray(byte[]) - Static method in class com.google.common.primitives.Chars
-
Returns the char
value whose big-endian representation is
stored in the first 2 bytes of bytes
; equivalent to ByteBuffer.wrap(bytes).getChar()
.
- fromByteArray(byte[]) - Static method in class com.google.common.primitives.Ints
-
Returns the int
value whose big-endian representation is stored in
the first 4 bytes of bytes
; equivalent to ByteBuffer.wrap(bytes).getInt()
.
- fromByteArray(byte[]) - Static method in class com.google.common.primitives.Longs
-
Returns the long
value whose big-endian representation is
stored in the first 8 bytes of bytes
; equivalent to ByteBuffer.wrap(bytes).getLong()
.
- fromByteArray(byte[]) - Static method in class com.google.common.primitives.Shorts
-
Returns the short
value whose big-endian representation is
stored in the first 2 bytes of bytes
; equivalent to ByteBuffer.wrap(bytes).getShort()
.
- fromBytes(byte, byte) - Static method in class com.google.common.primitives.Chars
-
Returns the char
value whose byte representation is the given 2
bytes, in big-endian order; equivalent to Chars.fromByteArray(new
byte[] {b1, b2})
.
- fromBytes(byte, byte, byte, byte) - Static method in class com.google.common.primitives.Ints
-
Returns the int
value whose byte representation is the given 4
bytes, in big-endian order; equivalent to Ints.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 long
value whose byte representation is the given 8
bytes, in big-endian order; equivalent to Longs.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 short
value whose byte representation is the given 2
bytes, in big-endian order; equivalent to Shorts.fromByteArray(new
byte[] {b1, b2})
.
- fromInteger(int) - Static method in class com.google.common.net.InetAddresses
-
Returns an Inet4Address having the integer value specified by
the argument.
- fromLenient(String) - Static method in class com.google.common.net.InternetDomainName
-
- fromLittleEndianByteArray(byte[]) - Static method in class com.google.common.net.InetAddresses
-
- fromProperties(Properties) - Static method in class com.google.common.collect.Maps
-
Creates an ImmutableMap<String, String>
from a Properties
instance.
- fromValid(String) - Static method in class com.google.common.net.HostSpecifier
-
Returns a HostSpecifier
built from the provided specifier
,
which is already known to be valid.
- FS - Static variable in class com.google.common.base.Ascii
-
File/Group/Record/Unit Separator: These 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
-
Determines an output value based on an input value.
- Functions - Class in com.google.common.base
-
Static utility methods pertaining to Function
instances.
- Futures - Class in com.google.common.util.concurrent
-
Static utility methods pertaining to the
Future
interface.
- GenericMapMaker<K0,V0> - Class in com.google.common.collect
-
A class exactly like
MapMaker
, except restricted in the types of maps
it can build.
- get() - Method in interface com.google.common.base.Supplier
-
Retrieves an instance of the appropriate type.
- 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.ImmutableBiMap
-
- 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.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<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 iterator
position + 1
times, returning the
element at the position
th position.
- get(Iterator<T>, int, T) - Static method in class com.google.common.collect.Iterators
-
Advances iterator
position + 1
times, returning the
element at the position
th position or defaultValue
otherwise.
- get(K) - Method in class com.google.common.collect.LinkedListMultimap
-
Returns a collection view of all values associated with a key.
- get(K) - Method in interface com.google.common.collect.ListMultimap
-
Returns a collection view of all values associated with a key.
- get(K) - Method in interface com.google.common.collect.Multimap
-
Returns a collection view of all values associated with a key.
- get(K) - Method in interface com.google.common.collect.SetMultimap
-
Returns a collection view of all values associated with a key.
- 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
null
if no such mapping exists.
- get(Object, Object) - Method in class com.google.common.collect.TreeBasedTable
-
- get() - Method in class com.google.common.util.concurrent.AbstractCheckedFuture
-
- get(long, TimeUnit) - Method in class com.google.common.util.concurrent.AbstractCheckedFuture
-
- 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.ForwardingFuture
-
- get(long, TimeUnit) - Method in class com.google.common.util.concurrent.ForwardingFuture
-
- get() - Method in interface com.google.common.util.concurrent.UninterruptibleFuture
-
- get(long, TimeUnit) - Method in interface com.google.common.util.concurrent.UninterruptibleFuture
-
- get6to4IPv4Address(Inet6Address) - Static method in class com.google.common.net.InetAddresses
-
Returns the IPv4 address embedded in a 6to4 address.
- getCausalChain(Throwable) - Static method in class com.google.common.base.Throwables
-
Gets a Throwable
cause chain as a list.
- getChecksum(InputSupplier<? extends InputStream>, Checksum) - Static method in class com.google.common.io.ByteStreams
-
Computes and returns the checksum value for a supplied input stream.
- getChecksum(File, Checksum) - Static method in class com.google.common.io.Files
-
Computes and returns the checksum value for a file.
- 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.
- 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.
- getDigest(InputSupplier<? extends InputStream>, MessageDigest) - Static method in class com.google.common.io.ByteStreams
-
Computes and returns the digest value for a supplied input stream.
- getDigest(File, MessageDigest) - Static method in class com.google.common.io.Files
-
Computes and returns the digest value for a file.
- 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.
- 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 ThreadPoolExecutor into a ScheduledExecutorService that
exits when the application is complete.
- getFirst(Iterable<T>, T) - Static method in class com.google.common.collect.Iterables
-
Returns the first element in iterable
or defaultValue
if
the iterable is empty.
- getFlags() - Method in class com.google.common.net.InetAddresses.TeredoInfo
-
- getInheritableThreadLocalsField() - Static method in class com.google.common.base.internal.Finalizer
-
- getInput() - Method in interface com.google.common.io.InputSupplier
-
Returns an object that encapsulates a readable resource.
- getInstance(Class<T>) - Method in interface com.google.common.collect.ClassToInstanceMap
-
Returns the value the specified class is mapped to, or null
if 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
-
- 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(Iterable<T>) - Static method in class com.google.common.collect.Iterables
-
Returns the last element of iterable
.
- getLast(Iterable<T>, T) - Static method in class com.google.common.collect.Iterables
-
Returns the last element of iterable
or defaultValue
if
the iterable is empty.
- getLast(Iterator<T>) - Static method in class com.google.common.collect.Iterators
-
Advances iterator
to the end, returning the last element.
- getLast(Iterator<T>, T) - Static method in class com.google.common.collect.Iterators
-
Advances iterator
to the end, returning the last element or
defaultValue
if the iterator is empty.
- getNext(Iterator<T>, T) - Static method in class com.google.common.collect.Iterators
-
Returns the next element in iterator
or defaultValue
if
the iterator is empty.
- getOnlyElement(Iterable<T>) - Static method in class com.google.common.collect.Iterables
-
Returns the single element contained in iterable
.
- getOnlyElement(Iterable<T>, T) - Static method in class com.google.common.collect.Iterables
-
Returns the single element contained in iterable
, or defaultValue
if 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<T>, T) - Static method in class com.google.common.collect.Iterators
-
Returns the single element contained in iterator
, or defaultValue
if the iterator is empty.
- getOutput() - Method in interface com.google.common.io.OutputSupplier
-
Returns an object that encapsulates a writable resource.
- getPort() - Method in class com.google.common.net.InetAddresses.TeredoInfo
-
- getResource(String) - Static method in class com.google.common.io.Resources
-
Returns a URL
pointing to resourceName
if the resource is
found in the class path.
- getResource(Class<?>, String) - Static method in class com.google.common.io.Resources
-
Returns a URL
pointing to resourceName
that is relative to
contextClass
, if the resource is found in the class path.
- 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.
- 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
-
- 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
.
- getSupplier() - Method in class com.google.common.io.FileBackedOutputStream
-
Returns a supplier that may be used to retrieve the data buffered
by this stream.
- getTeredoInfo(Inet6Address) - Static method in class com.google.common.net.InetAddresses
-
Returns the Teredo information embedded in a Teredo address.
- 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.
- greatestOf(Iterable<E>, int) - Method in class com.google.common.collect.Ordering
-
Returns the k
greatest elements of the given iterable according to
this ordering, in order from greatest to least.
- GS - Static variable in class com.google.common.base.Ascii
-
- 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 a method indicates that the method may
not be used with the
Google Web Toolkit (GWT),
even though its type is annotated as
GwtCompatible
and accessible in
GWT.
- identity() - Static method in class com.google.common.base.Equivalences
-
- identity() - Static method in class com.google.common.base.Functions
-
Returns the identity function.
- immediateCheckedFuture(V) - Static method in class com.google.common.util.concurrent.Futures
-
Returns a CheckedFuture
which has its value set immediately upon
construction.
- immediateFailedCheckedFuture(X) - Static method in class com.google.common.util.concurrent.Futures
-
Returns a CheckedFuture
which has an exception set immediately upon
construction.
- immediateFailedFuture(Throwable) - Static method in class com.google.common.util.concurrent.Futures
-
Returns a ListenableFuture
which has an exception set immediately
upon construction.
- immediateFuture(V) - Static method in class com.google.common.util.concurrent.Futures
-
Creates a ListenableFuture
which has its value set immediately upon
construction.
- ImmutableBiMap<K,V> - Class in com.google.common.collect
-
An immutable
BiMap
with reliable user-specified iteration order.
- ImmutableBiMap.Builder<K,V> - Class in com.google.common.collect
-
A builder for creating immutable bimap instances, especially public
static final
bimaps ("constant bimaps").
- ImmutableBiMap.Builder() - Constructor for class com.google.common.collect.ImmutableBiMap.Builder
-
Creates a new builder.
- 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.
- ImmutableClassToInstanceMap.Builder() - Constructor for class com.google.common.collect.ImmutableClassToInstanceMap.Builder
-
- ImmutableCollection<E> - Class in com.google.common.collect
-
An immutable collection.
- 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.
- 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.
- ImmutableList<E> - Class in com.google.common.collect
-
A high-performance, immutable, random-access List
implementation.
- ImmutableList.Builder<E> - Class in com.google.common.collect
-
A builder for creating immutable list instances, especially public
static final
lists ("constant lists").
- ImmutableList.Builder() - Constructor for class com.google.common.collect.ImmutableList.Builder
-
Creates a new builder.
- ImmutableListMultimap<K,V> - Class in com.google.common.collect
-
An immutable
ListMultimap
with reliable user-specified key and value
iteration order.
- ImmutableListMultimap.Builder<K,V> - Class in com.google.common.collect
-
A builder for creating immutable ListMultimap
instances, especially
public static final
multimaps ("constant multimaps").
- ImmutableListMultimap.Builder() - Constructor for class com.google.common.collect.ImmutableListMultimap.Builder
-
Creates a new builder.
- ImmutableMap<K,V> - Class in com.google.common.collect
-
An immutable, hash-based
Map
with reliable user-specified iteration
order.
- ImmutableMap.Builder<K,V> - Class in com.google.common.collect
-
A builder for creating immutable map instances, especially public
static final
maps ("constant maps").
- ImmutableMap.Builder() - Constructor for class com.google.common.collect.ImmutableMap.Builder
-
Creates a new builder.
- 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 final
multimaps ("constant multimaps").
- ImmutableMultimap.Builder() - Constructor for class com.google.common.collect.ImmutableMultimap.Builder
-
Creates a new builder.
- ImmutableMultiset<E> - Class in com.google.common.collect
-
An immutable hash-based multiset.
- ImmutableMultiset.Builder<E> - Class in com.google.common.collect
-
A builder for creating immutable multiset instances, especially public static final
multisets ("constant multisets").
- ImmutableMultiset.Builder() - Constructor for class com.google.common.collect.ImmutableMultiset.Builder
-
Creates a new builder.
- ImmutableSet<E> - Class in com.google.common.collect
-
A high-performance, immutable Set
with reliable, user-specified
iteration order.
- ImmutableSet.Builder<E> - Class in com.google.common.collect
-
A builder for creating immutable set instances, especially public
static final
sets ("constant sets").
- ImmutableSet.Builder() - Constructor for class com.google.common.collect.ImmutableSet.Builder
-
Creates a new builder.
- ImmutableSetMultimap<K,V> - Class in com.google.common.collect
-
An immutable
SetMultimap
with reliable user-specified key and value
iteration order.
- ImmutableSetMultimap.Builder<K,V> - Class in com.google.common.collect
-
A builder for creating immutable SetMultimap
instances, especially
public static final
multimaps ("constant multimaps").
- ImmutableSetMultimap.Builder() - Constructor for class com.google.common.collect.ImmutableSetMultimap.Builder
-
Creates a new builder.
- immutableSortedCopy(Iterable<E>) - Method in class com.google.common.collect.Ordering
-
Returns an immutable copy of the given iterable sorted 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 final
maps ("constant maps").
- ImmutableSortedMap.Builder(Comparator<? super K>) - Constructor for class com.google.common.collect.ImmutableSortedMap.Builder
-
Creates a new builder.
- ImmutableSortedSet<E> - Class in com.google.common.collect
-
An immutable SortedSet
that stores its elements in a sorted array.
- ImmutableSortedSet.Builder<E> - Class in com.google.common.collect
-
A builder for creating immutable sorted set instances, especially public static final
sets ("constant sets"), with a given comparator.
- ImmutableSortedSet.Builder(Comparator<? super E>) - Constructor for class com.google.common.collect.ImmutableSortedSet.Builder
-
Creates a new builder.
- in(Collection<? extends T>) - Static method in class com.google.common.base.Predicates
-
Returns a predicate that evaluates to true
if the object reference
being tested is a member of the given collection.
- index(Iterable<V>, Function<? super V, K>) - Static method in class com.google.common.collect.Multimaps
-
Creates an index ImmutableListMultimap
that contains the results of
applying a specified function to each item in an Iterable
of
values.
- indexIn(CharSequence) - Method in class com.google.common.base.CharMatcher
-
Returns the index of the first matching character in a character sequence, or -1
if 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 -1
if 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 iterable
of the first element that satisfies
the provided predicate
, or -1
if 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 iterator
of the first element that satisfies
the provided predicate
, or -1
if 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 target
in
array
.
- indexOf(boolean[], boolean[]) - Static method in class com.google.common.primitives.Booleans
-
Returns the start position of the first occurrence of the specified target
within array
, or -1
if 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 target
in
array
.
- indexOf(byte[], byte[]) - Static method in class com.google.common.primitives.Bytes
-
Returns the start position of the first occurrence of the specified target
within array
, or -1
if 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 target
in
array
.
- indexOf(char[], char[]) - Static method in class com.google.common.primitives.Chars
-
Returns the start position of the first occurrence of the specified target
within array
, or -1
if 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 target
in
array
.
- indexOf(double[], double[]) - Static method in class com.google.common.primitives.Doubles
-
Returns the start position of the first occurrence of the specified target
within array
, or -1
if 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 target
in
array
.
- indexOf(float[], float[]) - Static method in class com.google.common.primitives.Floats
-
Returns the start position of the first occurrence of the specified target
within array
, or -1
if 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 target
in
array
.
- indexOf(int[], int[]) - Static method in class com.google.common.primitives.Ints
-
Returns the start position of the first occurrence of the specified target
within array
, or -1
if 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 target
in
array
.
- indexOf(long[], long[]) - Static method in class com.google.common.primitives.Longs
-
Returns the start position of the first occurrence of the specified target
within array
, or -1
if 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 target
in
array
.
- indexOf(short[], short[]) - Static method in class com.google.common.primitives.Shorts
-
Returns the start position of the first occurrence of the specified target
within array
, or -1
if there is no such occurrence.
- InetAddresses - Class in com.google.common.net
-
Static utility methods pertaining to
InetAddress
instances.
- InetAddresses.TeredoInfo - Class in com.google.common.net
-
A simple data class to encapsulate the information to be found in a
Teredo address.
- InetAddresses.TeredoInfo(Inet4Address, Inet4Address, int, int) - Constructor for class com.google.common.net.InetAddresses.TeredoInfo
-
Constructs a TeredoInfo instance.
- initialCapacity(int) - Method in class com.google.common.collect.GenericMapMaker
-
- initialCapacity(int) - Method in class com.google.common.collect.MapMaker
-
Sets a custom initial capacity (defaults to 16).
- InputSupplier<T> - Interface in com.google.common.io
-
A factory for readable streams of bytes or characters.
- inRange(char, char) - Static method in class com.google.common.base.CharMatcher
-
Returns a char
matcher that matches any character in a given range (both endpoints are
inclusive).
- instanceOf(Class<?>) - Static method in class com.google.common.base.Predicates
-
Returns a predicate that evaluates to true
if the object being
tested is an instance of the given class.
- 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
.
- InternetDomainName - Class in com.google.common.net
-
An immutable well-formed internet domain name, such as com
or foo.co.uk
.
- intersection(Multiset<E>, Multiset<?>) - Static method in class com.google.common.collect.Multisets
-
Returns an unmodifiable view of the intersection of two multisets.
- intersection(Set<E>, Set<?>) - Static method in class com.google.common.collect.Sets
-
Returns an unmodifiable view of the intersection of two sets.
- Ints - Class in com.google.common.primitives
-
Static utility methods pertaining to
int
primitives, that are not
already found in either
Integer
or
Arrays
.
- 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.ImmutableBiMap
-
Returns the inverse view of this bimap, which maps each of this bimap's
values to its associated key.
- invertFrom(Multimap<? extends V, ? extends K>, M) - Static method in class com.google.common.collect.Multimaps
-
Copies each key-value mapping in source
into dest
, with
its key and value reversed.
- INVISIBLE - Static variable 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.
- is(char) - Static method in class com.google.common.base.CharMatcher
-
Returns a char
matcher that matches only one specified character.
- is6to4Address(Inet6Address) - Static method in class com.google.common.net.InetAddresses
-
Evaluates whether the argument is a 6to4 address.
- isCancelled() - Method in class com.google.common.util.concurrent.AbstractCheckedFuture
-
- isCancelled() - Method in class com.google.common.util.concurrent.AbstractFuture
-
- isCancelled() - Method in class com.google.common.util.concurrent.ForwardingFuture
-
- isCompatIPv4Address(Inet6Address) - Static method in class com.google.common.net.InetAddresses
-
Evaluates whether the argument is an IPv6 "compat" address.
- isDone() - Method in class com.google.common.util.concurrent.AbstractCheckedFuture
-
- 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.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.ImmutableBiMap
-
- isEmpty() - Method in class com.google.common.collect.ImmutableCollection
-
- isEmpty() - Method in class com.google.common.collect.ImmutableMap
-
- isEmpty() - Method in class com.google.common.collect.ImmutableMultimap
-
- isEmpty(Iterable<T>) - 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 true
if the multimap contains no key-value pairs.
- isEmpty() - Method in interface com.google.common.collect.Table
-
Returns true
if the table contains no mappings.
- isInetAddress(String) - Static method in class com.google.common.net.InetAddresses
-
Returns true
if the supplied string is a valid IP string
literal, false
otherwise.
- 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 c
is one of the twenty-six lowercase ASCII alphabetic characters
between 'a'
and 'z'
inclusive.
- isNot(char) - Static method in class com.google.common.base.CharMatcher
-
Returns a char
matcher that matches any character except the one specified.
- isNull() - Static method in class com.google.common.base.Predicates
-
Returns a predicate that evaluates to true
if the object reference
being tested is null.
- isNullOrEmpty(String) - Static method in class com.google.common.base.Strings
-
Returns true
if 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.
- isOrdered(Iterable<? extends T>) - Method in class com.google.common.collect.Ordering
-
Returns true
if each element in iterable
after the first is
greater than or equal to the element that preceded it, according to this
ordering.
- 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).
- 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.AbstractService
-
- isRunning() - Method in class com.google.common.util.concurrent.ForwardingService
-
- isRunning() - Method in interface com.google.common.util.concurrent.Service
-
Returns
true
if this service is
running.
- isStrictlyOrdered(Iterable<? extends T>) - Method in class com.google.common.collect.Ordering
-
Returns true
if each element in iterable
after the first is
strictly greater than the element that preceded it, according to
this ordering.
- isTeredoAddress(Inet6Address) - Static method in class com.google.common.net.InetAddresses
-
Evaluates whether the argument is a Teredo address.
- 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 c
is 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 true
if the supplied string is a valid URI IP string
literal, false
otherwise.
- isValid(String) - Static method in class com.google.common.net.HostSpecifier
-
- isValidLenient(String) - Static method in class com.google.common.net.InternetDomainName
-
Indicates whether the argument is a syntactically valid domain name after
lenient validation.
- 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
-
This class contains 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.MinMaxPriorityQueue
-
Returns an iterator over the elements contained in this collection,
in no particular order.
- iterator() - Method in interface com.google.common.collect.Multiset
- Iterators - Class in com.google.common.collect
-
This class contains static utility methods that operate on or return objects
of type
Iterator
.
- NAK - Static variable in class com.google.common.base.Ascii
-
Negative Acknowledge: A communication control character
transmitted by a receiver as a negative response to the sender.
- name() - Method in class com.google.common.net.InternetDomainName
-
Returns the domain name, normalized to all lower case.
- natural() - Static method in class com.google.common.collect.Ordering
-
Returns a serializable ordering that uses the natural order of the values.
- naturalOrder() - Static method in class com.google.common.collect.ImmutableSortedMap
-
Returns a builder that creates immutable sorted maps whose keys are
ordered by their natural ordering.
- naturalOrder() - Static method in class com.google.common.collect.ImmutableSortedSet
-
Returns a builder that creates immutable sorted sets whose elements are
ordered by their natural ordering.
- negate() - Method in class com.google.common.base.CharMatcher
-
Returns a matcher that matches any character not matched by this matcher.
- newArray(Class<T>, int) - Static method in class com.google.common.collect.ObjectArrays
-
Returns a new array of the given length with the specified component type.
- newArray(T[], int) - Static method in class com.google.common.collect.ObjectArrays
-
Returns a new array of the given length with the same type as a reference
array.
- newArrayList() - Static method in class com.google.common.collect.Lists
-
Creates a mutable, empty ArrayList
instance.
- newArrayList(E...) - Static method in class com.google.common.collect.Lists
-
Creates a mutable ArrayList
instance containing the given
elements.
- newArrayList(Iterable<? extends E>) - Static method in class com.google.common.collect.Lists
-
Creates a mutable ArrayList
instance containing the given
elements.
- newArrayList(Iterator<? extends E>) - Static method in class com.google.common.collect.Lists
-
Creates a mutable ArrayList
instance containing the given
elements.
- newArrayListWithCapacity(int) - Static method in class com.google.common.collect.Lists
-
- newArrayListWithExpectedSize(int) - Static method in class com.google.common.collect.Lists
-
Creates an ArrayList
instance sized appropriately to hold an
estimated number of elements without resizing.
- newConcurrentMap() - Static method in class com.google.common.collect.Maps
-
Returns a general-purpose instance of ConcurrentMap
, which supports
all optional operations of the ConcurrentMap interface.
- newDataInput(byte[]) - Static method in class com.google.common.io.ByteStreams
-
Returns a new
ByteArrayDataInput
instance to read from the
bytes
array from the beginning.
- newDataInput(byte[], int) - Static method in class com.google.common.io.ByteStreams
-
Returns a new
ByteArrayDataInput
instance to read from the
bytes
array, starting at the given position.
- newDataOutput() - Static method in class com.google.common.io.ByteStreams
-
- newDataOutput(int) - Static method in class com.google.common.io.ByteStreams
-
- newEnumMap(Class<K>) - Static method in class com.google.common.collect.Maps
-
Creates an EnumMap
instance.
- newEnumMap(Map<K, ? extends V>) - Static method in class com.google.common.collect.Maps
-
Creates an EnumMap
with the same mappings as the specified map.
- newEnumSet(Iterable<E>, Class<E>) - Static method in class com.google.common.collect.Sets
-
Returns a new EnumSet
instance containing the given elements.
- newHashMap() - Static method in class com.google.common.collect.Maps
-
Creates a mutable, empty HashMap
instance.
- newHashMap(Map<? extends K, ? extends V>) - Static method in class com.google.common.collect.Maps
-
Creates a mutable HashMap
instance with the same mappings as
the specified map.
- newHashMapWithExpectedSize(int) - Static method in class com.google.common.collect.Maps
-
Creates a HashMap
instance with enough capacity to hold the
specified number of elements without rehashing.
- newHashSet() - Static method in class com.google.common.collect.Sets
-
Creates a mutable, empty HashSet
instance.
- newHashSet(E...) - Static method in class com.google.common.collect.Sets
-
Creates a mutable HashSet
instance containing the given
elements in unspecified order.
- newHashSet(Iterable<? extends E>) - Static method in class com.google.common.collect.Sets
-
Creates a mutable HashSet
instance containing the given
elements in unspecified order.
- newHashSet(Iterator<? extends E>) - Static method in class com.google.common.collect.Sets
-
Creates a mutable HashSet
instance containing the given
elements in unspecified order.
- newHashSetWithExpectedSize(int) - Static method in class com.google.common.collect.Sets
-
Creates an empty HashSet
instance with enough capacity to hold the
specified number of elements without rehashing.
- newIdentityHashMap() - Static method in class com.google.common.collect.Maps
-
Creates an IdentityHashMap
instance.
- newIdentityHashSet() - Static method in class com.google.common.collect.Sets
-
Creates an empty Set
that uses identity to determine equality.
- newInputStreamSupplier(byte[]) - Static method in class com.google.common.io.ByteStreams
-
Returns a factory that will supply instances of
ByteArrayInputStream
that read from the given byte array.
- newInputStreamSupplier(byte[], int, int) - Static method in class com.google.common.io.ByteStreams
-
Returns a factory that will supply instances of
ByteArrayInputStream
that read from the given byte array.
- newInputStreamSupplier(File) - Static method in class com.google.common.io.Files
-
Returns a factory that will supply instances of
FileInputStream
that read from a file.
- newInputStreamSupplier(URL) - Static method in class com.google.common.io.Resources
-
Returns a factory that will supply instances of
InputStream
that
read from the given URL.
- newLinkedHashMap() - Static method in class com.google.common.collect.Maps
-
Creates a mutable, empty, insertion-ordered LinkedHashMap
instance.
- newLinkedHashMap(Map<? extends K, ? extends V>) - Static method in class com.google.common.collect.Maps
-
Creates a mutable, insertion-ordered LinkedHashMap
instance
with the same mappings as the specified map.
- newLinkedHashSet() - Static method in class com.google.common.collect.Sets
-
Creates a mutable, empty LinkedHashSet
instance.
- newLinkedHashSet(Iterable<? extends E>) - Static method in class com.google.common.collect.Sets
-
Creates a mutable LinkedHashSet
instance containing the
given elements in order.
- newLinkedList() - Static method in class com.google.common.collect.Lists
-
Creates an empty LinkedList
instance.
- newLinkedList(Iterable<? extends E>) - Static method in class com.google.common.collect.Lists
-
Creates a LinkedList
instance containing the given elements.
- newListMultimap(Map<K, Collection<V>>, Supplier<? extends List<V>>) - Static method in class com.google.common.collect.Multimaps
-
Creates a new ListMultimap
that uses the provided map and factory.
- newMultimap(Map<K, Collection<V>>, Supplier<? extends Collection<V>>) - Static method in class com.google.common.collect.Multimaps
-
Creates a new Multimap
that uses the provided map and factory.
- newOutputStreamSupplier(File) - Static method in class com.google.common.io.Files
-
Returns a factory that will supply instances of
FileOutputStream
that write to a file.
- newOutputStreamSupplier(File, boolean) - Static method in class com.google.common.io.Files
-
Returns a factory that will supply instances of
FileOutputStream
that write to or append to a file.
- newProxy(T, Class<T>, long, TimeUnit) - Method in class com.google.common.util.concurrent.FakeTimeLimiter
-
- newProxy(T, Class<T>, long, TimeUnit) - Method in class com.google.common.util.concurrent.SimpleTimeLimiter
-
- newProxy(T, Class<T>, long, TimeUnit) - Method in interface com.google.common.util.concurrent.TimeLimiter
-
Returns an instance of interfaceType
that delegates all method
calls to the target
object, enforcing the specified time limit on
each call.
- newReader(File, Charset) - Static method in class com.google.common.io.Files
-
Returns a buffered reader that reads from a file using the given
character set.
- newReaderSupplier(String) - Static method in class com.google.common.io.CharStreams
-
Returns a factory that will supply instances of
StringReader
that
read a string value.
- newReaderSupplier(InputSupplier<? extends InputStream>, Charset) - Static method in class com.google.common.io.CharStreams
-
- newReaderSupplier(File, Charset) - Static method in class com.google.common.io.Files
-
Returns a factory that will supply instances of
InputStreamReader
that read a file using the given character set.
- newReaderSupplier(URL, Charset) - Static method in class com.google.common.io.Resources
-
Returns a factory that will supply instances of
InputStreamReader
that read a URL using the given character set.
- newSetFromMap(Map<E, Boolean>) - Static method in class com.google.common.collect.Sets
-
Returns a set backed by the specified map.
- newSetMultimap(Map<K, Collection<V>>, Supplier<? extends Set<V>>) - Static method in class com.google.common.collect.Multimaps
-
Creates a new SetMultimap
that uses the provided map and factory.
- newSortedSetMultimap(Map<K, Collection<V>>, Supplier<? extends SortedSet<V>>) - Static method in class com.google.common.collect.Multimaps
-
Creates a new SortedSetMultimap
that uses the provided map and
factory.
- newStrongInterner() - Static method in class com.google.common.collect.Interners
-
Returns a new thread-safe interner which retains a strong reference to each
instance it has interned, thus preventing these instances from being
garbage-collected.
- newTreeMap() - Static method in class com.google.common.collect.Maps
-
Creates a mutable, empty TreeMap
instance using the natural
ordering of its elements.
- newTreeMap(SortedMap<K, ? extends V>) - Static method in class com.google.common.collect.Maps
-
Creates a mutable TreeMap
instance with the same mappings as
the specified map and using the same ordering as the specified map.
- newTreeMap(Comparator<? super K>) - Static method in class com.google.common.collect.Maps
-
Creates a mutable, empty TreeMap
instance using the given
comparator.
- newTreeSet() - Static method in class com.google.common.collect.Sets
-
Creates a mutable, empty TreeSet
instance sorted by the
natural sort ordering of its elements.
- newTreeSet(Iterable<? extends E>) - Static method in class com.google.common.collect.Sets
-
Creates a mutable TreeSet
instance containing the given
elements sorted by their natural ordering.
- newTreeSet(Comparator<? super E>) - Static method in class com.google.common.collect.Sets
-
Creates a mutable, empty TreeSet
instance with the given
comparator.
- newWeakInterner() - Static method in class com.google.common.collect.Interners
-
Returns a new thread-safe interner which retains a weak reference to each
instance it has interned, and so does not prevent these instances from
being garbage-collected.
- newWriter(File, Charset) - Static method in class com.google.common.io.Files
-
Returns a buffered writer that writes to a file using the given
character set.
- newWriterSupplier(OutputSupplier<? extends OutputStream>, Charset) - Static method in class com.google.common.io.CharStreams
-
- newWriterSupplier(File, Charset) - Static method in class com.google.common.io.Files
-
Returns a factory that will supply instances of
OutputStreamWriter
that write to a file using the given character set.
- newWriterSupplier(File, Charset, boolean) - Static method in class com.google.common.io.Files
-
Returns a factory that will supply instances of
OutputStreamWriter
that write to or append to a file using the given character set.
- next() - Method in class com.google.common.collect.AbstractIterator
-
- next() - Method in class com.google.common.collect.AbstractLinkedIterator
-
- next() - Method in class com.google.common.collect.ForwardingIterator
-
- next() - Method in interface com.google.common.collect.PeekingIterator
- nextIndex() - Method in class com.google.common.collect.ForwardingListIterator
-
- NL - Static variable in class com.google.common.base.Ascii
-
- NONE - Static variable in class com.google.common.base.CharMatcher
-
Matches no characters.
- noneOf(CharSequence) - Static method in class com.google.common.base.CharMatcher
-
Returns a char
matcher that matches any character not present in the given character
sequence.
- not(Predicate<T>) - Static method in class com.google.common.base.Predicates
-
Returns a predicate that evaluates to true
if the given predicate
evaluates to false
.
- notifyFailed(Throwable) - Method in class com.google.common.util.concurrent.AbstractService
-
- notifyStarted() - Method in class com.google.common.util.concurrent.AbstractService
-
Implementing classes should invoke this method once their service has
started.
- notifyStopped() - Method in class com.google.common.util.concurrent.AbstractService
-
Implementing classes should invoke this method once their service has
stopped.
- notNull() - Static method in class com.google.common.base.Predicates
-
Returns a predicate that evaluates to true
if the object reference
being tested is not null.
- notNull() - Static method in class com.google.common.collect.Constraints
-
Returns a constraint that verifies that the element is not null.
- notNull() - Static method in class com.google.common.collect.MapConstraints
-
Returns a constraint that verifies that neither the key nor the value is
null.
- NUL - Static variable in class com.google.common.base.Ascii
-
Null ('\0'): The all-zeros character which may serve to accomplish
time fill and media fill.
- NullOutputStream - Class in com.google.common.io
-
Implementation of
OutputStream
that simply discards written bytes.
- NullOutputStream() - Constructor for class com.google.common.io.NullOutputStream
-
- nullsFirst() - Method in class com.google.common.collect.Ordering
-
Returns an ordering that treats null
as less than all other values
and uses this
to compare non-null values.
- nullsLast() - Method in class com.google.common.collect.Ordering
-
Returns an ordering that treats null
as greater than all other
values and uses this ordering to compare non-null values.
- nullToEmpty(String) - Static method in class com.google.common.base.Strings
-
Returns the given string if it is non-null; the empty string otherwise.
- 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
.
- Objects.ToStringHelper - Class in com.google.common.base
-
- 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.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(E[]) - Static method in class com.google.common.collect.ImmutableList
-
- 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 order.
- 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 order.
- 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 order.
- 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 order.
- of(E, E, 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, 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, E, E, E, E...) - Static method in class com.google.common.collect.ImmutableMultiset
-
Returns an immutable multiset containing the given elements, in order.
- of(E[]) - Static method in class com.google.common.collect.ImmutableMultiset
-
- 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 a single element.
- of(E, E) - Static method in class com.google.common.collect.ImmutableSet
-
Returns an immutable set containing the given elements, in order.
- of(E, E, E) - Static method in class com.google.common.collect.ImmutableSet
-
Returns an immutable set containing the given elements, in order.
- of(E, E, E, E) - Static method in class com.google.common.collect.ImmutableSet
-
Returns an immutable set containing the given elements, in order.
- of(E, E, E, E, E) - Static method in class com.google.common.collect.ImmutableSet
-
Returns an immutable set containing the given elements, in order.
- 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, in order.
- of(E[]) - Static method in class com.google.common.collect.ImmutableSet
-
- 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.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(E[]) - Static method in class com.google.common.collect.ImmutableSortedSet
-
- 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.ForwardingBlockingQueue
-
- ofInstance(T) - Static method in class com.google.common.base.Suppliers
-
Returns a supplier that always supplies instance
.
- omitEmptyStrings() - Method in class com.google.common.base.Splitter
-
Returns a splitter that behaves equivalently to this
splitter, but
automatically omits empty strings from the results.
- on(String) - Static method in class com.google.common.base.Joiner
-
Returns a joiner which automatically places separator
between consecutive elements.
- on(char) - Static method in class com.google.common.base.Joiner
-
Returns a joiner which automatically places separator
between 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 CharMatcher
to 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 pattern
to be a separator.
- onEviction(K, V) - Method in interface com.google.common.collect.MapEvictionListener
-
Notifies the listener that an eviction has occurred.
- 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.
- onResultOf(Function<F, ? extends T>) - Method in class com.google.common.collect.Ordering
-
Returns a new ordering on F
which orders elements by first applying
a function to them, then comparing those results using this
.
- 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(Iterable<? extends Predicate<? super T>>) - Static method in class com.google.common.base.Predicates
-
Returns a predicate that evaluates to true
if any one of its
components evaluates to true
.
- or(Predicate<? super T>...) - Static method in class com.google.common.base.Predicates
-
Returns a predicate that evaluates to true
if any one of its
components evaluates to true
.
- or(Predicate<? super T>, Predicate<? super T>) - Static method in class com.google.common.base.Predicates
-
Returns a predicate that evaluates to true
if either of its
components evaluates to true
.
- 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.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 MinMaxPriorityQueue
instances that use comparator
to determine the
least and greatest elements.
- Ordering<T> - Class in com.google.common.collect
-
A comparator with added methods to support common functions.
- 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.
- 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.
- OutputSupplier<T> - Interface in com.google.common.io
-
A factory for writable streams of bytes or characters.
- 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 of
string
appended with as many copies of padChar
as 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 of
string
prepended with as many copies of padChar
as are
necessary to reach that length.
- pairwise(Equivalence<? super T>) - Static method in class com.google.common.base.Equivalences
-
Returns an equivalence over iterables based on the equivalence of their elements.
- parent() - Method in class com.google.common.net.InternetDomainName
-
Returns an InternetDomainName
that is the immediate ancestor of
this one; that is, the current domain with the leftmost part removed.
- 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.
- 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.MinMaxPriorityQueue
-
Retrieves, but does not remove, the least element of this queue, or returns
null
if the queue is empty.
- peekingIterator(Iterator<? extends T>) - Static method in class com.google.common.collect.Iterators
-
Returns a PeekingIterator
backed by the given iterator.
- 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.MinMaxPriorityQueue
-
Retrieves, but does not remove, the greatest element of this queue, or
returns null
if the queue is empty.
- 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.ForwardingBlockingQueue
-
- pollFirst() - Method in class com.google.common.collect.MinMaxPriorityQueue
-
Removes and returns the least element of this queue, or returns null
if the queue is empty.
- pollLast() - Method in class com.google.common.collect.MinMaxPriorityQueue
-
Removes and returns the greatest element of this queue, or returns null
if the queue is empty.
- powerSet(Set<E>) - Static method in class com.google.common.collect.Sets
-
Returns the set of all possible subsets of set
.
- precomputed() - Method in class com.google.common.base.CharMatcher
-
Returns a char
matcher 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
-
Simple static methods to be called at the start of your own methods to verify
correct arguments and state.
- Predicate<T> - Interface in com.google.common.base
-
Determines a true or false value for a given input.
- Predicates - Class in com.google.common.base
-
Static utility methods pertaining to Predicate
instances.
- 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.
- 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
-
Propagates
throwable
as-is if it is an instance of
RuntimeException
or
Error
, or else as a last resort, wraps
it in a
RuntimeException
then propagates.
- propagateIfInstanceOf(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 declaredType
.
- 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
.
- 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.
- put(K, V) - Method in interface com.google.common.collect.BiMap
- put(K, V) - Method in class com.google.common.collect.EnumHashBiMap
-
- 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 key
with value
in the built bimap.
- put(Class<T>, T) - Method in class com.google.common.collect.ImmutableClassToInstanceMap.Builder
-
Associates key
with value
in the built map.
- put(K, V) - Method in class com.google.common.collect.ImmutableListMultimap.Builder
-
- put(K, V) - Method in class com.google.common.collect.ImmutableMap.Builder
-
Associates key
with value
in the built map.
- put(K, V) - Method in class com.google.common.collect.ImmutableMap
-
Guaranteed to throw an exception and leave the map unmodified.
- put(K, V) - Method in class com.google.common.collect.ImmutableMultimap.Builder
-
Adds a key-value mapping to the built multimap.
- put(K, V) - Method in class com.google.common.collect.ImmutableMultimap
-
Guaranteed to throw an exception and leave the multimap unmodified.
- 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(K, V) - Method in class com.google.common.collect.ImmutableSortedMap.Builder
-
Associates key
with value
in the built map.
- 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 the multimap.
- put(R, C, V) - Method in interface com.google.common.collect.Table
-
Associates the specified value with the specified keys.
- put(E) - Method in class com.google.common.util.concurrent.ForwardingBlockingQueue
-
- 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(Map<? extends Class<? extends T>, ? extends T>) - Method in class com.google.common.collect.ImmutableClassToInstanceMap.Builder
-
Associates all of map's
keys and values in the built map.
- 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(Map<? extends K, ? extends V>) - Method in class com.google.common.collect.ImmutableMap
-
Guaranteed to throw an exception and leave the map unmodified.
- 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
-
Guaranteed to throw an exception and leave the multimap unmodified.
- putAll(Multimap<? extends K, ? extends V>) - Method in class com.google.common.collect.ImmutableMultimap
-
Guaranteed to throw an exception and leave the multimap unmodified.
- 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(K, Iterable<? extends V>) - Method in class com.google.common.collect.LinkedListMultimap
-
- putAll(Multimap<? extends K, ? extends V>) - Method in class com.google.common.collect.LinkedListMultimap
-
- putAll(K, Iterable<? extends V>) - Method in interface com.google.common.collect.Multimap
-
Stores a collection of values with the same key.
- putAll(Multimap<? extends K, ? extends V>) - Method in interface com.google.common.collect.Multimap
-
Copies all of another multimap's key-value pairs into this multimap.
- 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.
- putIfAbsent(K, V) - Method in class com.google.common.collect.ForwardingConcurrentMap
-
- 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
-
Guaranteed to throw an exception and leave the map unmodified.
- putInstance(Class<T>, T) - Method in class com.google.common.collect.MutableClassToInstanceMap
-
- read() - Method in interface com.google.common.base.Ticker
-
Returns the number of nanoseconds elapsed since this ticker's fixed
point of reference.
- 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.CountingInputStream
-
- read(byte[], int, int) - Method in class com.google.common.io.CountingInputStream
-
- read() - Method in class com.google.common.io.LimitInputStream
-
- read(byte[], int, int) - Method in class com.google.common.io.LimitInputStream
-
- 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(InputSupplier<? extends InputStream>, ByteProcessor<T>) - Static method in class com.google.common.io.ByteStreams
-
Process the bytes of a supplied stream
- 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(InputSupplier<R>) - Static method in class com.google.common.io.CharStreams
-
- 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
-
- 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(InputSupplier<R>) - Static method in class com.google.common.io.CharStreams
-
- readLines(Readable) - Static method in class com.google.common.io.CharStreams
-
Reads all of the lines from a
Readable
object.
- readLines(InputSupplier<R>, LineProcessor<T>) - Static method in class com.google.common.io.CharStreams
-
Streams lines from a
Readable
and
Closeable
object
supplied by a factory, stopping when our callback returns false, or we
have read all of the lines.
- 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
-
- remainingCapacity() - Method in class com.google.common.util.concurrent.ForwardingBlockingQueue
-
- 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.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.ImmutableCollection
-
Guaranteed to throw an exception and leave the collection unmodified.
- remove(int) - Method in class com.google.common.collect.ImmutableList
-
Guaranteed to throw an exception and leave the list unmodified.
- remove(Object) - Method in class com.google.common.collect.ImmutableMap
-
Guaranteed to throw an exception and leave the map unmodified.
- remove(Object, Object) - Method in class com.google.common.collect.ImmutableMultimap
-
Guaranteed to throw an exception and leave the multimap unmodified.
- remove(Object, int) - Method in class com.google.common.collect.ImmutableMultiset
-
Guaranteed to throw an exception and leave the collection unmodified.
- remove(Object, Object) - Method in class com.google.common.collect.LinkedListMultimap
-
- remove(Object, Object) - Method in interface com.google.common.collect.Multimap
-
Removes a key-value pair from the multimap.
- 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(Object, Object) - Method in interface com.google.common.collect.Table
-
Removes the mapping, if any, associated with the given keys.
- remove(Object, Object) - Method in class com.google.common.collect.TreeBasedTable
-
- remove() - Method in class com.google.common.collect.UnmodifiableIterator
-
Guaranteed to throw an exception and leave the underlying data unmodified.
- 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
-
Guaranteed to throw an exception and leave the collection unmodified.
- removeAll(Object) - Method in class com.google.common.collect.ImmutableListMultimap
-
Guaranteed to throw an exception and leave the multimap unmodified.
- removeAll(Object) - Method in class com.google.common.collect.ImmutableMultimap
-
Guaranteed to throw an exception and leave the multimap unmodified.
- removeAll(Object) - Method in class com.google.common.collect.ImmutableSetMultimap
-
Guaranteed to throw an exception and leave the multimap unmodified.
- 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 a given key.
- removeAll(Object) - Method in interface com.google.common.collect.ListMultimap
-
Removes all values associated with a given key.
- removeAll(Object) - Method in interface com.google.common.collect.Multimap
-
Removes all values associated with a given key.
- removeAll(Collection<?>) - Method in interface com.google.common.collect.Multiset
- removeAll(Object) - Method in interface com.google.common.collect.SetMultimap
-
Removes all values associated with a given key.
- removeAll(Object) - Method in interface com.google.common.collect.SortedSetMultimap
-
Removes all values associated with a given key.
- 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.MinMaxPriorityQueue
-
Removes and returns the least element of this queue.
- 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(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.
- removeLast() - Method in class com.google.common.collect.MinMaxPriorityQueue
-
Removes and returns the greatest element of this queue.
- 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
-
- 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
-
Guaranteed to throw an exception and leave the multimap unmodified.
- replaceValues(K, Iterable<? extends V>) - Method in class com.google.common.collect.ImmutableMultimap
-
Guaranteed to throw an exception and leave the multimap unmodified.
- replaceValues(K, Iterable<? extends V>) - Method in class com.google.common.collect.ImmutableSetMultimap
-
Guaranteed to throw an exception and leave the multimap unmodified.
- 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.
- reset() - Method in class com.google.common.io.CountingInputStream
-
- reset() - Method in class com.google.common.io.FileBackedOutputStream
-
- reset() - Method in class com.google.common.io.LimitInputStream
-
- 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
-
Guaranteed to throw an exception and leave the collection unmodified.
- 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
- retainFrom(CharSequence) - Method in class com.google.common.base.CharMatcher
-
Returns a string containing all matching characters of a character sequence, in order.
- returning(T) - Static method in class com.google.common.util.concurrent.Callables
-
Creates a Callable
which immediately returns a preset value each
time it is called.
- 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.Iterables
-
- 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.ImmutableSortedSet
-
Returns a builder that creates immutable sorted sets whose elements are
ordered by the reverse of their natural ordering.
- rightValue() - Method in interface com.google.common.collect.MapDifference.ValueDifference
-
Returns the value from the right map (possibly null).
- row(R) - Method in class com.google.common.collect.ForwardingTable
-
- row(R) - Method in interface com.google.common.collect.Table
-
Returns a view of all mappings that have the given row key.
- rowComparator() - Method in class com.google.common.collect.TreeBasedTable
-
Returns the comparator that orders the rows.
- rowKeySet() - Method in class com.google.common.collect.ForwardingTable
-
- 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.ForwardingTable
-
- 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 Table
and whose rows are sorted.
- RS - Static variable in class com.google.common.base.Ascii
-
- run() - Method in class com.google.common.base.internal.Finalizer
-
Loops continuously, pulling references off the queue and cleaning them up.
- run() - Method in class com.google.common.util.concurrent.AbstractExecutionThreadService
-
Run the service.
- run() - Method in class com.google.common.util.concurrent.ExecutionList
-
Runs this execution list, executing all pairs in the order they were
added.
- sameThreadExecutor() - Static method in class com.google.common.util.concurrent.MoreExecutors
-
Creates an executor service that runs each task in the thread
that invokes
execute/submit
, as in
ThreadPoolExecutor.CallerRunsPolicy
This
applies both to individually submitted tasks and to collections of tasks
submitted via
invokeAll
or
invokeAny
.
- saturatedCast(long) - Static method in class com.google.common.primitives.Chars
-
Returns the char
nearest in value to value
.
- saturatedCast(long) - Static method in class com.google.common.primitives.Ints
-
Returns the int
nearest in value to value
.
- saturatedCast(long) - Static method in class com.google.common.primitives.Shorts
-
Returns the short
nearest in value to value
.
- saturatedCast(long) - Static method in class com.google.common.primitives.SignedBytes
-
Returns the byte
nearest in value to value
.
- saturatedCast(long) - Static method in class com.google.common.primitives.UnsignedBytes
-
Returns the byte
value that, when treated as unsigned, is nearest
in value to value
.
- Service - Interface in com.google.common.util.concurrent
-
An object with an operational state, plus asynchronous
Service.start()
and
Service.stop()
lifecycle methods to transfer into and out of this state.
- Service.State - Enum in com.google.common.util.concurrent
-
The lifecycle states of a service.
- 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
-
Guaranteed to throw an exception and leave the list unmodified.
- set(E) - Method in class com.google.common.collect.UnmodifiableListIterator
-
Guaranteed to throw an exception and leave the underlying data unmodified.
- set(V) - Method in class com.google.common.util.concurrent.AbstractFuture
-
Subclasses should invoke this method to set the result of the computation
to value
.
- set(V) - Method in class com.google.common.util.concurrent.SettableFuture
-
Sets the value of this future.
- 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 element
to newCount
, but
only if the count is currently oldCount
.
- 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
-
Guaranteed to throw an exception and leave the collection unmodified.
- setCount(E, int, int) - Method in class com.google.common.collect.ImmutableMultiset
-
Guaranteed to throw an exception and leave the collection unmodified.
- 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.
- 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
-
Subclasses should invoke this method to set the result of the computation
to an error, throwable
.
- setException(Throwable) - Method in class com.google.common.util.concurrent.SettableFuture
-
Sets the future to having failed with the given exception.
- SetMultimap<K,V> - Interface in com.google.common.collect
-
A Multimap
that 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.
- 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.
- 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
-
- setValue(V) - Method in class com.google.common.collect.ForwardingMapEntry
-
- 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.
- 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 byte
primitives that
interpret values as signed.
- 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
-
- SINGLE_WIDTH - Static variable in class com.google.common.base.CharMatcher
-
Determines whether a character is single-width (not double-width).
- singletonIterator(T) - Static method in class com.google.common.collect.Iterators
-
Returns an iterator containing only value
.
- size() - Method in class com.google.common.collect.ConcurrentHashMultiset
- 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.ImmutableBiMap
-
- size() - Method in class com.google.common.collect.ImmutableMultimap
-
- size() - Method in class com.google.common.collect.ImmutableMultiset
-
- 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 the multimap.
- size() - Method in interface com.google.common.collect.Table
-
Returns the number of row key / column key / value mappings in the table.
- skip(Iterable<T>, int) - Static method in class com.google.common.collect.Iterables
-
Returns a view of iterable
that skips its first
numberToSkip
elements.
- skip(Iterator<T>, int) - Static method in class com.google.common.collect.Iterators
-
Calls next()
on iterator
, either numberToSkip
times
or until hasNext()
returns false
, whichever comes first.
- skip(long) - Method in class com.google.common.io.CountingInputStream
-
- skip(long) - Method in class com.google.common.io.LimitInputStream
-
- 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 n
bytes of data from the input stream.
- skipFully(Reader, long) - Static method in class com.google.common.io.CharStreams
-
Discards n
characters 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.
- slice(InputSupplier<? extends InputStream>, long, long) - Static method in class com.google.common.io.ByteStreams
-
Returns an
InputSupplier
that returns input streams from the
an underlying supplier, where each stream starts at the given
offset and is limited to the specified number of bytes.
- 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.
- softKeys() - Method in class com.google.common.collect.GenericMapMaker
-
- softKeys() - Method in class com.google.common.collect.MapMaker
-
Specifies that each key (not value) stored in the map should be
wrapped in a
SoftReference
(by default, strong references
are used).
- softValues() - Method in class com.google.common.collect.GenericMapMaker
-
- softValues() - Method in class com.google.common.collect.MapMaker
-
Specifies that each value (not key) stored in the map 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.
- sortedCopy(Iterable<E>) - Method in class com.google.common.collect.Ordering
-
Returns a copy of the given iterable sorted by this ordering.
- SortedMapDifference<K,V> - Interface in com.google.common.collect
-
An object representing the differences between two sorted maps.
- SortedMaps - Class in com.google.common.collect
-
Static utility methods pertaining to
SortedMap
instances.
- 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
.
- 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
-
- 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.
- Splitter - Class in com.google.common.base
-
An object that divides strings (or other instances of CharSequence
)
into substrings, by recognizing a separator (a.k.a.
- 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
-
- 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
-
- standardElementSet() - Method in class com.google.common.collect.ForwardingMultiset
-
- standardEntrySet(Supplier<Iterator<Map.Entry<K, V>>>) - Method in class com.google.common.collect.ForwardingMap
-
- 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
-
- 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
-
- 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() - Method in class com.google.common.collect.ForwardingMap
-
- standardLastIndexOf(Object) - Method in class com.google.common.collect.ForwardingList
-
- standardListIterator() - Method in class com.google.common.collect.ForwardingList
-
- standardListIterator(int) - Method in class com.google.common.collect.ForwardingList
-
- 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
-
- 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.ForwardingSortedMap
-
- 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
-
- 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
-
- standardStartAndWait() - Method in class com.google.common.util.concurrent.ForwardingService
-
- standardStopAndWait() - Method in class com.google.common.util.concurrent.ForwardingService
-
- standardSubList(int, int) - Method in class com.google.common.collect.ForwardingList
-
- standardSubMap(K, K) - Method in class com.google.common.collect.ForwardingSortedMap
-
- standardSubSet(E, E) - Method in class com.google.common.collect.ForwardingSortedSet
-
- 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() - Method in class com.google.common.collect.ForwardingMap
-
- start() - Static method in class com.google.common.collect.ComparisonChain
-
Begins a new chained comparison statement.
- start() - Method in class com.google.common.util.concurrent.AbstractExecutionThreadService
-
- start() - Method in class com.google.common.util.concurrent.AbstractIdleService
-
- start() - Method in class com.google.common.util.concurrent.AbstractService
-
- start() - Method in class com.google.common.util.concurrent.ForwardingService
-
- start() - Method in interface com.google.common.util.concurrent.Service
-
If the service state is
Service.State.NEW
, this initiates service startup
and returns immediately.
- startAndWait() - Method in class com.google.common.util.concurrent.AbstractExecutionThreadService
-
- startAndWait() - Method in class com.google.common.util.concurrent.AbstractIdleService
-
- startAndWait() - Method in class com.google.common.util.concurrent.AbstractService
-
- startAndWait() - Method in class com.google.common.util.concurrent.ForwardingService
-
- startAndWait() - Method in interface com.google.common.util.concurrent.Service
-
Initiates service startup (if necessary), returning once the service has
finished starting.
- startFinalizer(Class<?>, Object) - Static method in class com.google.common.base.internal.Finalizer
-
Starts the Finalizer thread.
- 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.
- 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.AbstractService
-
- state() - Method in class com.google.common.util.concurrent.ForwardingService
-
- state() - Method in interface com.google.common.util.concurrent.Service
-
Returns the lifecycle state of the service.
- stop() - Method in class com.google.common.util.concurrent.AbstractExecutionThreadService
-
- stop() - Method in class com.google.common.util.concurrent.AbstractIdleService
-
- stop() - Method in class com.google.common.util.concurrent.AbstractService
-
- stop() - Method in class com.google.common.util.concurrent.ForwardingService
-
- stop() - Method in interface com.google.common.util.concurrent.Service
-
If the service is
starting or
running, this initiates service shutdown and returns
immediately.
- stopAndWait() - Method in class com.google.common.util.concurrent.AbstractExecutionThreadService
-
- stopAndWait() - Method in class com.google.common.util.concurrent.AbstractIdleService
-
- stopAndWait() - Method in class com.google.common.util.concurrent.AbstractService
-
- stopAndWait() - Method in class com.google.common.util.concurrent.ForwardingService
-
- stopAndWait() - Method in interface com.google.common.util.concurrent.Service
-
Initiates service shutdown (if necessary), returning once the service has
finished stopping.
- Strings - Class in com.google.common.base
-
Static utility methods pertaining to String
or CharSequence
instances.
- 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, and toIndex
, exclusive.
- 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 from fromKey
, inclusive, to toKey
,
exclusive.
- subSet(E, E) - Method in class com.google.common.collect.ForwardingSortedSet
-
- subSet(E, E) - Method in class com.google.common.collect.ImmutableSortedSet
- Supplier<T> - Interface in com.google.common.base
-
A class that can supply objects of a single type.
- 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.
- 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.
- synchronizedListMultimap(ListMultimap<K, V>) - Static method in class com.google.common.collect.Multimaps
-
Returns a synchronized (thread-safe) ListMultimap
backed 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.
- synchronizedSetMultimap(SetMultimap<K, V>) - Static method in class com.google.common.collect.Multimaps
-
Returns a synchronized (thread-safe) SetMultimap
backed by the
specified multimap.
- synchronizedSortedSetMultimap(SortedSetMultimap<K, V>) - Static method in class com.google.common.collect.Multimaps
-
Returns a synchronized (thread-safe) SortedSetMultimap
backed by
the specified multimap.
- synchronizedSupplier(Supplier<T>) - Static method in class com.google.common.base.Suppliers
-
Returns a supplier whose get()
method synchronizes on
delegate
before 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.
- 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) - 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 to fromKey
.
- tailSet(E) - Method in class com.google.common.collect.ForwardingSortedSet
-
- tailSet(E) - Method in class com.google.common.collect.ImmutableSortedSet
- take() - Method in class com.google.common.util.concurrent.ForwardingBlockingQueue
-
- ThreadFactoryBuilder - Class in com.google.common.util.concurrent
-
- ThreadFactoryBuilder() - Constructor for class com.google.common.util.concurrent.ThreadFactoryBuilder
-
- Throwables - Class in com.google.common.base
-
Static utility methods pertaining to instances of
Throwable
.
- throwCause(Exception, boolean) - Static method in class com.google.common.base.Throwables
-
Rethrows the cause exception of a given throwable, discarding the original
throwable.
- Ticker - Interface 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.
- TimeLimiter - Interface in com.google.common.util.concurrent
-
Produces proxies that impose a time limit on method
calls to the proxied object.
- to(CaseFormat, String) - Method in enum com.google.common.base.CaseFormat
-
Converts the specified String s
from this format to the specified format
.
- toArray() - Method in class com.google.common.collect.ConcurrentHashMultiset
-
- toArray(T[]) - Method in class com.google.common.collect.ConcurrentHashMultiset
-
- 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(Collection<Boolean>) - Static method in class com.google.common.primitives.Booleans
-
Copies a collection of Boolean
instances into a new array of
primitive boolean
values.
- toArray(Collection<Byte>) - Static method in class com.google.common.primitives.Bytes
-
Copies a collection of Byte
instances into a new array of
primitive byte
values.
- toArray(Collection<Character>) - Static method in class com.google.common.primitives.Chars
-
Copies a collection of Character
instances into a new array of
primitive char
values.
- toArray(Collection<Double>) - Static method in class com.google.common.primitives.Doubles
-
Copies a collection of Double
instances into a new array of
primitive double
values.
- toArray(Collection<Float>) - Static method in class com.google.common.primitives.Floats
-
Copies a collection of Float
instances into a new array of
primitive float
values.
- toArray(Collection<Integer>) - Static method in class com.google.common.primitives.Ints
-
Copies a collection of Integer
instances into a new array of
primitive int
values.
- toArray(Collection<Long>) - Static method in class com.google.common.primitives.Longs
-
Copies a collection of Long
instances into a new array of
primitive long
values.
- toArray(Collection<Short>) - Static method in class com.google.common.primitives.Shorts
-
Copies a collection of Short
instances into a new array of
primitive short
values.
- 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(InputSupplier<? extends InputStream>) - Static method in class com.google.common.io.ByteStreams
-
Returns the data from a
InputStream
factory as 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(char) - Static method in class com.google.common.primitives.Chars
-
Returns a big-endian representation of value
in a 2-element byte
array; equivalent to ByteBuffer.allocate(2).putChar(value).array()
.
- toByteArray(int) - Static method in class com.google.common.primitives.Ints
-
Returns a big-endian representation of value
in a 4-element byte
array; equivalent to ByteBuffer.allocate(4).putInt(value).array()
.
- toByteArray(long) - Static method in class com.google.common.primitives.Longs
-
Returns a big-endian representation of value
in an 8-element byte
array; equivalent to ByteBuffer.allocate(8).putLong(value).array()
.
- toByteArray(short) - Static method in class com.google.common.primitives.Shorts
-
Returns a big-endian representation of value
in a 2-element byte
array; equivalent to ByteBuffer.allocate(2).putShort(value).array()
.
- 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.
- toLowerCase(String) - Static method in class com.google.common.base.Ascii
-
- toLowerCase(char) - Static method in class com.google.common.base.Ascii
-
- topPrivateDomain() - Method in class com.google.common.net.InternetDomainName
-
Returns the portion of this domain name that is one level beneath the
public suffix.
- toString() - Method in class com.google.common.base.Objects.ToStringHelper
-
- toString() - Method in interface com.google.common.collect.Constraint
-
Returns a brief human readable description of this constraint, such as
"Not null" or "Positive number".
- toString() - Method in class com.google.common.collect.ForwardingObject
-
Returns the string representation generated by the delegate's
toString
method.
- toString() - Method in class com.google.common.collect.ImmutableBiMap
-
- toString() - Method in class com.google.common.collect.ImmutableCollection
-
- toString() - Method in class com.google.common.collect.ImmutableMap
-
- toString() - Method in class com.google.common.collect.ImmutableMultimap
-
- toString() - Method in class com.google.common.collect.ImmutableMultiset
-
- toString(Iterable<?>) - Static method in class com.google.common.collect.Iterables
-
Returns a string representation of iterable
, with the format
[e1, e2, ..., en]
.
- 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.LinkedListMultimap
-
Returns a string representation of the multimap, generated by calling
toString
on the map returned by
Multimap.asMap()
.
- toString() - Method in interface com.google.common.collect.MapConstraint
-
Returns a brief human readable description of this constraint, such as
"Not null".
- 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(Readable) - Static method in class com.google.common.io.CharStreams
-
- toString(InputSupplier<R>) - 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.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
-
- 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.AbstractService
-
- toStringFunction() - Static method in class com.google.common.base.Functions
-
Returns a function that calls toString()
on its argument.
- toStringHelper(Object) - Static method in class com.google.common.base.Objects
-
- toStringHelper(Class<?>) - Static method in class com.google.common.base.Objects
-
- toStringHelper(String) - Static method in class com.google.common.base.Objects
-
- 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.
- toUpperCase(String) - 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.
- transform(Collection<F>, Function<? super F, T>) - Static method in class com.google.common.collect.Collections2
-
Returns a collection that applies function
to each element of
fromCollection
.
- transform(Iterable<F>, Function<? super F, ? extends T>) - Static method in class com.google.common.collect.Iterables
-
Returns an iterable that applies function
to each element of fromIterable
.
- transform(Iterator<F>, Function<? super F, ? extends T>) - Static method in class com.google.common.collect.Iterators
-
Returns an iterator that applies function
to each element of fromIterator
.
- transform(List<F>, Function<? super F, ? extends T>) - Static method in class com.google.common.collect.Lists
-
Returns a list that applies function
to each element of fromList
.
- transform(ListenableFuture<I>, Function<? super I, ? extends O>) - Static method in class com.google.common.util.concurrent.Futures
-
Returns a new ListenableFuture
whose result is the product of
applying the given Function
to the result of the given Future
.
- transform(ListenableFuture<I>, Function<? super I, ? extends O>, Executor) - Static method in class com.google.common.util.concurrent.Futures
-
Returns a new ListenableFuture
whose result is the product of
applying the given Function
to the result of the given Future
.
- transform(Future<I>, Function<? super I, ? extends O>) - Static method in class com.google.common.util.concurrent.Futures
-
Returns a new Future
whose result is the product of applying the
given Function
to the result of the given Future
.
- 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(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 ListMultimap
whose values are derived from the
original multimap's entries.
- transformEntries(SortedMap<K, V1>, Maps.EntryTransformer<? super K, ? super V1, V2>) - Static method in class com.google.common.collect.SortedMaps
-
Returns a view of a sorted map whose values are derived from the original
sorted map'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(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 ListMultimap
where each value is transformed by
a function.
- transformValues(SortedMap<K, V1>, Function<? super V1, V2>) - Static method in class com.google.common.collect.SortedMaps
-
Returns a view of a sorted map where each value is transformed by a
function.
- 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.
- TreeBasedTable<R,C,V> - Class in com.google.common.collect
-
Implementation of Table
whose row keys and column keys are ordered
by their natural ordering or by supplied comparators.
- TreeMultimap<K,V> - Class in com.google.common.collect
-
Implementation of Multimap
whose 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
.
- 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 this
splitter, but
removes all leading or trailing characters matching the given CharMatcher
from each returned substring.
- trimToSize() - Method in class com.google.common.collect.ArrayListMultimap
-
Reduces the memory used by this ArrayListMultimap
, if feasible.
- 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.