public class EntityList<T> extends EntityArray implements IEntityList<T>
| Constructor and Description |
|---|
EntityList(IEntityList<T> other) |
EntityList(org.symphonyoss.s2.common.dom.json.ImmutableJsonList jsonList,
com.google.common.collect.ImmutableList<T> elements) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<T> |
getElements() |
org.symphonyoss.s2.common.dom.json.ImmutableJsonList |
getJsonList() |
int |
size() |
equals, getJsonDomNode, hashCode, serialize, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetJsonDomNode, serializepublic EntityList(IEntityList<T> other)
public EntityList(org.symphonyoss.s2.common.dom.json.ImmutableJsonList jsonList,
com.google.common.collect.ImmutableList<T> elements)
public org.symphonyoss.s2.common.dom.json.ImmutableJsonList getJsonList()
getJsonList in interface IEntityList<T>public com.google.common.collect.ImmutableList<T> getElements()
getElements in interface IEntityList<T>public int size()
size in interface IEntityArrayCopyright © 2018 Symphony Software Foundation. All rights reserved.