| Package | Description |
|---|---|
| com.google.template.soy.data |
Java representation of Soy data types.
|
| com.google.template.soy.data.internal |
| Modifier and Type | Method and Description |
|---|---|
SoyEasyList |
SoyEasyList.makeImmutable()
Makes this list immutable.
|
SoyEasyList |
SoyValueHelper.newEasyList()
IMPORTANT: Do not use this method.
|
SoyEasyList |
SoyValueHelper.newEasyList(Object... values)
IMPORTANT: Do not use this method.
|
SoyEasyList |
SoyValueHelper.newEasyListFromJavaIterable(Iterable<?> javaIterable)
IMPORTANT: Do not use this method.
|
SoyEasyList |
SoyValueHelper.newEasyListFromList(SoyList list)
IMPORTANT: Do not use this method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EasyListImpl
Internal implementation of SoyEasyList.
|
| Modifier and Type | Method and Description |
|---|---|
SoyEasyList |
EasyListImpl.makeImmutable() |