fabric.lang.arrays.internal
Class _charArray._Proxy

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

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


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

_charArray._Proxy

public _charArray._Proxy(Store store,
                         long onum)

_charArray._Proxy

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

get$length

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

get

public char get(int i)
Specified by:
get in interface _charArray

set

public char set(int i,
                char value)
Specified by:
set in interface _charArray