Class SubSetFloat

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class SubSetFloat
    extends TwoSequenceFloat
    Represents two sequences of double values where one of the sequences is a subset of the other; that is each element of one sequence appears in the other. Prints as either x[] is a subset of y[] or as x[] is a superset of y[].
    See Also:
    Serialized Form