Uses of Class
com.google.common.collect.Interners.WeakInterner.Dummy
-
Packages that use Interners.WeakInterner.Dummy Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of Interners.WeakInterner.Dummy in com.google.common.collect
Fields in com.google.common.collect with type parameters of type Interners.WeakInterner.Dummy Modifier and Type Field Description private MapMakerInternalMap<E,Interners.WeakInterner.Dummy,?,?>
Interners.WeakInterner. map
Methods in com.google.common.collect that return Interners.WeakInterner.Dummy Modifier and Type Method Description static Interners.WeakInterner.Dummy
Interners.WeakInterner.Dummy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Interners.WeakInterner.Dummy[]
Interners.WeakInterner.Dummy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-