
V - the type of items in the linked list.public final class LinkedDdcNode<V> extends Object
| Constructor and Description |
|---|
LinkedDdcNode()
No args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedDdcNode<V> |
next()
next.
|
DataDrivenControl<V> |
value()
value.
|
public DataDrivenControl<V> value()
value.
public LinkedDdcNode<V> next()
next.
Copyright © 2014 Rice University - Department of Computer Science. All rights reserved.