|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectDoubtSignalNode
@ThreadSafe public final class DoubtSignalNode
A doubt signal and one of the list nodes it connects, which is either the source or the destination node (depending on the context).
| Nested Class Summary | |
|---|---|
static interface |
DoubtSignalNode.Runner
A routine that runs in the context of a doubt signal node. |
| Constructor Summary | |
|---|---|
DoubtSignalNode(DoubtSignal doubtSignal,
ListNode listNode)
Constructs a DoubtSignalNode. |
|
| Method Summary | |
|---|---|
DoubtSignal |
doubtSignal()
The doubt signal. |
ListNode |
listNode()
The list node. |
static Comparator<DoubtSignalNode> |
voter0Comparator()
A comparator that sorts in alphabetical order of source voter. |
static Comparator<DoubtSignalNode> |
voter1Comparator()
A comparator that sorts in alphabetical order of destination voter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DoubtSignalNode(DoubtSignal doubtSignal,
ListNode listNode)
| Method Detail |
|---|
public DoubtSignal doubtSignal()
public ListNode listNode()
public static Comparator<DoubtSignalNode> voter0Comparator()
public static Comparator<DoubtSignalNode> voter1Comparator()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||