LinkedListNodeWrapper
is to be able to add the same LinkedListNode
to multiple LinkedList
s where the node can have different previous and next nodes in each list.
LinkedListNodeWrapper
is to be able to add the same LinkedListNode
to multiple LinkedList
s where the node can have different previous and next nodes in each list.
|
|