public E peekLast() {
        final Node<E> l = last;
        return (l == null) ? null : l.item;
    }

results matching ""

    No results matching ""