Uses of Class
com.google.common.collect.ImmutableCollection
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of ImmutableCollection in com.google.common.collect
Modifier and TypeClassDescriptionclass
ContiguousSet<C extends Comparable>
A sorted set of contiguous values in a givenDiscreteDomain
.class
AList
whose contents will never change, with many other important properties detailed atImmutableCollection
.class
AMultiset
whose contents will never change, with many other important properties detailed atImmutableCollection
.class
ImmutableSet<E>
ASet
whose contents will never change, with many other important properties detailed atImmutableCollection
.class
ASortedMultiset
whose contents will never change, with many other important properties detailed atImmutableCollection
.class
ANavigableSet
whose contents will never change, with many other important properties detailed atImmutableCollection
.Modifier and TypeMethodDescriptionabstract ImmutableCollection
<E> ImmutableCollection.Builder.build()
Returns a newly-createdImmutableCollection
of the appropriate type, containing the elements provided to this builder.ImmutableMultimap.entries()
Returns an immutable collection of all key-value pairs in the multimap.abstract ImmutableCollection
<V> Returns an immutable collection of the values for the given key.Deprecated.Unsupported operation.ImmutableMultimap.replaceValues
(K key, Iterable<? extends V> values) Deprecated.Unsupported operation.ImmutableMap.values()
Returns an immutable collection of the values in this map, in the same order that they appear inImmutableMap.entrySet
.ImmutableMultimap.values()
Returns an immutable collection of the values in this multimap.ImmutableSortedMap.values()
Returns an immutable collection of the values in this map, sorted by the ordering of the corresponding keys.ImmutableTable.values()
Modifier and TypeMethodDescriptionstatic <E> Iterable
<E> Iterables.unmodifiableIterable
(ImmutableCollection<E> iterable) Deprecated.no need to use this