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) static class |
MapMakerInternalMap.StrongKeyDummyValueEntry<K>
Concrete implementation of
MapMakerInternalMap.InternalEntry for strong keys and MapMaker.Dummy values. |
(package private) static class |
MapMakerInternalMap.StrongKeyStrongValueEntry<K,V>
Concrete implementation of
MapMakerInternalMap.InternalEntry for strong keys and strong values. |
(package private) static class |
MapMakerInternalMap.WeakKeyDummyValueEntry<K>
Concrete implementation of
MapMakerInternalMap.InternalEntry for weak keys and MapMaker.Dummy values. |
(package private) static class |
MapMakerInternalMap.WeakKeyStrongValueEntry<K,V>
Concrete implementation of
MapMakerInternalMap.InternalEntry for weak keys and strong values. |