Package com.oss.asn1
Class HugeSetOf<T extends AbstractData>
java.lang.Object
com.oss.asn1.AbstractData
com.oss.asn1.HugeContainer<T>
com.oss.asn1.HugeSetOf<T>
- Type Parameters:
T
- type of the SET OF element value
- All Implemented Interfaces:
com.oss.asn1.Sizeable
,Serializable
,Cloneable
The HugeSetOf class represents the ASN.1 SET OF when the ValueInFile
directive has been applied.
- Since:
- ASN.1/Java 1.4 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.HugeContainer
clone, delete, getSize, objectStorageValue, setValue
Methods inherited from class com.oss.asn1.AbstractData
equals, getTypeInfo, hashCode, isEncodable, isPDU, isValid, toString, toString
-
Method Details
-
equalTo
Compare 'this' object to another HugeSetOf object to see if their contents are the same.- Parameters:
that
- the HugeSetOf object to compare 'this' object to.- Returns:
- true if contents of both objects are the same.
-