| Methods in org.apache.directory.api.util with parameters of type Position |
static void |
Strings.trimLeft(byte[] bytes,
Position pos)
Removes spaces (char <= 32) from a position in this array, handling
null by returning null. |
static void |
Strings.trimLeft(String string,
Position pos)
Removes spaces (char <= 32) from a position in this array, handling
null by returning null. |
static String |
Strings.trimRight(byte[] bytes,
Position pos)
Removes spaces (char <= 32) from end of this string, handling
null by returning null. |
static String |
Strings.trimRight(String string,
Position pos)
Removes spaces (char <= 32) from end of this string, handling
null by returning null. |