| Package | Description |
|---|---|
| pl.jsolve.sweetener.text |
| Modifier and Type | Method and Description |
|---|---|
static PaddingType |
PaddingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaddingType[] |
PaddingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Strings.pad(String sourceObject,
Character c,
int length,
PaddingType paddingType) |
static String |
Strings.pad(String sourceObject,
int length,
PaddingType paddingType) |
static String |
Strings.pad(String sourceObject,
String content,
int length,
PaddingType paddingType) |
Copyright © 2015 jsolve. All rights reserved.