Package | Description |
---|---|
com.google.common.collect |
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ImmutableMapKeySet<K,V>
keySet() implementation for ImmutableMap . |
private class |
ImmutableMultiset.EntrySet |
(package private) class |
JdkBackedImmutableSet<E>
ImmutableSet implementation backed by a JDK HashSet, used to defend against apparent hash
flooding.
|
private static class |
RegularImmutableMap.KeySet<K,V> |
private class |
RegularImmutableTable.CellSet |