Package com.oss.asn1
Class Set
java.lang.Object
com.oss.asn1.AbstractData
com.oss.asn1.AbstractCollection
com.oss.asn1.Set
- All Implemented Interfaces:
Serializable
,Cloneable
- Direct Known Subclasses:
HugeRelaySafeSet
,RelaySafeSet
The Set class represents the ASN.1 SET type.
- Since:
- ASN.1/Java 1.0-beta A
- See Also:
-
Field Summary
Fields inherited from class com.oss.asn1.AbstractData
EQUALS, GREATER_THAN, LESS_THAN
-
Method Summary
Methods inherited from class com.oss.asn1.AbstractCollection
clone, delete, enumeratedComponents, hashCode
Methods inherited from class com.oss.asn1.AbstractData
equals, getTypeInfo, isEncodable, isPDU, isValid, toString, toString
-
Method Details
-
equalTo
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.
-