fabric.lang.arrays.internal
Class _ObjectArray._Proxy<T extends Object>

java.lang.Object
  extended by fabric.lang.Object._Proxy
      extended by fabric.lang.arrays.internal._ObjectArray._Proxy<T>
All Implemented Interfaces:
_ObjectArray<T>, Object
Enclosing interface:
_ObjectArray<T extends Object>

public static class _ObjectArray._Proxy<T extends Object>
extends Object._Proxy
implements _ObjectArray<T>


Nested Class Summary
 
Nested classes/interfaces inherited from interface fabric.lang.arrays.internal._ObjectArray
_ObjectArray._Impl<T extends Object>, _ObjectArray._Proxy<T extends Object>
 
Nested classes/interfaces inherited from interface fabric.lang.Object
Object._Static
 
Constructor Summary
_ObjectArray._Proxy(_ObjectArray._Impl<T> impl)
           
_ObjectArray._Proxy(Store store, long onum)
           
 
Method Summary
 T get(int i)
           
 int get$length()
           
 T set(int i, T value)
           
 
Methods inherited from class fabric.lang.Object._Proxy
_npe, $forceRenumber, $getOnum, $getProxy, $getProxy, $getStore, $unwrap, createStatistics, equals, equals, fetch, get$label, hashCode, idEquals, idEquals, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface fabric.lang.Object
$forceRenumber, $getOnum, $getProxy, $getStore, $unwrap, createStatistics, equals, fetch, get$label, idEquals
 

Constructor Detail

_ObjectArray._Proxy

public _ObjectArray._Proxy(Store store,
                           long onum)

_ObjectArray._Proxy

public _ObjectArray._Proxy(_ObjectArray._Impl<T> impl)
Method Detail

get$length

public int get$length()
Specified by:
get$length in interface _ObjectArray<T extends Object>

get

public T get(int i)
Specified by:
get in interface _ObjectArray<T extends Object>

set

public T set(int i,
             T value)
Specified by:
set in interface _ObjectArray<T extends Object>