public abstract class Utilities
extends java.lang.Object
Constructor and Description |
---|
Utilities() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
eol()
Returns the end-of-line marker.
|
static java.lang.String |
repeatString(java.lang.String pattern,
int repeats)
Returns a string made up of repetitions of the specified string.
|