Package org.fest.util
Class ArrayFormatter
java.lang.Object
org.fest.util.ArrayFormatter
Understands how to create a
String representation of an array.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voiddeepToString(Object[] array, StringBuilder buffer, Set<Object[]> alreadyFormatted) private Stringformat(boolean[] array) private Stringformat(byte[] array) private Stringformat(char[] array) private Stringformat(double[] array) private Stringformat(float[] array) private Stringformat(int[] array) private Stringformat(long[] array) private Stringformat(short[] array) (package private) Stringprivate Stringprivate Stringprivate booleanprivate boolean
-
Field Details
-
NULL
- See Also:
-
-
Constructor Details
-
ArrayFormatter
ArrayFormatter()
-
-
Method Details
-
format
-
isArray
-
isObjectArray
-
formatObjectArray
-
deepToString
-
formatPrimitiveArray
-
format
-
format
-
format
-
format
-
format
-
format
-
format
-
format
-