| 
 | ref_send API 2.17 defensive programming in Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.joe_e.Struct
org.waterken.serial.Link<T>
T - value typepublic class Link<T>
A resolved element of a series.
| Field Summary | |
|---|---|
|  Element<T> | nextnext element | 
|  Promise<T> | valueelement value | 
| Constructor Summary | |
|---|---|
| Link(Promise<T> value,
         Element<T> next)Constructs an instance. | |
| Method Summary | ||
|---|---|---|
|  Element<T> | getNext()next element | |
|  Promise<T> | getValue()element value | |
| static
 | link(Promise<T> value,
         Element<T> next)Constructs an instance. | |
| Methods inherited from class org.joe_e.Struct | 
|---|
| equals, hashCode | 
| Methods inherited from class java.lang.Object | 
|---|
| getClass, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface org.joe_e.Selfless | 
|---|
| hashCode | 
| Field Detail | 
|---|
public final Promise<T> value
public final Element<T> next
| Constructor Detail | 
|---|
public Link(Promise<T> value,
            Element<T> next)
value - valuenext - next| Method Detail | 
|---|
public static <T> Element<T> link(Promise<T> value,
                                  Element<T> next)
T - value typevalue - valuenext - nextpublic Promise<T> getValue()
Element
getValue in interface Element<T>public Element<T> getNext()
Element
getNext in interface Element<T>| 
 | ref_send API 2.17 defensive programming in Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 1998-2009 Waterken Inc. under the terms of the MIT X license.