protected
AbstractQueue()
Constructor for use by subclasses.
boolean
add(E e)
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions, returning true
upon success and throwing an IllegalStateException
if no space is currently available.
boolean
addAll(Collection<? extends E> c)
Adds all of the elements in the specified collection to this queue.
void
clear()
Removes all of the elements from this queue.
E
element()
Retrieves, but does not remove, the head of this queue.
E
remove()
Retrieves and removes the head of this queue.
contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArray
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4