|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectObjArrays
public class ObjArrays
A class consisting of static utility functions dealing with Object arrays.
Constructor Summary | |
---|---|
ObjArrays()
|
Method Summary | |
---|---|
static String |
convertToString(Object[] values)
|
static void |
print(Object[] values,
PrintStream stream)
displays the object array on System.stream |
static void |
println(Object[] values,
PrintStream stream)
displays the object array on System.stream |
static void |
shuffle(Object[] values)
Will shuffle the values in the object array. |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjArrays()
Method Detail |
---|
public static String convertToString(Object[] values)
public static void print(Object[] values, PrintStream stream)
public static void println(Object[] values, PrintStream stream)
public static void shuffle(Object[] values)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |