Package org.symphonyoss.s2.canon.runtime
Interface IEntitySet<T>
-
- All Superinterfaces:
IBaseEntity,IEntityArray,org.symphonyoss.s2.common.dom.json.IJsonDomNodeProvider
- All Known Implementing Classes:
EntitySet
public interface IEntitySet<T> extends IEntityArray
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.collect.ImmutableSet<T>getElements()org.symphonyoss.s2.common.dom.json.ImmutableJsonSetgetJsonSet()-
Methods inherited from interface org.symphonyoss.s2.canon.runtime.IBaseEntity
getJsonDomNode, serialize
-
Methods inherited from interface org.symphonyoss.s2.canon.runtime.IEntityArray
size
-
-
-
-
Method Detail
-
getElements
com.google.common.collect.ImmutableSet<T> getElements()
-
getJsonSet
org.symphonyoss.s2.common.dom.json.ImmutableJsonSet getJsonSet()
-
-