|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.util.ArraysUtil
public final class ArraysUtil
Constructor Summary | |
---|---|
ArraysUtil()
|
Method Summary | |
---|---|
static IRubyObject[] |
copyOf(IRubyObject[] source,
int length)
Returns a copy of an array of IRubyObject type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArraysUtil()
Method Detail |
---|
public static IRubyObject[] copyOf(IRubyObject[] source, int length)
source
- an array to be copied
java.lang.NegativeArraySizeException
- if the length is negative
java.lang.NullPointerException
- if the source is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |