Package com.oss.asn1

Class Set

All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
HugeRelaySafeSet, RelaySafeSet

public abstract class Set extends AbstractCollection
The Set class represents the ASN.1 SET type.
Since:
ASN.1/Java 1.0-beta A
See Also:
  • Method Details

    • equalTo

      public final boolean equalTo(Set that)
      Compare 'this' object to another Set object to see if their contents are the same.
      Parameters:
      that - the Set object to compare 'this' object to.
      Returns:
      true if contents of both objects are the same.