addElement method

void addElement(
  1. Hit hitElement
)

Implementation

void addElement(Hit hitElement) {
  fsQueue.add(hitElement);
}