|
ref_send API 2.17 defensive programming in Java |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstArray | |
---|---|
org.joe_e.array | Read-only arrays. |
org.joe_e.file | The filesystem interface. |
org.ref_send.scope | A pass-by-copy interface. |
org.waterken.bounce | An argument passing test. |
org.waterken.syntax | A marshalling interface. |
org.waterken.syntax.json | JSON <=> Java conversion. |
Uses of ConstArray in org.joe_e.array |
---|
Subclasses of ConstArray in org.joe_e.array | |
---|---|
class |
BooleanArray
An immutable array of boolean . |
class |
ByteArray
An immutable array of byte . |
class |
CharArray
An immutable array of char . |
class |
DoubleArray
An immutable array of double . |
class |
FloatArray
An immutable array of float . |
class |
ImmutableArray<E>
An immutable array containing immutable objects. |
class |
IntArray
An immutable array of int . |
class |
LongArray
An immutable array of long . |
class |
PowerlessArray<E>
An immutable array containing powerless objects. |
class |
ShortArray
An immutable array of short . |
Methods in org.joe_e.array that return ConstArray | ||
---|---|---|
static
|
ConstArray.array()
Construct an empty ConstArray . |
|
static
|
ConstArray.array(T... values)
Construct a ConstArray . |
|
static
|
ConstArray.array(T value)
Construct a ConstArray with one element. |
|
static
|
ConstArray.array(T value1,
T value2)
Construct a ConstArray with two elements. |
|
static
|
ConstArray.array(T value1,
T value2,
T value3)
Construct a ConstArray with three elements. |
|
static
|
ConstArray.array(T value1,
T value2,
T value3,
T value4)
Construct a ConstArray with four elements. |
|
ConstArray<E> |
ConstArray.Builder.snapshot()
Create a snapshot of the current content. |
|
ConstArray<E> |
ArrayBuilder.snapshot()
Create a snapshot of the current content. |
|
ConstArray<E> |
ConstArray.with(E newE)
Return a new ConstArray that contains the same elements
as this one but with a new element added to the end |
|
ConstArray<E> |
ConstArray.without(int i)
Return a new ConstArray that contains the same elements
as this one excluding the element at a specified index |
Uses of ConstArray in org.joe_e.file |
---|
Methods in org.joe_e.file that return ConstArray | |
---|---|
static ConstArray<java.io.File> |
Filesystem.list(java.io.File dir)
List the contents of a directory. |
Uses of ConstArray in org.ref_send.scope |
---|
Fields in org.ref_send.scope declared as ConstArray | |
---|---|
ConstArray<?> |
Scope.values
each corresponding value |
Methods in org.ref_send.scope with parameters of type ConstArray | ||
---|---|---|
static
|
Scope.make(Layout<T> meta,
ConstArray<?> values)
Constructs an instance. |
Uses of ConstArray in org.waterken.bounce |
---|
Fields in org.waterken.bounce declared as ConstArray | |
---|---|
ConstArray<Vat<Deferred<?>>> |
AllTypes.k
known nested type |
ConstArray<? extends Promise<?>> |
AllTypes.p
promise |
ConstArray<? extends Receiver<?>> |
AllTypes.r
pass-by-reference |
Methods in org.waterken.bounce that return types with arguments of type ConstArray | |
---|---|
Promise<ConstArray<AllTypes>> |
Wall.getAll()
Creates a record of all types. |
Constructors in org.waterken.bounce with parameters of type ConstArray | |
---|---|
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. |
|
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. |
|
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 ConstArray in org.waterken.syntax |
---|
Methods in org.waterken.syntax that return ConstArray | |
---|---|
ConstArray<?> |
Deserializer.deserializeTuple(java.io.InputStream content,
Importer connect,
java.lang.String base,
java.lang.ClassLoader code,
java.lang.reflect.Type... parameters)
Deserializes an argument list. |
Methods in org.waterken.syntax with parameters of type ConstArray | |
---|---|
ByteArray |
Serializer.serializeTuple(Exporter export,
ConstArray<java.lang.reflect.Type> types,
ConstArray<?> values)
Serializes a tuple. |
ByteArray |
Serializer.serializeTuple(Exporter export,
ConstArray<java.lang.reflect.Type> types,
ConstArray<?> values)
Serializes a tuple. |
Uses of ConstArray in org.waterken.syntax.json |
---|
Methods in org.waterken.syntax.json that return ConstArray | |
---|---|
ConstArray<?> |
JSONDeserializer.deserializeTuple(java.io.InputStream content,
Importer connect,
java.lang.String base,
java.lang.ClassLoader code,
java.lang.reflect.Type... types)
|
ConstArray<?> |
JSONParser.readTuple(java.lang.reflect.Type... parameters)
Deserializes an array of objects. |
Methods in org.waterken.syntax.json with parameters of type ConstArray | |
---|---|
ByteArray |
JSONSerializer.serializeTuple(Exporter export,
ConstArray<java.lang.reflect.Type> types,
ConstArray<?> values)
|
ByteArray |
JSONSerializer.serializeTuple(Exporter export,
ConstArray<java.lang.reflect.Type> types,
ConstArray<?> values)
|
|
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.