fabric.lang.arrays.internal
Class _booleanArray._Proxy

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

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


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

_booleanArray._Proxy

public _booleanArray._Proxy(Store store,
                            long onum)

_booleanArray._Proxy

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

get$length

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

get

public boolean get(int i)
Specified by:
get in interface _booleanArray

set

public boolean set(int i,
                   boolean value)
Specified by:
set in interface _booleanArray