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