public E poll() {
        final Node<E> f = first;
        return (f == null) ? null : unlinkFirst(f);
    }

results matching ""

    No results matching ""