Uses of Class
com.google.common.collect.MapMaker.Dummy
-
Packages that use MapMaker.Dummy Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of MapMaker.Dummy in com.google.common.collect
Fields in com.google.common.collect with type parameters of type MapMaker.Dummy Modifier and Type Field Description (package private) MapMakerInternalMap<E,MapMaker.Dummy,?,?>
Interners.InternerImpl. map
Methods in com.google.common.collect that return MapMaker.Dummy Modifier and Type Method 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.Methods in com.google.common.collect that return types with arguments of type MapMaker.Dummy Modifier and Type Method Description (package private) static <K> MapMakerInternalMap<K,MapMaker.Dummy,? extends MapMakerInternalMap.InternalEntry<K,MapMaker.Dummy,?>,?>
MapMakerInternalMap. createWithDummyValues(MapMaker builder)
Returns a freshMapMakerInternalMap
withMapMaker.Dummy
values but otherwise as specified by the givenbuilder
.(package private) static <K> MapMakerInternalMap<K,MapMaker.Dummy,? extends MapMakerInternalMap.InternalEntry<K,MapMaker.Dummy,?>,?>
MapMakerInternalMap. createWithDummyValues(MapMaker builder)
Returns a freshMapMakerInternalMap
withMapMaker.Dummy
values but otherwise as specified by the givenbuilder
.Methods in com.google.common.collect with parameters of type MapMaker.Dummy Modifier and Type Method Description void
MapMakerInternalMap.StrongKeyDummyValueEntry.Helper. setValue(MapMakerInternalMap.StrongKeyDummyValueSegment<K> segment, MapMakerInternalMap.StrongKeyDummyValueEntry<K> entry, MapMaker.Dummy value)
(package private) void
MapMakerInternalMap.StrongKeyDummyValueEntry. setValue(MapMaker.Dummy value)
void
MapMakerInternalMap.WeakKeyDummyValueEntry.Helper. setValue(MapMakerInternalMap.WeakKeyDummyValueSegment<K> segment, MapMakerInternalMap.WeakKeyDummyValueEntry<K> entry, MapMaker.Dummy value)
(package private) void
MapMakerInternalMap.WeakKeyDummyValueEntry. setValue(MapMaker.Dummy value)
Constructor parameters in com.google.common.collect with type arguments of type MapMaker.Dummy Constructor 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)
-