org.jruby.cext
Class RArray

java.lang.Object
  extended by java.lang.ref.Reference<T>
      extended by java.lang.ref.WeakReference<IRubyObject>
          extended by org.jruby.cext.RArray

public final class RArray
extends java.lang.ref.WeakReference<IRubyObject>

An RArray is an object tied to a RubyArray for synchronization of array contents between C and Ruby.


Method Summary
 
Methods inherited from class java.lang.ref.Reference
clear, enqueue, get, isEnqueued
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Copyright © 2002-2009 JRuby Team. All Rights Reserved.