public E peek() {
        final Node<E> f = first;
        return (f == null) ? null : f.item;
    }

results matching ""

    No results matching ""