public interface HashtagEntity extends TweetEntity, Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd()
Returns the index of the end character of the hashtag.
|
int |
getStart()
Returns the index of the start character of the hashtag.
|
String |
getText()
Returns the text of the hashtag without #.
|
String getText()
getText in interface TweetEntityint getStart()
getStart in interface TweetEntityint getEnd()
getEnd in interface TweetEntityCopyright © 2018. All rights reserved.