|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImmutableCollection | |
---|---|
com.google.common.collect | This package contains generic collection interfaces and implementations, and other utilities for working with collections. |
Uses of ImmutableCollection in com.google.common.collect |
---|
Subclasses of ImmutableCollection in com.google.common.collect | |
---|---|
class |
ContiguousSet<C extends Comparable>
A sorted set of contiguous values in a given DiscreteDomain . |
class |
ImmutableList<E>
A high-performance, immutable, random-access List implementation. |
class |
ImmutableMultiset<E>
An immutable hash-based multiset. |
class |
ImmutableSet<E>
A high-performance, immutable Set with reliable, user-specified
iteration order. |
class |
ImmutableSortedSet<E>
An immutable SortedSet that stores its elements in a sorted array. |
Methods in com.google.common.collect that return ImmutableCollection | |
---|---|
abstract ImmutableCollection<E> |
ImmutableCollection.Builder.build()
Returns a newly-created ImmutableCollection of the appropriate
type, containing the elements provided to this builder. |
ImmutableCollection<Map.Entry<K,V>> |
ImmutableMultimap.entries()
Returns an immutable collection of all key-value pairs in the multimap. |
abstract ImmutableCollection<V> |
ImmutableMultimap.get(K key)
Returns an immutable collection of the values for the given key. |
ImmutableCollection<V> |
ImmutableMultimap.removeAll(Object key)
Guaranteed to throw an exception and leave the multimap unmodified. |
ImmutableCollection<V> |
ImmutableMultimap.replaceValues(K key,
Iterable<? extends V> values)
Guaranteed to throw an exception and leave the multimap unmodified. |
ImmutableCollection<V> |
ImmutableSortedMap.values()
Returns an immutable collection of the values in this map, sorted by the ordering of the corresponding keys. |
ImmutableCollection<V> |
ImmutableMultimap.values()
Returns an immutable collection of the values in this multimap. |
abstract ImmutableCollection<V> |
ImmutableMap.values()
Returns an immutable collection of the values in this map. |
Methods in com.google.common.collect with parameters of type ImmutableCollection | ||
---|---|---|
static
|
Iterables.unmodifiableIterable(ImmutableCollection<E> iterable)
Deprecated. no need to use this |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |