API Summary
API 1: add(E e)
API 2: offer(E e)
API 3: peek()
API 4: poll()
API 5: remove()
API 6: remove(Object o)
API 7: size()
API 8: clear()
API 9: comparator()
API 10: contains(Object o)
API 11: isEmpty()
API 12: toArray()
Last updated