|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.h2.java.util.Arrays
public class Arrays
An simple implementation of java.util.Arrays
Constructor Summary | |
---|---|
Arrays()
|
Method Summary | |
---|---|
static void |
fill(byte[] array,
byte x)
Fill an array with the given value. |
static void |
fill(char[] array,
char x)
Fill an array with the given value. |
static void |
fill(int[] array,
int x)
Fill an array with the given value. |
static void |
fillByte(byte[] array,
byte x)
Fill an array with the given value. |
static void |
fillInt(int[] array,
int x)
Fill an array with the given value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Arrays()
Method Detail |
---|
public static void fill(char[] array, char x)
array
- the arrayx
- the valuepublic static void fill(byte[] array, byte x)
array
- the arrayx
- the valuepublic static void fill(int[] array, int x)
array
- the arrayx
- the valuepublic static void fillByte(byte[] array, byte x)
array
- the arrayx
- the valuepublic static void fillInt(int[] array, int x)
array
- the arrayx
- the value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |