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 TweetEntity
int getStart()
getStart
in interface TweetEntity
int getEnd()
getEnd
in interface TweetEntity
Copyright © 2016. All rights reserved.