diewald_CV_kit.utility
Class DoubleLinkedList.Node<T>
java.lang.Object
diewald_CV_kit.utility.DoubleLinkedList.Node<T>
- Type Parameters:
T
-
- Enclosing class:
- DoubleLinkedList<E>
public final class DoubleLinkedList.Node<T>
- extends Object
each node has a link to a next node, and a link to a previous node, which actually defines a double-linked-list.
- Author:
- thomas
Method Summary |
T |
get()
returns the nodes value. |
get
public final T get()
- returns the nodes value.
- Returns:
- the nodes value.
Processing library diewald_CV_kit by Thomas Diewald. (C) 2012