|
ref_send API 2.17 defensive programming in Java |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.joe_e.array.ConstArray.Builder<E>
org.joe_e.array.ImmutableArray.Builder<E>
org.joe_e.array.PowerlessArray.Builder<E>
public static class PowerlessArray.Builder<E>
A PowerlessArray factory.
| Method Summary | |
|---|---|
void |
append(E newE)
Appends an element to the Array |
void |
append(E[] newEs)
Appends all elements from a Java array to the Array |
void |
append(E[] newEs,
int off,
int len)
Appends a range of elements from a Java array to the Array |
PowerlessArray<E> |
snapshot()
Create a snapshot of the current content. |
| Methods inherited from class org.joe_e.array.ConstArray.Builder |
|---|
length |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void append(E newE)
append in interface ArrayBuilder<E>append in class ImmutableArray.Builder<E>newE - the element to append
java.lang.ClassCastException - if the newE is not powerless
java.lang.NegativeArraySizeException - if the resulting internal array
would exceed the maximum length of a Java array. The builder is
unmodified.public void append(E[] newEs)
append in interface ArrayBuilder<E>append in class ImmutableArray.Builder<E>newEs - the element to append
java.lang.ClassCastException - if the newEs are not
powerless
java.lang.IndexOutOfBoundsException - if the resulting internal array
would exceed the maximum length of a Java array. The builder is
unmodified.
public void append(E[] newEs,
int off,
int len)
append in interface ArrayBuilder<E>append in class ImmutableArray.Builder<E>newEs - the source arrayoff - the index of the first element to appendlen - the number of elements to append
java.lang.ClassCastException - if the newEs is not powerless
java.lang.IndexOutOfBoundsException - if an out-of-bounds index would
be referenced or the resulting internal array would exceed the
maximum length of a Java array. The builder is unmodified.public PowerlessArray<E> snapshot()
snapshot in interface ArrayBuilder<E>snapshot in class ImmutableArray.Builder<E>PowerlesstArray containing the elements so far
|
ref_send API 2.17 defensive programming in Java |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 1998-2009 Waterken Inc. under the terms of the MIT X license.