public class HashtagEntity
extends Object
| Modifier and Type | Field and Description |
|---|---|
List<Integer> |
indices
An array of integers indicating the offsets.
|
String |
text
Name of the hashtag, minus the leading '#' character.
|
| Constructor and Description |
|---|
HashtagEntity(String text,
int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd() |
int |
getStart() |