Package eu.simuline.util
Class Strings
- java.lang.Object
-
- eu.simuline.util.Strings
-
public final class Strings extends java.lang.ObjectCollection of static methods related to strings. This class is required because classStringis declared final.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.ref.WeakReference<java.lang.StringBuilder>bLANKSAn ever growing buffer of blanks used bygetBlanks(int).
-
Constructor Summary
Constructors Modifier Constructor Description privateStrings()PreventsStringsfrom being instantiated.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetBlanks(int num)Returns a string consisting of the given number of blanks.
-
-
-
Field Detail
-
bLANKS
private static java.lang.ref.WeakReference<java.lang.StringBuilder> bLANKS
An ever growing buffer of blanks used bygetBlanks(int).
-
-