T
- protected class IStructure.Node<T>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.concurrent.atomic.AtomicReference<IStructure.Node<T>> |
next |
T |
value |
Constructor and Description |
---|
IStructure.Node(T value) |
public T value
public java.util.concurrent.atomic.AtomicReference<IStructure.Node<T>> next
public IStructure.Node(T value)