Package | Description |
---|---|
com.google.common.collect |
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
|
Modifier and Type | Field and Description |
---|---|
(package private) MapMakerInternalMap<E,MapMaker.Dummy,?,?> |
Interners.InternerImpl.map |
Modifier and Type | Method and Description |
---|---|
MapMaker.Dummy |
MapMakerInternalMap.StrongKeyDummyValueEntry.getValue() |
MapMaker.Dummy |
MapMakerInternalMap.WeakKeyDummyValueEntry.getValue() |
static MapMaker.Dummy |
MapMaker.Dummy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MapMaker.Dummy[] |
MapMaker.Dummy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) static <K> MapMakerInternalMap<K,MapMaker.Dummy,? extends MapMakerInternalMap.InternalEntry<K,MapMaker.Dummy,?>,?> |
MapMakerInternalMap.createWithDummyValues(MapMaker builder)
Returns a fresh
MapMakerInternalMap with MapMaker.Dummy values but otherwise as
specified by the given builder . |
(package private) static <K> MapMakerInternalMap<K,MapMaker.Dummy,? extends MapMakerInternalMap.InternalEntry<K,MapMaker.Dummy,?>,?> |
MapMakerInternalMap.createWithDummyValues(MapMaker builder)
Returns a fresh
MapMakerInternalMap with MapMaker.Dummy values but otherwise as
specified by the given builder . |
Modifier and Type | Method and Description |
---|---|
(package private) void |
MapMakerInternalMap.StrongKeyDummyValueEntry.setValue(MapMaker.Dummy value) |
(package private) void |
MapMakerInternalMap.WeakKeyDummyValueEntry.setValue(MapMaker.Dummy value) |
void |
MapMakerInternalMap.StrongKeyDummyValueEntry.Helper.setValue(MapMakerInternalMap.StrongKeyDummyValueSegment<K> segment,
MapMakerInternalMap.StrongKeyDummyValueEntry<K> entry,
MapMaker.Dummy value) |
void |
MapMakerInternalMap.WeakKeyDummyValueEntry.Helper.setValue(MapMakerInternalMap.WeakKeyDummyValueSegment<K> segment,
MapMakerInternalMap.WeakKeyDummyValueEntry<K> entry,
MapMaker.Dummy value) |
Constructor and Description |
---|
StrongKeyDummyValueSegment(MapMakerInternalMap<K,MapMaker.Dummy,MapMakerInternalMap.StrongKeyDummyValueEntry<K>,MapMakerInternalMap.StrongKeyDummyValueSegment<K>> map,
int initialCapacity,
int maxSegmentSize) |
WeakKeyDummyValueSegment(MapMakerInternalMap<K,MapMaker.Dummy,MapMakerInternalMap.WeakKeyDummyValueEntry<K>,MapMakerInternalMap.WeakKeyDummyValueSegment<K>> map,
int initialCapacity,
int maxSegmentSize) |