push method

dynamic push(
  1. NodeOutput item
)

Implementation

push(NodeOutput item) {
  this.s.add(item);
}