Class ScalarSet<E>

  • Type Parameters:
    E - the scalar type.
    All Implemented Interfaces:
    java.lang.AutoCloseable, java.lang.Iterable<E>, oracle.pgx.common.IdentifiableCollection

    public class ScalarSet<E>
    extends ScalarCollection<E>
    An unordered set of scalars that does not contain duplicates.