- o
- element to be removed from this deque, if present
Documentation for this section has not yet been entered.
Type Reason Java.Lang.NullPointerException if the specified element is null
Removes the last element e such that o.equals(e), if such an element exists in this deque. If the deque does not contain the element, it is unchanged.