LinkedBlockingQueue.drainTo

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

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

Meta