Class BasePrintArray
java.lang.Object
ushiosan.jvm_utilities.internal.print.str.BasePrintArray
- Direct Known Subclasses:
SimplePrintArray,VerbosePrintArray
Class that contains all the basic functionality for printing arrays
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BasePrintArray
protected BasePrintArray()This class cannot be instantiated.
-
-
Method Details
-
toString
Array string representation- Parameters:
obj- the array to convert- Returns:
- array string representation
-
arrayString
Converts an array into a plain text representation of all its component elements.- Parameters:
array- the array to convert- Returns:
- array string representation
-