|
ref_send API 2.17 defensive programming in Java |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImmutableArray | |
|---|---|
| org.joe_e.array | Read-only arrays. |
| Uses of ImmutableArray in org.joe_e.array |
|---|
| Subclasses of ImmutableArray 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 |
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 ImmutableArray | ||
|---|---|---|
static
|
ImmutableArray.array()
Construct an empty ConstArray. |
|
static
|
ImmutableArray.array(T... values)
Construct a ImmutableArray. |
|
static
|
ImmutableArray.array(T value)
Construct a ConstArray with one element. |
|
static
|
ImmutableArray.array(T value1,
T value2)
Construct a ConstArray with two elements. |
|
static
|
ImmutableArray.array(T value1,
T value2,
T value3)
Construct an ImmutableArray with three elements. |
|
static
|
ImmutableArray.array(T value1,
T value2,
T value3,
T value4)
Construct an ImmutableArray with four elements. |
|
ImmutableArray<E> |
ImmutableArray.Builder.snapshot()
Create a snapshot of the current content. |
|
ImmutableArray<E> |
ImmutableArray.with(E newE)
Return a new PowerlessArray that contains the same elements
as this one but with a new element added to the end. |
|
ImmutableArray<E> |
ImmutableArray.without(int i)
Return a new ImmutableArray that contains the same elements
as this one excluding the element at a specified index |
|
|
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.