|
ref_send API 2.17 defensive programming in Java |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntArray | |
---|---|
org.joe_e.array | Read-only arrays. |
org.ref_send.log | A log file format. |
org.waterken.bounce | An argument passing test. |
org.waterken.syntax | A marshalling interface. |
Uses of IntArray in org.joe_e.array |
---|
Methods in org.joe_e.array that return IntArray | |
---|---|
static IntArray |
IntArray.array()
Construct an empty IntArray |
static IntArray |
IntArray.array(int... ints)
Constructs an array of int s. |
static IntArray |
IntArray.array(int value)
Construct a IntArray with one element. |
static IntArray |
IntArray.array(int value1,
int value2)
Construct a IntArray with two elements. |
static IntArray |
IntArray.array(int value1,
int value2,
int value3)
Construct a IntArray with three elements. |
static IntArray |
IntArray.array(int value1,
int value2,
int value3,
int value4)
Construct a IntArray with four elements. |
IntArray |
IntArray.Builder.snapshot()
Create a snapshot of the current content. |
IntArray |
IntArray.with(int newInt)
Creates a IntArray with an appended int . |
IntArray |
IntArray.with(java.lang.Integer newInt)
Creates a IntArray |
IntArray |
IntArray.without(int i)
Return a new IntArray that contains the same elements
as this one excluding the element at a specified index |
Uses of IntArray in org.ref_send.log |
---|
Fields in org.ref_send.log with type parameters of type IntArray | |
---|---|
PowerlessArray<IntArray> |
CallSite.span
call site's position within the CallSite.source (optional) |
Constructor parameters in org.ref_send.log with type arguments of type IntArray | |
---|---|
CallSite(java.lang.String name,
java.lang.String source,
PowerlessArray<IntArray> span)
Constructs an instance. |
Uses of IntArray in org.waterken.bounce |
---|
Fields in org.waterken.bounce declared as IntArray | |
---|---|
IntArray |
AllTypes.i
int |
Constructors in org.waterken.bounce with parameters of type IntArray | |
---|---|
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. |
Uses of IntArray in org.waterken.syntax |
---|
Fields in org.waterken.syntax with type parameters of type IntArray | |
---|---|
PowerlessArray<IntArray> |
BadSyntax.span
location within BadSyntax.source |
Constructor parameters in org.waterken.syntax with type arguments of type IntArray | |
---|---|
BadSyntax(java.lang.String source,
PowerlessArray<IntArray> span,
java.lang.Exception cause)
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.