Package | Description |
---|---|
com.google.common.reflect |
This package contains utilities to work with Java reflection.
|
Modifier and Type | Method and 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.
|
Copyright © 2010–2018. All rights reserved.