Package com.oss.asn1
Class AbstractCollection
java.lang.Object
com.oss.asn1.AbstractData
com.oss.asn1.AbstractCollection
- All Implemented Interfaces:
Serializable
,Cloneable
The AbstractCollection class is the superclass of Sequence and Set classes.
- Since:
- ASN.1/Java 6.0
- See Also:
-
Field Summary
Fields inherited from class com.oss.asn1.AbstractData
EQUALS, GREATER_THAN, LESS_THAN
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Create a deep copy of 'this' object.int
Get the number of components in the AbstractCollection.Methods inherited from class com.oss.asn1.AbstractData
abstractEqualTo, delete, equals, getTypeName, hashCode, isEncodable, isPDU, isValid, toString, toString
-
Method Details
-
numComponents
public int numComponents()Get the number of components in the AbstractCollection.- Returns:
- the number of components.
-
clone
Create a deep copy of 'this' object.- Returns:
- copy of 'this' object.
-