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 |
private static class |
RegularImmutableMap.KeySet<K,V> |
private class |
RegularImmutableMultiset.ElementSet |
(package private) class |
RegularImmutableSet<E>
Implementation of
ImmutableSet with two or more elements. |
private class |
RegularImmutableTable.CellSet |