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. mapMethods in com.google.common.collect that return MapMaker.Dummy Modifier and Type Method Description MapMaker.DummyMapMakerInternalMap.StrongKeyDummyValueEntry. getValue()MapMaker.DummyMapMakerInternalMap.WeakKeyDummyValueEntry. getValue()static MapMaker.DummyMapMaker.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 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.Dummy Modifier and Type Method Description voidMapMakerInternalMap.StrongKeyDummyValueEntry.Helper. setValue(MapMakerInternalMap.StrongKeyDummyValueSegment<K> segment, MapMakerInternalMap.StrongKeyDummyValueEntry<K> entry, MapMaker.Dummy value)(package private) voidMapMakerInternalMap.StrongKeyDummyValueEntry. setValue(MapMaker.Dummy value)voidMapMakerInternalMap.WeakKeyDummyValueEntry.Helper. setValue(MapMakerInternalMap.WeakKeyDummyValueSegment<K> segment, MapMakerInternalMap.WeakKeyDummyValueEntry<K> entry, MapMaker.Dummy value)(package private) voidMapMakerInternalMap.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)
-