|
||||||||||
| 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 |
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<V> |
ImmutableMap.values()
Returns an immutable collection of the values in this map. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||