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.Helper<K>
Concrete implementation of
MapMakerInternalMap.InternalEntryHelper for strong keys and MapMaker.Dummy
values. |
(package private) static class |
MapMakerInternalMap.StrongKeyStrongValueEntry.Helper<K,V>
Concrete implementation of
MapMakerInternalMap.InternalEntryHelper for strong keys and strong values. |
(package private) static class |
MapMakerInternalMap.StrongKeyWeakValueEntry.Helper<K,V>
Concrete implementation of
MapMakerInternalMap.InternalEntryHelper for strong keys and weak values. |
(package private) static class |
MapMakerInternalMap.WeakKeyDummyValueEntry.Helper<K>
Concrete implementation of
MapMakerInternalMap.InternalEntryHelper for weak keys and MapMaker.Dummy
values. |
(package private) static class |
MapMakerInternalMap.WeakKeyStrongValueEntry.Helper<K,V>
Concrete implementation of
MapMakerInternalMap.InternalEntryHelper for weak keys and strong values. |
(package private) static class |
MapMakerInternalMap.WeakKeyWeakValueEntry.Helper<K,V>
Concrete implementation of
MapMakerInternalMap.InternalEntryHelper for weak keys and weak values. |
Modifier and Type | Field and Description |
---|---|
(package private) MapMakerInternalMap.InternalEntryHelper<K,V,E,S> |
MapMakerInternalMap.entryHelper
Strategy for handling entries and segments in a type-safe and efficient manner.
|
Constructor and Description |
---|
MapMakerInternalMap(MapMaker builder,
MapMakerInternalMap.InternalEntryHelper<K,V,E,S> entryHelper)
Creates a new, empty map with the specified strategy, initial capacity and concurrency level.
|