removeLast

The removeLast method deletes the last element from the list.

Note: This method is not efficient because the Rational® Rhapsody® framework does not keep backward pointers. It is preferable to use one of the other remove functions to delete elements from the list.
Visibility
Public
Signature
void removeLast()

Feedback