|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.loom.binding.factories.ArrayImplementationFactory
public class ArrayImplementationFactory
ImplementationFactory for static arrays. Array access is read-only, since an array length cannot be changed at runtime without reallocating it. Thus, this ImplementationFactory throws an exception if it ever gets called.
Constructor Summary | |
---|---|
ArrayImplementationFactory(java.lang.Class<?> nodeClass)
|
Method Summary | |
---|---|
java.lang.Object |
newInstance()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArrayImplementationFactory(java.lang.Class<?> nodeClass)
Method Detail |
---|
public java.lang.Object newInstance()
newInstance
in interface ImplementationFactory<java.lang.Object>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |