removeElement abstract method

bool removeElement(
  1. E element
)

Removes element from this instance.

Implementation

bool removeElement(E element);