fabric.lang.arrays.internal
Interface _shortArray

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

public interface _shortArray
extends Object


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

short set(int i,
          short value)

get

short get(int i)