Class EntitySet<T>

    • Constructor Detail

      • EntitySet

        public EntitySet​(org.symphonyoss.s2.common.dom.json.ImmutableJsonSet jsonSet,
                         com.google.common.collect.ImmutableSet<T> elements)
    • Method Detail

      • getJsonSet

        public org.symphonyoss.s2.common.dom.json.ImmutableJsonSet getJsonSet()
        Specified by:
        getJsonSet in interface IEntitySet<T>
      • getElements

        public com.google.common.collect.ImmutableSet<T> getElements()
        Specified by:
        getElements in interface IEntitySet<T>