fabric.lang.arrays.internal
Class _floatArray._Proxy

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

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


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

_floatArray._Proxy

public _floatArray._Proxy(Store store,
                          long onum)

_floatArray._Proxy

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

get$length

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

get

public float get(int i)
Specified by:
get in interface _floatArray

set

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