Package com.oss.asn1
Class HugeSequenceOf<T extends AbstractData>
java.lang.Object
com.oss.asn1.AbstractData
com.oss.asn1.HugeContainer<T>
com.oss.asn1.HugeSequenceOf<T>
- Type Parameters:
T
- type of the SEQUENCE OF element value
- All Implemented Interfaces:
com.oss.asn1.Sizeable
,Serializable
,Cloneable
The HugeSequenceOf class represents the ASN.1 SEQUENCE 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
Modifier and TypeMethodDescriptionfinal boolean
equalTo
(HugeSequenceOf that) Compare 'this' object to another HugeSequenceOf object to see if their contents are the same.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 HugeSequenceOf object to see if their contents are the same.- Parameters:
that
- the HugeSequenceOf object to compare 'this' object to.- Returns:
- true if the contents of both objects are the same.
-