Pacote
    Preparing search index...
    • Combine two linked lists.

      Type Parameters

      • T

      Parameters

      • front: LinkedList<T>

        Linked list at the front.

      • back: LinkedList<T>

        Linked list at the back.

      Returns LinkedList<T>

      A new linked list with the two provided lists concatenated.