lenght method

int lenght()

Retorna o tamanho atual da lista

Implementation

int lenght() {
  return this.flashcardList.length;
}