remove

This method deletes the first occurrence of the specified element from the list.

Visibility
Public
Signature
void remove(Concept c);
Parameters
c

The element to delete


Feedback