Uses of Class
com.google.common.reflect.ImmutableTypeToInstanceMap
-
Packages that use ImmutableTypeToInstanceMap Package Description com.google.common.reflect This package contains utilities to work with Java reflection. -
-
Uses of ImmutableTypeToInstanceMap in com.google.common.reflect
Methods in com.google.common.reflect that return ImmutableTypeToInstanceMap Modifier and Type Method Description ImmutableTypeToInstanceMap<B>
ImmutableTypeToInstanceMap.Builder. build()
Returns a new immutable type-to-instance map containing the entries provided to this builder.static <B> ImmutableTypeToInstanceMap<B>
ImmutableTypeToInstanceMap. of()
Returns an empty type to instance map.
-