Uses of Enum Class
com.google.common.collect.MapMaker.Dummy
Packages that use MapMaker.Dummy
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of MapMaker.Dummy in com.google.common.collect
Fields in com.google.common.collect with type parameters of type MapMaker.DummyModifier and TypeFieldDescription(package private) final MapMakerInternalMap<E, MapMaker.Dummy, ?, ?> Interners.InternerImpl.mapMethods in com.google.common.collect that return MapMaker.DummyModifier and TypeMethodDescriptionfinal MapMaker.DummyMapMakerInternalMap.StrongKeyDummyValueEntry.getValue()final MapMaker.DummyMapMakerInternalMap.WeakKeyDummyValueEntry.getValue()static MapMaker.DummyReturns the enum constant of this class with the specified name.static MapMaker.Dummy[]MapMaker.Dummy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.common.collect that return types with arguments of type MapMaker.DummyModifier and TypeMethodDescription(package private) static <K> MapMakerInternalMap<K, MapMaker.Dummy, ? extends MapMakerInternalMap.InternalEntry<K, MapMaker.Dummy, ?>, ?> MapMakerInternalMap.createWithDummyValues(MapMaker builder) Returns a freshMapMakerInternalMapwithMapMaker.Dummyvalues 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 freshMapMakerInternalMapwithMapMaker.Dummyvalues but otherwise as specified by the givenbuilder.Methods in com.google.common.collect with parameters of type MapMaker.DummyModifier and TypeMethodDescriptionvoidMapMakerInternalMap.StrongKeyDummyValueEntry.Helper.setValue(MapMakerInternalMap.StrongKeyDummyValueSegment<K> segment, MapMakerInternalMap.StrongKeyDummyValueEntry<K> entry, MapMaker.Dummy value) voidMapMakerInternalMap.WeakKeyDummyValueEntry.Helper.setValue(MapMakerInternalMap.WeakKeyDummyValueSegment<K> segment, MapMakerInternalMap.WeakKeyDummyValueEntry<K> entry, MapMaker.Dummy value) Method parameters in com.google.common.collect with type arguments of type MapMaker.DummyModifier and TypeMethodDescriptionMapMakerInternalMap.StrongKeyDummyValueSegment.castForTesting(MapMakerInternalMap.InternalEntry<K, MapMaker.Dummy, ?> entry) MapMakerInternalMap.WeakKeyDummyValueSegment.castForTesting(MapMakerInternalMap.InternalEntry<K, MapMaker.Dummy, ?> entry) MapMakerInternalMap.StrongKeyDummyValueEntry.Helper.newSegment(MapMakerInternalMap<K, MapMaker.Dummy, MapMakerInternalMap.StrongKeyDummyValueEntry<K>, MapMakerInternalMap.StrongKeyDummyValueSegment<K>> map, int initialCapacity) MapMakerInternalMap.WeakKeyDummyValueEntry.Helper.newSegment(MapMakerInternalMap<K, MapMaker.Dummy, MapMakerInternalMap.WeakKeyDummyValueEntry<K>, MapMakerInternalMap.WeakKeyDummyValueSegment<K>> map, int initialCapacity) Constructor parameters in com.google.common.collect with type arguments of type MapMaker.DummyModifierConstructorDescription(package private)StrongKeyDummyValueSegment(MapMakerInternalMap<K, MapMaker.Dummy, MapMakerInternalMap.StrongKeyDummyValueEntry<K>, MapMakerInternalMap.StrongKeyDummyValueSegment<K>> map, int initialCapacity) (package private)WeakKeyDummyValueSegment(MapMakerInternalMap<K, MapMaker.Dummy, MapMakerInternalMap.WeakKeyDummyValueEntry<K>, MapMakerInternalMap.WeakKeyDummyValueSegment<K>> map, int initialCapacity)