| Package | Description |
|---|---|
| com.google.template.soy.data.internal |
| Modifier and Type | Field and Description |
|---|---|
static DictImpl |
DictImpl.EMPTY
Empty, immutable dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
static DictImpl |
DictImpl.forProviderMap(Map<String,? extends SoyValueProvider> providerMap)
Creates a SoyDict implementation for a particular underlying provider map.
|