Package | Description |
---|---|
com.google.common.cache |
This package contains caching utilities.
|
com.google.common.collect |
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
|
com.google.common.collect.testing | |
com.google.common.collect.testing.google | |
com.google.common.eventbus |
The EventBus allows publish-subscribe-style communication between components without requiring
the components to explicitly register with one another (and thus be aware of each other).
|
com.google.common.graph |
An API for representing graph (node and edge) data.
|
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 |
This package contains utility methods and classes for working with net addresses (numeric IP and
domain names).
|
com.google.common.reflect |
This package contains utilities to work with Java reflection.
|
com.google.common.testing |
This package contains testing utilities.
|
com.google.common.util.concurrent |
Concurrency utilities.
|
com.google.common.util.concurrent.testing | |
com.google.thirdparty.publicsuffix |
Class and Description |
---|
ForwardingObject
An abstract base class for implementing the decorator pattern.
|
ImmutableMap
A
Map whose contents will never change, with many other important properties detailed at
ImmutableCollection . |
Class and Description |
---|
AbstractBiMap
A general-purpose bimap implementation using any two backing
Map instances. |
AbstractIndexedListIterator
This class provides a skeletal implementation of the
ListIterator interface across a
fixed number of elements that may be retrieved by position. |
AbstractIterator
This class provides a skeletal implementation of the
Iterator interface, to make this
interface easier to implement for certain types of data sources. |
AbstractIterator.State |
AbstractListMultimap
Basic implementation of the
ListMultimap interface. |
AbstractMapBasedMultimap
Basic implementation of the
Multimap interface. |
AbstractMapBasedMultimap.AsMap |
AbstractMapBasedMultimap.KeySet |
AbstractMapBasedMultimap.SortedAsMap |
AbstractMapBasedMultimap.SortedKeySet |
AbstractMapBasedMultimap.WrappedCollection
Collection decorator that stays in sync with the multimap values for a key.
|
AbstractMapBasedMultimap.WrappedCollection.WrappedIterator
Collection iterator for
WrappedCollection . |
AbstractMapBasedMultimap.WrappedList
List decorator that stays in sync with the multimap values for a key.
|
AbstractMapBasedMultimap.WrappedSortedSet
SortedSet decorator that stays in sync with the multimap values for a key.
|
AbstractMapBasedMultiset
Basic implementation of
Multiset<E> backed by an instance of Map<E, Count> . |
AbstractMapEntry
Implementation of the
equals , hashCode , and toString methods of Entry . |
AbstractMultimap
A skeleton
Multimap implementation, not necessarily in terms of a Map . |
AbstractMultimap.Entries |
AbstractMultiset
This class provides a skeletal implementation of the
Multiset interface. |
AbstractMultiset.EntrySet |
AbstractNavigableMap
Skeletal implementation of
NavigableMap . |
AbstractRangeSet
A skeletal implementation of
RangeSet . |
AbstractSetMultimap
Basic implementation of the
SetMultimap interface. |
AbstractSortedKeySortedSetMultimap
Basic implementation of a
SortedSetMultimap with a sorted key set. |
AbstractSortedMultiset
This class provides a skeletal implementation of the
SortedMultiset interface. |
AbstractSortedSetMultimap
Basic implementation of the
SortedSetMultimap interface. |
AbstractTable
Skeletal, implementation-agnostic implementation of the
Table interface. |
AllEqualOrdering
An ordering that treats all references as equals, even nulls.
|
ArrayListMultimap
Implementation of
Multimap that uses an ArrayList to store the values for a given
key. |
ArrayListMultimapGwtSerializationDependencies
A dummy superclass to support GWT serialization of the element types of an
ArrayListMultimap . |
ArrayTable
Fixed-size
Table implementation backed by a two-dimensional array. |
ArrayTable.ArrayMap |
ArrayTable.ColumnMap |
ArrayTable.RowMap |
BaseImmutableMultimap
A dummy superclass of
ImmutableMultimap that can be instanceof'd without ProGuard
retaining additional implementation details of ImmutableMultimap . |
BiMap
A bimap (or "bidirectional map") is a map that preserves the uniqueness of its values as well as
that of its keys.
|
BoundType
Indicates whether an endpoint of some range is contained in the range itself ("closed") or not
("open").
|
CartesianList
Implementation of
Lists.cartesianProduct(List) . |
ClassToInstanceMap
A map, each entry of which maps a Java raw type to an
instance of that type.
|
CollectCollectors.EnumMapAccumulator |
CollectCollectors.EnumSetAccumulator |
Collections2.FilteredCollection |
CollectSpliterators.FlatMapSpliterator
Implements the
Stream#flatMap operation on spliterators. |
CollectSpliterators.FlatMapSpliterator.Factory
Factory for constructing
CollectSpliterators.FlatMapSpliterator instances. |
CollectSpliterators.FlatMapSpliteratorOfPrimitive
Implementation of
Stream#flatMap with a primitive spliterator output type. |
CompactHashMap
CompactHashMap is an implementation of a Map.
|
CompactHashSet
CompactHashSet is an implementation of a Set.
|
CompactLinkedHashMap
CompactLinkedHashMap is an implementation of a Map with insertion or LRU iteration order,
maintained with a doubly linked list through the entries.
|
CompactLinkedHashSet
CompactLinkedHashSet is an implementation of a Set, which a predictable iteration order that
matches the insertion order.
|
ComparisonChain
A utility for performing a chained comparison statement.
|
ConcurrentHashMultiset
A multiset that supports concurrent modifications and that provides atomic versions of most
Multiset operations (exceptions where noted). |
ContiguousSet
A sorted set of contiguous values in a given
DiscreteDomain . |
Count
A mutable value of type
int , for multisets to use in tracking counts of values. |
Cut
Implementation detail for the internal structure of
Range instances. |
Cut.AboveAll |
Cut.BelowAll |
DenseImmutableTable.ImmutableArrayMap
An immutable map implementation backed by an indexed nullable array.
|
DescendingMultiset
A skeleton implementation of a descending multiset.
|
DiscreteDomain
A descriptor for a discrete
Comparable domain such as all Integer
instances. |
DiscreteDomain.BigIntegerDomain |
DiscreteDomain.IntegerDomain |
DiscreteDomain.LongDomain |
ElementTypesAreNonnullByDefault
Marks all "top-level" types as non-null in a way that is recognized by Kotlin.
|
EmptyImmutableListMultimap
Implementation of
ImmutableListMultimap with no entries. |
EmptyImmutableSetMultimap
Implementation of
ImmutableListMultimap with no entries. |
EnumBiMap
A
BiMap backed by two EnumMap instances. |
EnumHashBiMap
A
BiMap backed by an EnumMap instance for keys-to-values, and a HashMap
instance for values-to-keys. |
EnumMultiset
Multiset implementation specialized for enum elements, supporting all single-element operations
in O(1).
|
EvictingQueue
A non-blocking queue which automatically evicts elements from the head of the queue when
attempting to add new elements onto the queue and it is full.
|
FilteredEntryMultimap
Implementation of
Multimaps.filterEntries(Multimap, Predicate) . |
FilteredKeyMultimap
Implementation of
Multimaps.filterKeys(Multimap, Predicate) . |
FilteredKeyMultimap.Entries |
FilteredMultimap
An interface for all filtered multimap types.
|
FilteredSetMultimap
A supertype for filtered
SetMultimap implementations. |
FluentIterable
A discouraged (but not deprecated) precursor to Java's superior
Stream library. |
ForwardingCollection
A collection which forwards all its method calls to another collection.
|
ForwardingConcurrentMap
A concurrent map which forwards all its method calls to another concurrent map.
|
ForwardingDeque
A deque which forwards all its method calls to another deque.
|
ForwardingIterator
An iterator which forwards all its method calls to another iterator.
|
ForwardingList
A list which forwards all its method calls to another list.
|
ForwardingMap
A map which forwards all its method calls to another map.
|
ForwardingMapEntry
A map entry which forwards all its method calls to another map entry.
|
ForwardingMultimap
A multimap which forwards all its method calls to another multimap.
|
ForwardingMultiset
A multiset which forwards all its method calls to another multiset.
|
ForwardingNavigableSet
A navigable set which forwards all its method calls to another navigable set.
|
ForwardingObject
An abstract base class for implementing the decorator pattern.
|
ForwardingQueue
A queue which forwards all its method calls to another queue.
|
ForwardingSet
A set which forwards all its method calls to another set.
|
ForwardingSetMultimap
A set multimap which forwards all its method calls to another set multimap.
|
ForwardingSortedMap
A sorted map which forwards all its method calls to another sorted map.
|
ForwardingSortedSet
A sorted set which forwards all its method calls to another sorted set.
|
ForwardingTable
A table which forwards all its method calls to another table.
|
GeneralRange
A generalized interval on any ordering, for internal use.
|
GwtTransient
Private replacement for
com.google.gwt.user.client.rpc.GwtTransient to work around
build-system quirks. |
HashBasedTable
Implementation of
Table using linked hash tables. |
HashBasedTable.Factory |
HashBiMap
A
BiMap backed by two hash tables. |
HashBiMap.BiEntry |
HashMultimap
Implementation of
Multimap using hash tables. |
HashMultimapGwtSerializationDependencies
A dummy superclass to support GWT serialization of the element types of a
HashMultimap . |
HashMultiset
Multiset implementation backed by a
HashMap . |
ImmutableAsList
List returned by
ImmutableCollection.asList() that delegates contains checks to the
backing collection. |
ImmutableBiMap
A
BiMap whose contents will never change, with many other important properties detailed
at ImmutableCollection . |
ImmutableBiMap.Builder
A builder for creating immutable bimap instances, especially
public static final bimaps
("constant bimaps"). |
ImmutableBiMapFauxverideShim
"Overrides" the
ImmutableMap static methods that lack ImmutableBiMap equivalents
with deprecated, exception-throwing versions. |
ImmutableClassToInstanceMap
A
ClassToInstanceMap whose contents will never change, with many other important
properties detailed at ImmutableCollection . |
ImmutableClassToInstanceMap.Builder
A builder for creating immutable class-to-instance maps.
|
ImmutableCollection
A
Collection whose contents will never change, and which offers a few additional
guarantees detailed below. |
ImmutableCollection.Builder
Abstract base class for builders of
ImmutableCollection types. |
ImmutableEntry |
ImmutableList
A
List whose contents will never change, with many other important properties detailed at
ImmutableCollection . |
ImmutableList.Builder
A builder for creating immutable list instances, especially
public static final lists
("constant lists"). |
ImmutableListMultimap
A
ListMultimap whose contents will never change, with many other important properties
detailed at ImmutableCollection . |
ImmutableListMultimap.Builder
A builder for creating immutable
ListMultimap instances, especially public
static final multimaps ("constant multimaps"). |
ImmutableMap
A
Map whose contents will never change, with many other important properties detailed at
ImmutableCollection . |
ImmutableMap.Builder
A builder for creating immutable map instances, especially
public static final maps
("constant maps"). |
ImmutableMap.IteratorBasedImmutableMap |
ImmutableMap.SerializedForm
Serialized type for all ImmutableMap instances.
|
ImmutableMapEntry
Implementation of
Entry for ImmutableMap that adds extra methods to traverse hash
buckets for the key and the value. |
ImmutableMapEntry.NonTerminalImmutableMapEntry |
ImmutableMapEntrySet
entrySet() implementation for ImmutableMap . |
ImmutableMultimap
A
Multimap whose contents will never change, with many other important properties
detailed at ImmutableCollection . |
ImmutableMultimap.Builder
A builder for creating immutable multimap instances, especially
public static final
multimaps ("constant multimaps"). |
ImmutableMultiset
A
Multiset whose contents will never change, with many other important properties
detailed at ImmutableCollection . |
ImmutableMultiset.Builder
A builder for creating immutable multiset instances, especially
public static final
multisets ("constant multisets"). |
ImmutableMultisetGwtSerializationDependencies
A dummy superclass to support GWT serialization of the element type of an
ImmutableMultiset . |
ImmutableRangeMap
A
RangeMap whose contents will never change, with many other important properties
detailed at ImmutableCollection . |
ImmutableRangeMap.Builder
A builder for immutable range maps.
|
ImmutableRangeSet
A
RangeSet whose contents will never change, with many other important properties
detailed at ImmutableCollection . |
ImmutableRangeSet.Builder
A builder for immutable range sets.
|
ImmutableSet
A
Set whose contents will never change, with many other important properties detailed at
ImmutableCollection . |
ImmutableSet.Builder
A builder for creating
ImmutableSet instances. |
ImmutableSet.CachingAsList |
ImmutableSet.EmptySetBuilderImpl |
ImmutableSet.Indexed |
ImmutableSet.RegularSetBuilderImpl
Default implementation of the guts of ImmutableSet.Builder, creating an open-addressed hash
table and deduplicating elements as they come, so it only allocates O(max(distinct,
expectedCapacity)) rather than O(calls to add).
|
ImmutableSet.SetBuilderImpl
Swappable internal implementation of an ImmutableSet.Builder.
|
ImmutableSetMultimap
A
SetMultimap whose contents will never change, with many other important properties
detailed at ImmutableCollection . |
ImmutableSetMultimap.Builder
A builder for creating immutable
SetMultimap instances, especially public static
final multimaps ("constant multimaps"). |
ImmutableSortedMap
A
NavigableMap whose contents will never change, with many other important properties
detailed at ImmutableCollection . |
ImmutableSortedMap.Builder
A builder for creating immutable sorted map instances, especially
public static final
maps ("constant maps"). |
ImmutableSortedMapFauxverideShim
"Overrides" the
ImmutableMap static methods that lack ImmutableSortedMap
equivalents with deprecated, exception-throwing versions. |
ImmutableSortedMultiset
A
SortedMultiset whose contents will never change, with many other important properties
detailed at ImmutableCollection . |
ImmutableSortedMultiset.Builder
A builder for creating immutable multiset instances, especially
public static final
multisets ("constant multisets"). |
ImmutableSortedMultisetFauxverideShim
"Overrides" the
ImmutableMultiset static methods that lack ImmutableSortedMultiset equivalents with deprecated, exception-throwing versions. |
ImmutableSortedSet
A
NavigableSet whose contents will never change, with many other important properties
detailed at ImmutableCollection . |
ImmutableSortedSet.Builder
A builder for creating immutable sorted set instances, especially
public static final
sets ("constant sets"), with a given comparator. |
ImmutableSortedSetFauxverideShim
"Overrides" the
ImmutableSet static methods that lack ImmutableSortedSet
equivalents with deprecated, exception-throwing versions. |
ImmutableTable
A
Table whose contents will never change, with many other important properties detailed
at ImmutableCollection . |
ImmutableTable.Builder
A builder for creating immutable table instances, especially
public static final tables
("constant tables"). |
ImmutableTable.SerializedForm
Serialized type for all ImmutableTable instances.
|
IndexedImmutableSet |
Interner
Provides similar behavior to
String.intern() for any immutable type. |
Interners.InternerBuilder
Builder for
Interner instances. |
Iterators.EmptyModifiableIterator
This is an enum singleton rather than an anonymous class so ProGuard can figure out it's only
referenced by emptyModifiableIterator().
|
JdkBackedImmutableBiMap
Implementation of ImmutableBiMap backed by a pair of JDK HashMaps, which have smartness
protecting against hash flooding.
|
LinkedHashMultimap
Implementation of
Multimap that does not allow duplicate key-value entries and that
returns collections whose iterators follow the ordering in which the data was added to the
multimap. |
LinkedHashMultimap.ValueEntry
LinkedHashMultimap entries are in no less than three coexisting linked lists: a bucket in the
hash table for a
Set<V> associated with a key, the linked list of insertion-ordered
entries in that Set<V> , and the linked list of entries in the LinkedHashMultimap as a
whole. |
LinkedHashMultimap.ValueSetLink |
LinkedHashMultimapGwtSerializationDependencies
A dummy superclass to support GWT serialization of the element types of a
LinkedHashMultimap . |
LinkedHashMultiset
A
Multiset implementation with predictable iteration order. |
LinkedListMultimap
An implementation of
ListMultimap that supports deterministic iteration order for both
keys and values. |
LinkedListMultimap.KeyList |
LinkedListMultimap.Node |
ListMultimap
A
Multimap that can hold duplicate key-value pairs and that maintains the insertion
ordering of values for a given key. |
Lists.AbstractListWrapper |
Lists.Partition |
Lists.ReverseList |
MapDifference
An object representing the differences between two maps.
|
MapDifference.ValueDifference
A difference between the mappings from two maps with the same key.
|
MapMaker
A builder of
ConcurrentMap instances that can have keys or values automatically wrapped
in weak references. |
MapMaker.Dummy
A dummy singleton value type used by
Interners . |
MapMakerInternalMap
The concurrent hash map implementation built by
MapMaker . |
MapMakerInternalMap.AbstractSerializationProxy
The actual object that gets serialized.
|
MapMakerInternalMap.AbstractStrongKeyEntry
Base class for
MapMakerInternalMap.InternalEntry implementations for strong keys. |
MapMakerInternalMap.AbstractWeakKeyEntry
Base class for
MapMakerInternalMap.InternalEntry implementations for weak keys. |
MapMakerInternalMap.DummyInternalEntry
A dummy implementation of
MapMakerInternalMap.InternalEntry , solely for use in the type signature of MapMakerInternalMap.UNSET_WEAK_VALUE_REFERENCE below. |
MapMakerInternalMap.HashIterator |
MapMakerInternalMap.InternalEntry
An entry in a hash table of a
MapMakerInternalMap.Segment . |
MapMakerInternalMap.InternalEntryHelper
A helper object for operating on
MapMakerInternalMap.InternalEntry instances in a type-safe and efficient
manner. |
MapMakerInternalMap.SafeToArraySet |
MapMakerInternalMap.Segment
Segments are specialized versions of hash tables.
|
MapMakerInternalMap.Strength |
MapMakerInternalMap.StrongKeyDummyValueEntry
Concrete implementation of
MapMakerInternalMap.InternalEntry for strong keys and MapMaker.Dummy values. |
MapMakerInternalMap.StrongKeyDummyValueEntry.Helper
Concrete implementation of
MapMakerInternalMap.InternalEntryHelper for strong keys and MapMaker.Dummy
values. |
MapMakerInternalMap.StrongKeyDummyValueSegment
Concrete implementation of
MapMakerInternalMap.Segment for strong keys and MapMaker.Dummy values. |
MapMakerInternalMap.StrongKeyStrongValueEntry
Concrete implementation of
MapMakerInternalMap.InternalEntry for strong keys and strong values. |
MapMakerInternalMap.StrongKeyStrongValueEntry.Helper
Concrete implementation of
MapMakerInternalMap.InternalEntryHelper for strong keys and strong values. |
MapMakerInternalMap.StrongKeyStrongValueSegment
Concrete implementation of
MapMakerInternalMap.Segment for strong keys and strong values. |
MapMakerInternalMap.StrongKeyWeakValueEntry
Concrete implementation of
MapMakerInternalMap.InternalEntry for strong keys and weak values. |
MapMakerInternalMap.StrongKeyWeakValueEntry.Helper
Concrete implementation of
MapMakerInternalMap.InternalEntryHelper for strong keys and weak values. |
MapMakerInternalMap.StrongKeyWeakValueSegment
Concrete implementation of
MapMakerInternalMap.Segment for strong keys and weak values. |
MapMakerInternalMap.StrongValueEntry
Marker interface for
MapMakerInternalMap.InternalEntry implementations for strong values. |
MapMakerInternalMap.WeakKeyDummyValueEntry
Concrete implementation of
MapMakerInternalMap.InternalEntry for weak keys and MapMaker.Dummy values. |
MapMakerInternalMap.WeakKeyDummyValueEntry.Helper
Concrete implementation of
MapMakerInternalMap.InternalEntryHelper for weak keys and MapMaker.Dummy
values. |
MapMakerInternalMap.WeakKeyDummyValueSegment
Concrete implementation of
MapMakerInternalMap.Segment for weak keys and MapMaker.Dummy values. |
MapMakerInternalMap.WeakKeyStrongValueEntry
Concrete implementation of
MapMakerInternalMap.InternalEntry for weak keys and strong values. |
MapMakerInternalMap.WeakKeyStrongValueEntry.Helper
Concrete implementation of
MapMakerInternalMap.InternalEntryHelper for weak keys and strong values. |
MapMakerInternalMap.WeakKeyStrongValueSegment
Concrete implementation of
MapMakerInternalMap.Segment for weak keys and strong values. |
MapMakerInternalMap.WeakKeyWeakValueEntry
Concrete implementation of
MapMakerInternalMap.InternalEntry for weak keys and weak values. |
MapMakerInternalMap.WeakKeyWeakValueEntry.Helper
Concrete implementation of
MapMakerInternalMap.InternalEntryHelper for weak keys and weak values. |
MapMakerInternalMap.WeakKeyWeakValueSegment
Concrete implementation of
MapMakerInternalMap.Segment for weak keys and weak values. |
MapMakerInternalMap.WeakValueEntry
Marker interface for
MapMakerInternalMap.InternalEntry implementations for weak values. |
MapMakerInternalMap.WeakValueReference
A weakly referenced value that also has a reference to its containing entry.
|
MapMakerInternalMap.WriteThroughEntry
Custom Entry class used by EntryIterator.next(), that relays setValue changes to the underlying
map.
|
Maps.AbstractFilteredMap |
Maps.AsMapView |
Maps.DescendingMap |
Maps.EntryFunction |
Maps.EntrySet |
Maps.EntryTransformer
A transformation of the value of a key-value pair, using both key and value as inputs.
|
Maps.FilteredEntryBiMap |
Maps.FilteredEntryMap |
Maps.FilteredEntryMap.KeySet |
Maps.FilteredEntryNavigableMap |
Maps.FilteredEntrySortedMap |
Maps.IteratorBasedAbstractMap |
Maps.KeySet |
Maps.MapDifferenceImpl |
Maps.NavigableKeySet |
Maps.SortedKeySet |
Maps.TransformedEntriesMap |
Maps.TransformedEntriesSortedMap |
Maps.UnmodifiableEntries |
Maps.UnmodifiableNavigableMap |
Maps.Values |
Maps.ViewCachingAbstractMap
AbstractMap extension that makes it easy to cache customized keySet, values, and
entrySet views. |
MinMaxPriorityQueue
A double-ended priority queue, which provides constant-time access to both its least element and
its greatest element, as determined by the queue's specified comparator.
|
MinMaxPriorityQueue.Builder
The builder class used in creation of min-max priority queues.
|
MinMaxPriorityQueue.Heap
Each instance of MinMaxPriortyQueue encapsulates two instances of Heap: a min-heap and a
max-heap.
|
MinMaxPriorityQueue.MoveDesc |
MoreCollectors.ToOptionalState
This atrocity is here to let us report several of the elements in the stream if there were more
than one, not just two.
|
Multimap
A collection that maps keys to values, similar to
Map , but in which each key may be
associated with multiple values. |
MultimapBuilder
A builder for a multimap implementation that allows customization of the backing map and value
collection implementations used in a particular multimap.
|
MultimapBuilder.LinkedListSupplier |
MultimapBuilder.ListMultimapBuilder
A specialization of
MultimapBuilder that generates ListMultimap instances. |
MultimapBuilder.MultimapBuilderWithKeys
An intermediate stage in a
MultimapBuilder in which the key-value collection map
implementation has been specified, but the value collection implementation has not. |
MultimapBuilder.SetMultimapBuilder
A specialization of
MultimapBuilder that generates SetMultimap instances. |
MultimapBuilder.SortedSetMultimapBuilder
A specialization of
MultimapBuilder that generates SortedSetMultimap instances. |
Multimaps.Entries
A skeleton implementation of
Multimap.entries() . |
Multimaps.Keys |
Multimaps.TransformedEntriesMultimap |
Multimaps.UnmodifiableMultimap |
Multimaps.UnmodifiableSetMultimap |
Multiset
A collection that supports order-independent equality, like
Set , but may have duplicate
elements. |
Multiset.Entry
An unmodifiable element-count pair for a multiset.
|
Multisets.AbstractEntry |
Multisets.DecreasingCount |
Multisets.ElementSet |
Multisets.EntrySet |
Multisets.ImmutableEntry |
Multisets.UnmodifiableMultiset |
Multisets.ViewMultiset
An
AbstractMultiset with additional default implementations, some of them linear-time
implementations in terms of elementSet and entrySet . |
MutableClassToInstanceMap
A mutable class-to-instance map backed by an arbitrary user-provided map.
|
NaturalOrdering
An ordering that uses the natural order of the values.
|
Ordering
A comparator, with additional methods to support common operations.
|
ParametricNullness
Marks a "top-level" type-variable usage as the closest we can get to "non-nullable when
non-nullable; nullable when nullable" (like the Android
NullFromTypeParam ). |
PeekingIterator
An iterator that supports a one-element lookahead while iterating.
|
Range
A range (or "interval") defines the boundaries around a contiguous span of values of some
Comparable type; for example, "integers from 1 to 100 inclusive." Note that it is not
possible to iterate over these contained values. |
Range.LowerBoundFn |
Range.UpperBoundFn |
RangeGwtSerializationDependencies
A dummy superclass to support GWT serialization of the element type of a
Range . |
RangeMap
A mapping from disjoint nonempty ranges to non-null values.
|
RangeSet |
RegularImmutableAsList
An
ImmutableAsList implementation specialized for when the delegate collection is already
backed by an ImmutableList or array. |
RegularImmutableBiMap
Bimap with zero or more mappings.
|
RegularImmutableMap
Implementation of
ImmutableMap with two or more entries. |
RegularImmutableMap.BucketOverflowException |
RegularImmutableSet
Implementation of
ImmutableSet with two or more elements. |
RegularImmutableSortedSet
An immutable sorted set with one or more elements.
|
RegularImmutableTable
An implementation of
ImmutableTable holding an arbitrary number of cells. |
ReverseNaturalOrdering
An ordering that uses the reverse of the natural order of the values.
|
RowSortedTable
Interface that extends
Table and whose rows are sorted. |
Serialization.FieldSetter |
SetMultimap
A
Multimap that cannot hold duplicate key-value pairs. |
Sets.DescendingSet |
Sets.FilteredSet |
Sets.FilteredSortedSet |
Sets.ImprovedAbstractSet
AbstractSet substitute without the potentially-quadratic removeAll
implementation. |
Sets.SetView
An unmodifiable view of a set which may be backed by other sets; this view will change as the
backing sets do.
|
Sets.UnmodifiableNavigableSet |
SortedIterable
An
Iterable whose elements are sorted relative to a Comparator , typically
provided at creation time. |
SortedLists.KeyAbsentBehavior
A specification for which index to return if the list contains no elements that compare as
equal to the key.
|
SortedLists.KeyPresentBehavior
A specification for which index to return if the list contains at least one element that
compares as equal to the key.
|
SortedMapDifference
An object representing the differences between two sorted maps.
|
SortedMultiset
A
Multiset which maintains the ordering of its elements, according to either their
natural order or an explicit Comparator . |
SortedMultisetBridge
Superinterface of
SortedMultiset to introduce a bridge method for elementSet() ,
to ensure binary compatibility with older Guava versions that specified elementSet() to
return SortedSet . |
SortedMultisets.ElementSet
A skeleton implementation for
SortedMultiset.elementSet() . |
SortedMultisets.NavigableElementSet
A skeleton navigable implementation for
SortedMultiset.elementSet() . |
SortedSetMultimap
A
SetMultimap whose set of values for a given key are kept sorted; that is, they comprise
a SortedSet . |
StandardRowSortedTable
Implementation of
Table whose iteration ordering across row keys is sorted by their
natural ordering or by a supplied comparator. |
StandardTable
Table implementation backed by a map that associates row keys with column key / value
secondary maps. |
StandardTable.ColumnMap |
StandardTable.Row |
StandardTable.RowMap |
StandardTable.TableSet
Abstract set whose
isEmpty() returns whether the table is empty and whose clear() clears all table mappings. |
Streams.DoubleFunctionWithIndex
An analogue of
DoubleFunction also accepting an index. |
Streams.FunctionWithIndex
An analogue of
Function also accepting an index. |
Streams.IntFunctionWithIndex
An analogue of
IntFunction also accepting an index. |
Streams.LongFunctionWithIndex
An analogue of
LongFunction also accepting an index. |
Streams.MapWithIndexSpliterator |
Synchronized.SynchronizedCollection |
Synchronized.SynchronizedList |
Synchronized.SynchronizedMap |
Synchronized.SynchronizedMultimap |
Synchronized.SynchronizedObject |
Synchronized.SynchronizedQueue |
Synchronized.SynchronizedSet |
Synchronized.SynchronizedSetMultimap |
Synchronized.SynchronizedSortedMap |
Synchronized.SynchronizedSortedSet |
Table
A collection that associates an ordered pair of keys, called a row key and a column key, with a
single value.
|
Table.Cell
Row key / column key / value triplet corresponding to a mapping in a table.
|
TableCollectors.ImmutableTableCollectorState |
TableCollectors.MutableCell |
Tables.AbstractCell |
Tables.UnmodifiableTable |
TopKSelector
An accumulator that selects the "top"
k elements added to it, relative to a provided
comparator. |
TransformedIterator
An iterator that transforms a backing iterator; for internal use.
|
TreeBasedTable
Implementation of
Table whose row keys and column keys are ordered by their natural
ordering or by supplied comparators. |
TreeMultimap
Implementation of
Multimap whose keys and values are ordered by their natural ordering or
by supplied comparators. |
TreeMultiset
A multiset which maintains the ordering of its elements, according to either their natural order
or an explicit
Comparator . |
TreeMultiset.Aggregate
A function which can be summed across a subtree.
|
TreeMultiset.AvlNode |
TreeMultiset.Reference |
TreeRangeMap
An implementation of
RangeMap based on a TreeMap , supporting all optional
operations. |
TreeRangeMap.RangeMapEntry |
TreeRangeSet
An implementation of
RangeSet backed by a TreeMap . |
TreeTraverser
Deprecated.
Use
Traverser instead. All instance methods have
their equivalent on the result of Traverser.forTree(tree) where tree
implements SuccessorsFunction , which has a similar API as TreeTraverser.children(T) or can be
the same lambda function as passed into TreeTraverser.using(Function) .
This class is scheduled to be removed in October 2019. |
TreeTraverser.PostOrderNode
Deprecated.
|
UnmodifiableIterator
An iterator that does not support
UnmodifiableIterator.remove() . |
UnmodifiableListIterator
A list iterator that does not support
UnmodifiableIterator.remove() , UnmodifiableListIterator.add(E) , or UnmodifiableListIterator.set(E) . |
UnmodifiableSortedMultiset
Implementation of
Multisets.unmodifiableSortedMultiset(SortedMultiset) , split out into
its own file so it can be GWT emulated (to deal with the differing elementSet() types in GWT and
non-GWT). |
UsingToStringOrdering
An ordering that uses the natural order of the string representation of the values.
|
Class and Description |
---|
ImmutableSet
A
Set whose contents will never change, with many other important properties detailed at
ImmutableCollection . |
Class and Description |
---|
BiMap
A bimap (or "bidirectional map") is a map that preserves the uniqueness of its values as well as
that of its keys.
|
ContiguousSet
A sorted set of contiguous values in a given
DiscreteDomain . |
ImmutableMultimap
A
Multimap whose contents will never change, with many other important properties
detailed at ImmutableCollection . |
ImmutableSet
A
Set whose contents will never change, with many other important properties detailed at
ImmutableCollection . |
ListMultimap
A
Multimap that can hold duplicate key-value pairs and that maintains the insertion
ordering of values for a given key. |
Multimap
A collection that maps keys to values, similar to
Map , but in which each key may be
associated with multiple values. |
Multiset
A collection that supports order-independent equality, like
Set , but may have duplicate
elements. |
Multiset.Entry
An unmodifiable element-count pair for a multiset.
|
Ordering
A comparator, with additional methods to support common operations.
|
SetMultimap
A
Multimap that cannot hold duplicate key-value pairs. |
SortedMultiset
A
Multiset which maintains the ordering of its elements, according to either their
natural order or an explicit Comparator . |
Class and Description |
---|
ImmutableList
A
List whose contents will never change, with many other important properties detailed at
ImmutableCollection . |
ImmutableSet
A
Set whose contents will never change, with many other important properties detailed at
ImmutableCollection . |
Multimap
A collection that maps keys to values, similar to
Map , but in which each key may be
associated with multiple values. |
Class and Description |
---|
AbstractIterator
This class provides a skeletal implementation of the
Iterator interface, to make this
interface easier to implement for certain types of data sources. |
ImmutableMap
A
Map whose contents will never change, with many other important properties detailed at
ImmutableCollection . |
ImmutableSet
A
Set whose contents will never change, with many other important properties detailed at
ImmutableCollection . |
Multiset
A collection that supports order-independent equality, like
Set , but may have duplicate
elements. |
UnmodifiableIterator
An iterator that does not support
UnmodifiableIterator.remove() . |
Class and Description |
---|
ImmutableList
A
List whose contents will never change, with many other important properties detailed at
ImmutableCollection . |
ImmutableSet
A
Set whose contents will never change, with many other important properties detailed at
ImmutableCollection . |
Class and Description |
---|
ImmutableList
A
List whose contents will never change, with many other important properties detailed at
ImmutableCollection . |
ImmutableListMultimap
A
ListMultimap whose contents will never change, with many other important properties
detailed at ImmutableCollection . |
ImmutableMultiset
A
Multiset whose contents will never change, with many other important properties
detailed at ImmutableCollection . |
Multimap
A collection that maps keys to values, similar to
Map , but in which each key may be
associated with multiple values. |
Class and Description |
---|
ForwardingCollection
A collection which forwards all its method calls to another collection.
|
ForwardingMap
A map which forwards all its method calls to another map.
|
ForwardingMapEntry
A map entry which forwards all its method calls to another map entry.
|
ForwardingObject
An abstract base class for implementing the decorator pattern.
|
ForwardingSet
A set which forwards all its method calls to another set.
|
ImmutableList
A
List whose contents will never change, with many other important properties detailed at
ImmutableCollection . |
ImmutableMap
A
Map whose contents will never change, with many other important properties detailed at
ImmutableCollection . |
ImmutableMap.Builder
A builder for creating immutable map instances, especially
public static final maps
("constant maps"). |
ImmutableSet
A
Set whose contents will never change, with many other important properties detailed at
ImmutableCollection . |
ImmutableSet.Builder
A builder for creating
ImmutableSet instances. |
Class and Description |
---|
ArrayListMultimap
Implementation of
Multimap that uses an ArrayList to store the values for a given
key. |
BiMap
A bimap (or "bidirectional map") is a map that preserves the uniqueness of its values as well as
that of its keys.
|
ClassToInstanceMap
A map, each entry of which maps a Java raw type to an
instance of that type.
|
HashBasedTable
Implementation of
Table using linked hash tables. |
HashBiMap
A
BiMap backed by two hash tables. |
HashMultimap
Implementation of
Multimap using hash tables. |
HashMultiset
Multiset implementation backed by a
HashMap . |
ImmutableBiMap
A
BiMap whose contents will never change, with many other important properties detailed
at ImmutableCollection . |
ImmutableCollection
A
Collection whose contents will never change, and which offers a few additional
guarantees detailed below. |
ImmutableList
A
List whose contents will never change, with many other important properties detailed at
ImmutableCollection . |
ImmutableListMultimap
A
ListMultimap whose contents will never change, with many other important properties
detailed at ImmutableCollection . |
ImmutableMap
A
Map whose contents will never change, with many other important properties detailed at
ImmutableCollection . |
ImmutableMultimap
A
Multimap whose contents will never change, with many other important properties
detailed at ImmutableCollection . |
ImmutableMultiset
A
Multiset whose contents will never change, with many other important properties
detailed at ImmutableCollection . |
ImmutableSet
A
Set whose contents will never change, with many other important properties detailed at
ImmutableCollection . |
ImmutableSetMultimap
A
SetMultimap whose contents will never change, with many other important properties
detailed at ImmutableCollection . |
ImmutableSortedMap
A
NavigableMap whose contents will never change, with many other important properties
detailed at ImmutableCollection . |
ImmutableSortedMultiset
A
SortedMultiset whose contents will never change, with many other important properties
detailed at ImmutableCollection . |
ImmutableSortedSet
A
NavigableSet whose contents will never change, with many other important properties
detailed at ImmutableCollection . |
ImmutableTable
A
Table whose contents will never change, with many other important properties detailed
at ImmutableCollection . |
LinkedHashMultimap
Implementation of
Multimap that does not allow duplicate key-value entries and that
returns collections whose iterators follow the ordering in which the data was added to the
multimap. |
LinkedHashMultiset
A
Multiset implementation with predictable iteration order. |
ListMultimap
A
Multimap that can hold duplicate key-value pairs and that maintains the insertion
ordering of values for a given key. |
Multimap
A collection that maps keys to values, similar to
Map , but in which each key may be
associated with multiple values. |
Multiset
A collection that supports order-independent equality, like
Set , but may have duplicate
elements. |
MutableClassToInstanceMap
A mutable class-to-instance map backed by an arbitrary user-provided map.
|
Ordering
A comparator, with additional methods to support common operations.
|
Range
A range (or "interval") defines the boundaries around a contiguous span of values of some
Comparable type; for example, "integers from 1 to 100 inclusive." Note that it is not
possible to iterate over these contained values. |
RowSortedTable
Interface that extends
Table and whose rows are sorted. |
SetMultimap
A
Multimap that cannot hold duplicate key-value pairs. |
SortedMultiset
A
Multiset which maintains the ordering of its elements, according to either their
natural order or an explicit Comparator . |
Table
A collection that associates an ordered pair of keys, called a row key and a column key, with a
single value.
|
TreeBasedTable
Implementation of
Table whose row keys and column keys are ordered by their natural
ordering or by supplied comparators. |
TreeMultiset
A multiset which maintains the ordering of its elements, according to either their natural order
or an explicit
Comparator . |
Class and Description |
---|
ForwardingCollection
A collection which forwards all its method calls to another collection.
|
ForwardingObject
An abstract base class for implementing the decorator pattern.
|
ForwardingQueue
A queue which forwards all its method calls to another queue.
|
ImmutableCollection
A
Collection whose contents will never change, and which offers a few additional
guarantees detailed below. |
ImmutableList
A
List whose contents will never change, with many other important properties detailed at
ImmutableCollection . |
ImmutableMap
A
Map whose contents will never change, with many other important properties detailed at
ImmutableCollection . |
ImmutableMultimap
A
Multimap whose contents will never change, with many other important properties
detailed at ImmutableCollection . |
ImmutableSet
A
Set whose contents will never change, with many other important properties detailed at
ImmutableCollection . |
ImmutableSetMultimap
A
SetMultimap whose contents will never change, with many other important properties
detailed at ImmutableCollection . |
Multiset
A collection that supports order-independent equality, like
Set , but may have duplicate
elements. |
Ordering
A comparator, with additional methods to support common operations.
|
SetMultimap
A
Multimap that cannot hold duplicate key-value pairs. |
Class and Description |
---|
ForwardingObject
An abstract base class for implementing the decorator pattern.
|
Class and Description |
---|
ImmutableMap
A
Map whose contents will never change, with many other important properties detailed at
ImmutableCollection . |
ImmutableMap.Builder
A builder for creating immutable map instances, especially
public static final maps
("constant maps"). |