fabric.lang.arrays.internal
Interface _longArray

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

public interface _longArray
extends Object


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

long set(int i,
         long value)

get

long get(int i)