|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JavaArray | |
|---|---|
| org.jruby.java.addons | |
| org.jruby.java.proxies | |
| org.jruby.javasupport | |
| Uses of JavaArray in org.jruby.java.addons |
|---|
| Methods in org.jruby.java.addons with parameters of type JavaArray | |
|---|---|
static void |
ArrayJavaAddons.copyDataToJavaArray(ThreadContext context,
RubyArray rubyArray,
int src,
JavaArray javaArray,
int dest,
int length)
|
static void |
ArrayJavaAddons.copyDataToJavaArray(ThreadContext context,
RubyArray rubyArray,
JavaArray javaArray)
|
| Uses of JavaArray in org.jruby.java.proxies |
|---|
| Methods in org.jruby.java.proxies that return JavaArray | |
|---|---|
JavaArray |
ArrayJavaProxy.getJavaArray()
|
| Uses of JavaArray in org.jruby.javasupport |
|---|
| Methods in org.jruby.javasupport with parameters of type JavaArray | |
|---|---|
IRubyObject |
JavaClass.concatArrays(ThreadContext context,
JavaArray original,
IRubyObject additional)
The slow version for when concatenating a Java array of a different type. |
IRubyObject |
JavaClass.concatArrays(ThreadContext context,
JavaArray original,
JavaArray additional)
Contatenate two Java arrays into a new one. |
IRubyObject |
JavaClass.javaArraySubarray(ThreadContext context,
JavaArray fromArray,
int index,
int size)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||