| Package | Description |
|---|---|
| com.google.template.soy.data |
Java representation of Soy data types.
|
| com.google.template.soy.data.internal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SoyEasyList
A mutable list with additional methods for ease-of-use.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SoyAbstractList
Abstract implementation of SoyList.
|
class |
SoyListData
A list data node in a Soy data tree.
|
| Modifier and Type | Field and Description |
|---|---|
static SoyList |
SoyValueHelper.EMPTY_LIST
An immutable empty list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SoyEasyList.addAllFromList(SoyList list)
Adds values to the end of this SoyList from another list.
|
SoyEasyList |
SoyValueHelper.newEasyListFromList(SoyList list)
IMPORTANT: Do not use this method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EasyListImpl
Internal implementation of SoyEasyList.
|
class |
ListImpl
Internal implementation of SoyList backed by a list of SoyValueProviders.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EasyListImpl.addAllFromList(SoyList list) |