Package com.google.common.collect
@ParametersAreNonnullByDefault
package com.google.common.collect
This package contains generic collection interfaces and implementations, and
other utilities for working with collections. It is a part of the open-source
Guava libraries.
of
of
of
of
of
of
of
of
Collection Types
BiMap- An extension of
Mapthat guarantees the uniqueness of its values as well as that of its keys. This is sometimes called an "invertible map," since the restriction on values enables it to support an inverse view -- which is another instance ofBiMap. Multiset- An extension of
Collectionthat may contain duplicate values like aList, yet has order-independent equality like aSet. One typical use for a multiset is to represent a histogram. Multimap- A new type, which is similar to
Map, but may contain multiple entries with the same key. Some behaviors ofMultimapare left unspecified and are provided only by the subtypes mentioned below. ListMultimap- An extension of
Multimapwhich permits duplicate entries, supports random access of values for a particular key, and has partially order-dependent equality as defined byListMultimap.equals(Object).ListMultimaptakes its name from the fact that the collection of values associated with a given key fulfills theListcontract. SetMultimap- An extension of
Multimapwhich has order-independent equality and does not allow duplicate entries; that is, while a key may appear twice in aSetMultimap, each must map to a different value.SetMultimaptakes its name from the fact that the collection of values associated with a given key fulfills theSetcontract. SortedSetMultimap- An extension of
SetMultimapfor which the collection values associated with a given key is aSortedSet. Table- A new type, which is similar to
Map, but which indexes its values by an ordered pair of keys, a row key and column key. ClassToInstanceMap- An extension of
Mapthat associates a raw type with an instance of that type.
Collection Implementations
of List
of Set
ImmutableSetImmutableSortedSetContiguousSet(seeRange)
of Map
of BiMap
of Multiset
of Multimap
ImmutableMultimapImmutableListMultimapImmutableSetMultimapArrayListMultimapHashMultimapTreeMultimapLinkedHashMultimapLinkedListMultimap
of Table
of ClassToInstanceMap
Classes of static utility methods
Comparison
Abstract implementations
AbstractIteratorAbstractSequentialIteratorImmutableCollectionUnmodifiableIteratorUnmodifiableListIterator
Ranges
Other
Interner,InternersConstraint,ConstraintsMapConstraint,MapConstraintsMapDifference,SortedMapDifferenceMinMaxPriorityQueuePeekingIterator
Forwarding collections
ForwardingCollectionForwardingConcurrentMapForwardingIteratorForwardingListForwardingListIteratorForwardingListMultimapForwardingMapForwardingMapEntryForwardingMultimapForwardingMultisetForwardingNavigableMapForwardingNavigableSetForwardingObjectForwardingQueueForwardingSetForwardingSetMultimapForwardingSortedMapForwardingSortedMultisetForwardingSortedSetForwardingSortedSetMultimapForwardingTable
-
ClassDescriptionDeprecated.Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023ArrayListMultimap<K,
V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023ArrayTable<R,C, V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023BiMap<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Indicates whether an endpoint of some range is contained in the range itself ("closed") or not ("open").Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Constraint<E>Deprecated.UsePreconditionsfor basic checks.Deprecated.UsePreconditionsfor basic checks.ContiguousSet<C extends Comparable>Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023DiscreteDomain<C extends Comparable>Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023EnumMultiset<E extends Enum<E>>Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023ForwardingMap<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023ForwardingMapEntry<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023ForwardingMultimap<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023ForwardingSortedMap<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023ForwardingTable<R,C, V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023GenericMapMaker<K0,V0> Deprecated.This class existed only to support the generic paramterization necessary for the caching functionality inMapMaker.HashBasedTable<R,C, V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023HashBiMap<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023HashMultimap<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023HashMultiset<E>Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023ImmutableBiMap<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023ImmutableMap<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023ImmutableMap.Builder<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023ImmutableMultimap<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023ImmutableRangeSet<C extends Comparable>Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023ImmutableRangeSet.Builder<C extends Comparable<?>>Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023ImmutableSet<E>Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023ImmutableSetMultimap<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023ImmutableSortedMap<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023ImmutableTable<R,C, V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023ImmutableTable.Builder<R,C, V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Interner<E>Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023LinkedHashMultimap<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023LinkedListMultimap<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023ListMultimap<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023MapConstraint<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023MapDifference<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Maps.EntryTransformer<K,V1, V2> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Multimap<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Multiset<E>Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Ordering<T>Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Range<C extends Comparable>Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023RangeSet<C extends Comparable>Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023RowSortedTable<R,C, V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023SetMultimap<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Sets.SetView<E>Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023SortedMapDifference<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023SortedSetMultimap<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Table<R,C, V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Table.Cell<R,C, V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023TreeBasedTable<R,C, V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023TreeMultimap<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023TreeMultiset<E>Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023TreeRangeSet<C extends Comparable<?>>Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023