Class VerbosePrintArray
java.lang.Object
ushiosan.jvm_utilities.internal.print.str.BasePrintArray
ushiosan.jvm_utilities.internal.print.str.VerbosePrintArray
Class that contains functionality for printing arrays in detail
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarrayString(Object @NotNull [] array) Converts an array into a plain text representation of all its component elements.Methods inherited from class ushiosan.jvm_utilities.internal.print.str.BasePrintArray
toString
-
Constructor Details
-
VerbosePrintArray
public VerbosePrintArray()
-
-
Method Details
-
arrayString
Converts an array into a plain text representation of all its component elements.- Specified by:
arrayStringin classBasePrintArray- Parameters:
array- the array to convert- Returns:
- array string representation
-