|
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.Object org.joe_e.Struct org.waterken.bounce.AllTypes
public final class AllTypes
A record containing a field of each type.
Field Summary | |
---|---|
java.lang.Object |
a
unknown type |
BooleanArray |
b
boolean |
CharArray |
c
char |
DoubleArray |
d
double |
FloatArray |
f
float |
IntArray |
i
int |
ConstArray<Vat<Deferred<?>>> |
k
known nested type |
LongArray |
l
long |
ByteArray |
o
byte |
ConstArray<? extends Promise<?>> |
p
promise |
ConstArray<? extends Receiver<?>> |
r
pass-by-reference |
ShortArray |
s
short |
java.lang.String |
t
string |
Constructor Summary | |
---|---|
AllTypes(BooleanArray b,
CharArray c,
FloatArray f,
DoubleArray d,
ByteArray o,
ShortArray s,
IntArray i,
LongArray l,
java.lang.String t,
ConstArray<? extends Receiver<?>> r,
ConstArray<? extends Promise<?>> p,
ConstArray<Vat<Deferred<?>>> k,
java.lang.Object a)
Constructs an instance. |
Method Summary |
---|
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 BooleanArray b
public final CharArray c
public final FloatArray f
public final DoubleArray d
public final ByteArray o
public final ShortArray s
public final IntArray i
public final LongArray l
public final java.lang.String t
public final ConstArray<? extends Receiver<?>> r
public final ConstArray<? extends Promise<?>> p
public final ConstArray<Vat<Deferred<?>>> k
public final java.lang.Object a
Constructor Detail |
---|
public AllTypes(BooleanArray b, CharArray c, FloatArray f, DoubleArray d, ByteArray o, ShortArray s, IntArray i, LongArray l, java.lang.String t, ConstArray<? extends Receiver<?>> r, ConstArray<? extends Promise<?>> p, ConstArray<Vat<Deferred<?>>> k, java.lang.Object a)
b
- b
c
- c
f
- f
d
- d
o
- o
s
- s
i
- i
l
- l
t
- t
r
- r
p
- p
k
- k
a
- a
|
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.