fabric.lang.arrays.internal
Class _intArray._Proxy

java.lang.Object
  extended by fabric.lang.Object._Proxy
      extended by fabric.lang.arrays.internal._intArray._Proxy
All Implemented Interfaces:
_intArray, Object
Enclosing interface:
_intArray

public static class _intArray._Proxy
extends Object._Proxy
implements _intArray


Nested Class Summary
 
Nested classes/interfaces inherited from interface fabric.lang.arrays.internal._intArray
_intArray._Impl, _intArray._Proxy
 
Nested classes/interfaces inherited from interface fabric.lang.Object
Object._Static
 
Constructor Summary
_intArray._Proxy(_intArray._Impl impl)
           
_intArray._Proxy(Store store, long onum)
           
 
Method Summary
 int get(int i)
           
 int get$length()
           
 int set(int i, int 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

_intArray._Proxy

public _intArray._Proxy(Store store,
                        long onum)

_intArray._Proxy

public _intArray._Proxy(_intArray._Impl impl)
Method Detail

get$length

public int get$length()
Specified by:
get$length in interface _intArray

get

public int get(int i)
Specified by:
get in interface _intArray

set

public int set(int i,
               int value)
Specified by:
set in interface _intArray