Class Strings


  • public abstract class Strings
    extends Object
    Collection of static methods related to strings. This class is required because class String is declared final.
    • Constructor Detail

      • Strings

        public Strings()
    • Method Detail

      • getBlanks

        public static String getBlanks​(int num)
        Returns a string consisting of the given number of blanks.