fabric.lang.arrays.internal
Interface _floatArray

All Superinterfaces:
Object
All Known Implementing Classes:
_floatArray._Impl, _floatArray._Proxy

public interface _floatArray
extends Object


Nested Class Summary
static class _floatArray._Impl
           
static class _floatArray._Proxy
           
 
Nested classes/interfaces inherited from interface fabric.lang.Object
Object._Static
 
Method Summary
 float get(int i)
           
 int get$length()
           
 float set(int i, float value)
           
 
Methods inherited from interface fabric.lang.Object
$forceRenumber, $getOnum, $getProxy, $getStore, $unwrap, createStatistics, equals, fetch, get$label, idEquals
 

Method Detail

get$length

int get$length()

set

float set(int i,
          float value)

get

float get(int i)