clear method

Book clear()

clear.

empties the book.

Implementation

Book clear() {
  kpl.clear();
  jrl.clear();
  return this;
}