Package | Description |
---|---|
tigase.util |
Modifier and Type | Method and Description |
---|---|
static StringUtilities.JUSTIFY |
StringUtilities.JUSTIFY.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StringUtilities.JUSTIFY[] |
StringUtilities.JUSTIFY.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static StringBuilder |
StringUtilities.padString(StringBuilder sb,
String text,
StringUtilities.JUSTIFY justify,
int width,
char padChar,
String leftBracket,
String rightBracket) |
static StringBuilder |
StringUtilities.padStringToColumn(StringBuilder sb,
String text,
StringUtilities.JUSTIFY justify,
int column,
char padChar,
String leftBracket,
String rightBracket) |
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.