|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.anji.util.Arrays
Constructor Summary | |
Arrays()
|
Method Summary | |
static java.lang.String |
toString(double[] a)
|
static java.lang.String |
toString(int[] a)
|
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 java.lang.String toString(int[] a)
a
-
String
representation of array, in brackets with comma separatorspublic static java.lang.String toString(double[] a)
a
-
String
representation of array, in brackets with comma separators
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |