fabric.lang.arrays.internal
Class _longArray._Proxy

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

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


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

_longArray._Proxy

public _longArray._Proxy(Store store,
                         long onum)

_longArray._Proxy

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

get$length

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

get

public long get(int i)
Specified by:
get in interface _longArray

set

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