ref_send API 2.17
defensive programming in Java

Uses of Class
org.joe_e.array.ImmutableArray

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
<T> ImmutableArray<T>
ImmutableArray.array()
          Construct an empty ConstArray.
static
<T> ImmutableArray<T>
ImmutableArray.array(T... values)
          Construct a ImmutableArray.
static
<T> ImmutableArray<T>
ImmutableArray.array(T value)
          Construct a ConstArray with one element.
static
<T> ImmutableArray<T>
ImmutableArray.array(T value1, T value2)
          Construct a ConstArray with two elements.
static
<T> ImmutableArray<T>
ImmutableArray.array(T value1, T value2, T value3)
          Construct an ImmutableArray with three elements.
static
<T> ImmutableArray<T>
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

Submit a bug or feature, or get help

Copyright 1998-2009 Waterken Inc. under the terms of the MIT X license.