|
ref_send API 2.17 defensive programming in Java |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LongArray | |
---|---|
org.joe_e.array | Read-only arrays. |
org.waterken.bounce | An argument passing test. |
Uses of LongArray in org.joe_e.array |
---|
Methods in org.joe_e.array that return LongArray | |
---|---|
static LongArray |
LongArray.array()
Construct an empty LongArray |
static LongArray |
LongArray.array(long... longs)
Constructs an array of long s. |
static LongArray |
LongArray.array(long value)
Construct a LongArray with one element. |
static LongArray |
LongArray.array(long value1,
long value2)
Construct a LongArray with two elements. |
static LongArray |
LongArray.array(long value1,
long value2,
long value3)
Construct a LongArray with three elements. |
static LongArray |
LongArray.array(long value1,
long value2,
long value3,
long value4)
Construct a LongArray with four elements. |
LongArray |
LongArray.Builder.snapshot()
Create a snapshot of the current content. |
LongArray |
LongArray.with(long newLong)
Creates a LongArray with an appended long . |
LongArray |
LongArray.with(java.lang.Long newLong)
Creates a LongArray |
LongArray |
LongArray.without(int i)
Return a new LongArray that contains the same elements
as this one excluding the element at a specified index |
Uses of LongArray in org.waterken.bounce |
---|
Fields in org.waterken.bounce declared as LongArray | |
---|---|
LongArray |
AllTypes.l
long |
Constructors in org.waterken.bounce with parameters of type LongArray | |
---|---|
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.