public final class Strings extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
tryToTrimToSize(String s,
int length)
Try to trim a String to the given size.
|
static String |
tryToTrimToSize(String s,
int length,
boolean trimSuffix)
Try to trim a String to the given size.
|
Copyright © 2013. All Rights Reserved.