|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ArrayFactory<E>
The ArrayFactory interface allows you to make
arrays of objects without run-time type information to determine
the object's type.
| Method Summary | |
|---|---|
E[] |
newArray(int len)
Create and return a new array of the specified length. |
| Method Detail |
|---|
E[] newArray(int len)
ArrayFactory
that you are using.
Temp.arrayFactory,
Temp.doubleArrayFactory,
Quad.arrayFactory,
HCode.elementArrayFactory()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||