Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public static void | |
public static void | |
public static Object[] | |
public static IRubyObject[] | |
public static IRubyObject[] | |
public static Class | |
public static Object[] | |
public static IRubyObject[] | |
public static IRubyObject[] |
ArraySupport | back to summary |
---|---|
private ArraySupport() |
copy | back to summary |
---|---|
public static void copy(Object[] src, Object[] dst, int dstOff, final int length) Copy a source array into a destination array.
|
copy | back to summary |
---|---|
public static void copy(Object[] src, int srcOff, Object[] dst, int dstOff, final int length) |
newCopy | back to summary |
---|---|
public static Object[] newCopy(Object[] src, int length) |
newCopy | back to summary |
---|---|
public static IRubyObject[] newCopy(IRubyObject[] src, int length) |
newCopy | back to summary |
---|---|
public static IRubyObject[] newCopy(IRubyObject[] src, final int srcOff, int length) |
newCopy | back to summary |
---|---|
public static Class |
newCopy | back to summary |
---|---|
public static Object[] newCopy(Object[] src, Object last) |
newCopy | back to summary |
---|---|
public static IRubyObject[] newCopy(IRubyObject[] src, IRubyObject last) |
newCopy | back to summary |
---|---|
public static IRubyObject[] newCopy(IRubyObject first, IRubyObject[] src) |