Package | Description |
---|---|
com.google.common.collect |
This package contains generic collection interfaces and implementations, and
other utilities for working with collections.
|
Modifier and Type | Field and Description |
---|---|
private RegularImmutableMap<K,V> |
RegularImmutableMap.KeySet.map |
(package private) RegularImmutableMap<K,V> |
RegularImmutableMap.Values.map |
Modifier and Type | Method and Description |
---|---|
(package private) static <K,V> RegularImmutableMap<K,V> |
RegularImmutableMap.fromEntries(java.util.Map.Entry<K,V>... entries) |
(package private) static <K,V> RegularImmutableMap<K,V> |
RegularImmutableMap.fromEntryArray(int n,
java.util.Map.Entry<K,V>[] entryArray)
Creates a RegularImmutableMap from the first n entries in entryArray.
|
Constructor and Description |
---|
KeySet(RegularImmutableMap<K,V> map) |
Values(RegularImmutableMap<K,V> map) |