|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.dispatch.AbstractNodeQueue.Node<T>
public static class AbstractNodeQueue.Node<T>
Field Summary | |
---|---|
T |
value
|
Constructor Summary | |
---|---|
AbstractNodeQueue.Node()
|
|
AbstractNodeQueue.Node(T value)
|
Method Summary | |
---|---|
AbstractNodeQueue.Node<T> |
next()
|
protected void |
setNext(AbstractNodeQueue.Node<T> newNext)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public T value
Constructor Detail |
---|
public AbstractNodeQueue.Node()
public AbstractNodeQueue.Node(T value)
Method Detail |
---|
public final AbstractNodeQueue.Node<T> next()
protected final void setNext(AbstractNodeQueue.Node<T> newNext)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |