public interface LinkedListNode<T extends LinkedListNode> extends Entry<T>
LinkedList must implement this interface .
LinkedList
Modifier and Type | Method and Description |
---|---|
T |
getPrevious()
Returns the previous node
|
void |
nullPrevNext() |
void |
setPrevious(T previous)
Sets the previous node
|
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.