public class TextUtil
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
TextUtil.AsyncTextProvider |
| Constructor and Description |
|---|
TextUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
asyncSetText(java.util.concurrent.Executor bgExecutor,
TextUtil.AsyncTextProvider asyncTextProvider)
Pref Matters
|
static boolean |
isNullOrWhiteSpace(java.lang.CharSequence text) |
public static void asyncSetText(java.util.concurrent.Executor bgExecutor,
TextUtil.AsyncTextProvider asyncTextProvider)
PrecomputedText is not yet in support library, But still this is left because the callable which is formatting Json, Xml will now be done in background thread
public static boolean isNullOrWhiteSpace(java.lang.CharSequence text)