Uses of Interface
com.google.common.reflect.TypeToInstanceMap
-
Packages that use TypeToInstanceMap Package Description com.google.common.reflect This package contains utilities to work with Java reflection. -
-
Uses of TypeToInstanceMap in com.google.common.reflect
Classes in com.google.common.reflect that implement TypeToInstanceMap Modifier and Type Class Description class
ImmutableTypeToInstanceMap<B>
A type-to-instance map backed by anImmutableMap
.class
MutableTypeToInstanceMap<B>
A mutable type-to-instance map.
-