Uses of Class
com.amritpandey23.dsalibrary.linkedlist.ListNode
Packages that use ListNode
-
Uses of ListNode in com.amritpandey23.dsalibrary.linkedlist
Fields in com.amritpandey23.dsalibrary.linkedlist declared as ListNodeMethods in com.amritpandey23.dsalibrary.linkedlist that return ListNodeModifier and TypeMethodDescriptionLinkedList.getFirst()Retrieves the first node in the linked list.LinkedList.getLast()Retrieves the last node in the linked list.LinkedList.getNodeAtPos(int position) Retrieves the node at a specified position in the linked list.Constructors in com.amritpandey23.dsalibrary.linkedlist with parameters of type ListNode