java.lang.Object
ushiosan.jvm_utilities.internal.print.str.BasePrintArray
Direct Known Subclasses:
SimplePrintArray, VerbosePrintArray

public abstract class BasePrintArray extends Object
Class that contains all the basic functionality for printing arrays
  • 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

      @NotNull protected abstract @NotNull String arrayString(Object @NotNull [] array)
      Converts an array into a plain text representation of all its component elements.
      Parameters:
      array - the array to convert
      Returns:
      array string representation