contains
Tests whether this deque contains at least one instance of the given value.
Return
true
if this deque contains at least one instance of the given value, otherwise false
if the given value
does not appear in this deque.
Parameters
value
Value to test for the existence of.