delete abstract method

void delete(
  1. T item
)

Removes element item from the list.

要素itemをリストから削除します。

Implementation

void delete(T item);