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