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 |
ComputingConcurrentHashMap<K,V>
Adds computing functionality to
MapMakerInternalMap . |
(package private) static class |
MapMaker.ComputingMapAdapter<K,V>
Overrides get() to compute on demand.
|
Modifier and Type | Field and Description |
---|---|
private MapMakerInternalMap<E,Interners.WeakInterner.Dummy> |
Interners.WeakInterner.map |
(package private) MapMakerInternalMap<K,V> |
MapMakerInternalMap.Segment.map |
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.ref.WeakReference<MapMakerInternalMap<?,?>> |
MapMakerInternalMap.CleanupMapTask.mapReference |
Modifier and Type | Method and Description |
---|---|
(package private) abstract <K,V> MapMakerInternalMap<K,V> |
GenericMapMaker.makeCustomMap()
Deprecated.
|
(package private) <K,V> MapMakerInternalMap<K,V> |
MapMaker.makeCustomMap()
Returns a MapMakerInternalMap for the benefit of internal callers that use features of
that class not exposed through ConcurrentMap.
|
Constructor and Description |
---|
CleanupMapTask(MapMakerInternalMap<?,?> map) |
ComputingSegment(MapMakerInternalMap<K,V> map,
int initialCapacity,
int maxSegmentSize) |
Segment(MapMakerInternalMap<K,V> map,
int initialCapacity,
int maxSegmentSize) |