advance abstract method

void advance(
  1. int count
)

sets the number times a cursor should move its position forward.

Implementation

void advance(int count);