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