|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttwitter4j.util.CharacterUtil
public final class CharacterUtil
| Method Summary | |
|---|---|
static int |
count(java.lang.String text)
Counts the length of the tweet |
static boolean |
isExceedingLengthLimitation(java.lang.String text)
Returns true if the length of the string is exceeding length limitation |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static int count(java.lang.String text)
text - tweet to be counted
public static boolean isExceedingLengthLimitation(java.lang.String text)
text - String to be examined
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||