LinkedBlockingQueue.drainTo

@throws UnsupportedOperationException {@inheritDoc} @throws ClassCastException {@inheritDoc} @throws NullPointerException {@inheritDoc} @throws IllegalArgumentException {@inheritDoc}

  1. int drainTo(Collection!(E) c)
    class LinkedBlockingQueue(E)
    int
    drainTo
  2. int drainTo(Collection!(E) c, int maxElements)

Meta