Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is curren
(E e)
| 374 | * element prevents it from being added to this deque |
| 375 | */ |
| 376 | boolean add(E e); |
| 377 | |
| 378 | /** |
| 379 | * Inserts the specified element into the queue represented by this deque |
no outgoing calls