fabric.lang.arrays.internal
Interface _intArray

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

public interface _intArray
extends Object


Nested Class Summary
static class _intArray._Impl
           
static class _intArray._Proxy
           
 
Nested classes/interfaces inherited from interface fabric.lang.Object
Object._Static
 
Method Summary
 int get(int i)
           
 int get$length()
           
 int set(int i, int 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

int set(int i,
        int value)

get

int get(int i)