|
ref_send API 2.17 defensive programming in Java |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FloatArray | |
|---|---|
| org.joe_e.array | Read-only arrays. |
| org.waterken.bounce | An argument passing test. |
| Uses of FloatArray in org.joe_e.array |
|---|
| Methods in org.joe_e.array that return FloatArray | |
|---|---|
static FloatArray |
FloatArray.array()
Construct an empty FloatArray |
static FloatArray |
FloatArray.array(float... floats)
Constructs an array of floats. |
static FloatArray |
FloatArray.array(float value)
Construct a FloatArray with one element. |
static FloatArray |
FloatArray.array(float value1,
float value2)
Construct a FloatArray with two elements. |
static FloatArray |
FloatArray.array(float value1,
float value2,
float value3)
Construct a FloatArray with three elements. |
static FloatArray |
FloatArray.array(float value1,
float value2,
float value3,
float value4)
Construct a FloatArray with four elements. |
FloatArray |
FloatArray.Builder.snapshot()
Create a snapshot of the current content. |
FloatArray |
FloatArray.with(float newFloat)
Creates a FloatArray with an appended float. |
FloatArray |
FloatArray.with(java.lang.Float newFloat)
Creates a FloatArray |
FloatArray |
FloatArray.without(int i)
Return a new FloatArray that contains the same elements
as this one excluding the element at a specified index |
| Uses of FloatArray in org.waterken.bounce |
|---|
| Fields in org.waterken.bounce declared as FloatArray | |
|---|---|
FloatArray |
AllTypes.f
float |
| Constructors in org.waterken.bounce with parameters of type FloatArray | |
|---|---|
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. |
|
|
ref_send API 2.17 defensive programming in Java |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 1998-2009 Waterken Inc. under the terms of the MIT X license.