Package io.github.astrapi69.tree
Class LinkedNode<T>
- java.lang.Object
-
- io.github.astrapi69.tree.LinkedNode<T>
-
- Type Parameters:
T
- the generic type of the value
- All Implemented Interfaces:
ILinkedNode<T>
public class LinkedNode<T> extends java.lang.Object implements ILinkedNode<T>
The classLinkedNode
can have only one next element and one previous element
-
-
Constructor Summary
Constructors Constructor Description LinkedNode()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.github.astrapi69.tree.api.ILinkedNode
getFirst, getNext, getNextCount, getNextLinkedNodes, getPrevious, getPreviousCount, getPreviousLinkedNodes, getValue, hasNext, hasPrevious, isFirst, setNext, setPrevious, setValue, toList
-
-