Class JavaArray

All Implemented Interfaces:
Serializable, Cloneable, Comparable<IRubyObject>, InstanceVariables, InternalVariables, IRubyObject, CoreObjectType

@Deprecated public class JavaArray extends JavaObject
Deprecated.
since 9.4
Java::JavaArray wrapping is no longer used with JRuby. The (automatic) Java proxy wrapping has been the preferred method for a while and works with arrays, use java.lang.Object[2].new as usual.
See Also: