Uses of Class
ch.nolix.base.container.linkedlist.LinkedListNode
Packages that use LinkedListNode
-
Uses of LinkedListNode in ch.nolix.base.container.linkedlist
Methods in ch.nolix.base.container.linkedlist that return LinkedListNodeModifier and TypeMethodDescriptionLinkedListNode.getNextNode()static <T> LinkedListNode<T> LinkedListNode.withElement(T element) Methods in ch.nolix.base.container.linkedlist with parameters of type LinkedListNodeModifier and TypeMethodDescriptionvoidLinkedListNode.setNextNode(LinkedListNode<E> nextNode) Sets the next node of the currentLinkedListNode.