dispose abstract method

void dispose()

Disposes this list. It is important to call this method when the list is no longer used to avoid memory leaks.

Implementation

void dispose();