clear method

view source

void clear () inherited

Implementation

void clear() {
  this.length = 0;
}