Package eu.simuline.util
Class Strings
- java.lang.Object
-
- eu.simuline.util.Strings
-
-
Field Summary
Fields Modifier and Type Field Description private static WeakReference<StringBuilder>bLANKSAn ever growing buffer of blanks used bygetBlanks(int).
-
Constructor Summary
Constructors Constructor Description Strings()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetBlanks(int num)Returns a string consisting of the given number of blanks.
-
-
-
Field Detail
-
bLANKS
private static WeakReference<StringBuilder> bLANKS
An ever growing buffer of blanks used bygetBlanks(int).
-
-
Method Detail
-
getBlanks
public static String getBlanks(int num)
Returns a string consisting of the given number of blanks.
-
-