public final class CharacterUtil extends Object
Modifier and Type | Method and Description |
---|---|
static int |
count(String text)
Counts the length of the tweet
|
static boolean |
isExceedingLengthLimitation(String text)
Returns true if the length of the string is exceeding length limitation
|
public static int count(String text)
text
- tweet to be countedpublic static boolean isExceedingLengthLimitation(String text)
text
- String to be examinedCopyright © 2016. All rights reserved.