add method

void add(
  1. ASN1Object o
)

Add an element to the set

Implementation

void add(ASN1Object o) {
  elements.add(o);
}