| | |
| public | boolean | add(Object e) Throws: IllegalStateException Throws: NullPointerException Overrides: AbstractQueue Overrides: AbstractCollection |
|
| public | void | addFirst(Object e) Throws: IllegalStateException Throws: NullPointerException |
|
| public | void | addLast(Object e) Throws: IllegalStateException Throws: NullPointerException |
|
| public | void | clear() Overrides: AbstractQueue Overrides: AbstractCollection |
|
| public | boolean | contains(Object o) Overrides: AbstractCollection |
|
| public | Iterator | descendingIterator() |
|
| public | int | drainTo(Collection c) Throws: UnsupportedOperationException Throws: ClassCastException Throws: NullPointerException Throws: IllegalArgumentException |
|
| public | int | drainTo(Collection c, int maxElements) Throws: UnsupportedOperationException Throws: ClassCastException Throws: NullPointerException Throws: IllegalArgumentException |
|
| public | Object | element() Throws: NoSuchElementException Overrides: AbstractQueue |
|
| public | Object | getFirst() Throws: NoSuchElementException |
|
| public | Object | getLast() Throws: NoSuchElementException |
|
| public | Iterator | iterator() Overrides: AbstractCollection |
|
| public | boolean | offer(Object e) Throws: NullPointerException |
|
| public | boolean | offer(Object e, long timeout, TimeUnit unit) Throws: NullPointerException Throws: InterruptedException |
|
| public | boolean | offerFirst(Object e) Throws: NullPointerException |
|
| public | boolean | offerFirst(Object e, long timeout, TimeUnit unit) Throws: NullPointerException Throws: InterruptedException |
|
| public | boolean | offerLast(Object e) Throws: NullPointerException |
|
| public | boolean | offerLast(Object e, long timeout, TimeUnit unit) Throws: NullPointerException Throws: InterruptedException |
|
| public | Object | peek() |
|
| public | Object | peekFirst() |
|
| public | Object | peekLast() |
|
| public | Object | poll() |
|
| public | Object | poll(long timeout, TimeUnit unit) Throws: InterruptedException |
|
| public | Object | pollFirst() |
|
| public | Object | pollFirst(long timeout, TimeUnit unit) Throws: InterruptedException |
|
| public | Object | pollLast() |
|
| public | Object | pollLast(long timeout, TimeUnit unit) Throws: InterruptedException |
|
| public | Object | pop() Throws: NoSuchElementException |
|
| public | void | push(Object e) Throws: IllegalStateException Throws: NullPointerException |
|
| public | void | put(Object e) Throws: NullPointerException Throws: InterruptedException |
|
| public | void | putFirst(Object e) Throws: NullPointerException Throws: InterruptedException |
|
| public | void | putLast(Object e) Throws: NullPointerException Throws: InterruptedException |
|
| public | int | remainingCapacity() |
|
| public | Object | remove() Throws: NoSuchElementException Overrides: AbstractQueue |
|
| public | boolean | remove(Object o) Overrides: AbstractCollection |
|
| public | Object | removeFirst() Throws: NoSuchElementException |
|
| public | boolean | removeFirstOccurrence(Object o) |
|
| public | Object | removeLast() Throws: NoSuchElementException |
|
| public | boolean | removeLastOccurrence(Object o) |
|
| public | int | size() Overrides: AbstractCollection |
|
| public | Object | take() Throws: InterruptedException |
|
| public | Object | takeFirst() Throws: InterruptedException |
|
| public | Object | takeLast() Throws: InterruptedException |
|
| public | Object[] | toArray() Overrides: AbstractCollection |
|
| public | Object[] | toArray(Object[] a) Throws: ArrayStoreException Throws: NullPointerException Overrides: AbstractCollection |
|
| public | String | toString() Overrides: AbstractCollection Overrides: Object |
|