| Package | Description |
|---|---|
| org.jruby.java.proxies | |
| org.jruby.java.util |
| Modifier and Type | Method and Description |
|---|---|
ArrayJavaProxy |
ArrayJavaProxyCreator.new_instance(ThreadContext context) |
static ArrayJavaProxy |
ArrayJavaProxy.newArray(Ruby runtime,
java.lang.Class<?> elementType,
int... dimensions) |
| Modifier and Type | Method and Description |
|---|---|
protected static IRubyObject |
ArrayJavaProxy.size(ThreadContext context,
ArrayJavaProxy self,
IRubyObject[] args)
A size method suitable for lambda method reference implementation of
RubyEnumerator.SizeFn#size(ThreadContext, IRubyObject, IRubyObject[]) |
| Modifier and Type | Method and Description |
|---|---|
static ArrayJavaProxy |
ArrayUtils.newProxiedArray(Ruby runtime,
java.lang.Class<?> componentType,
int size) |
static ArrayJavaProxy |
ArrayUtils.newProxiedArray(Ruby runtime,
java.lang.Class<?> componentType,
JavaUtil.JavaConverter converter,
int size) |
Copyright © 2001-2023 JRuby. All Rights Reserved.