Skip navigation links
A C D E G H I L M N P R S T U V W 

A

AT_SIGNS - Static variable in class com.twitter.twittertext.Regex
 
Autolink - Class in com.twitter.twittertext
A class for adding HTML links to hashtag, username and list references in Tweet text.
Autolink() - Constructor for class com.twitter.twittertext.Autolink
 
Autolink(boolean) - Constructor for class com.twitter.twittertext.Autolink
 
autoLink(String) - Method in class com.twitter.twittertext.Autolink
Auto-link hashtags, URLs, usernames and lists.
Autolink.LinkAttributeModifier - Interface in com.twitter.twittertext
 
Autolink.LinkTextModifier - Interface in com.twitter.twittertext
 
autoLinkCashtags(String) - Method in class com.twitter.twittertext.Autolink
Auto-link $cashtag references in the provided Tweet text.
autoLinkEntities(String, List<Extractor.Entity>) - Method in class com.twitter.twittertext.Autolink
 
autoLinkHashtags(String) - Method in class com.twitter.twittertext.Autolink
Auto-link #hashtag references in the provided Tweet text.
autoLinkURLs(String) - Method in class com.twitter.twittertext.Autolink
Auto-link URLs in the Tweet text provided.
autoLinkUsernamesAndLists(String) - Method in class com.twitter.twittertext.Autolink
Auto-link the @username and @username/list references in the provided text.

C

cashtagClass - Variable in class com.twitter.twittertext.Autolink
 
cashtagUrlBase - Variable in class com.twitter.twittertext.Autolink
 
com.twitter.twittertext - package com.twitter.twittertext
 
compareTo(Range) - Method in class com.twitter.twittertext.Range
 
configurationFromJson(String, boolean) - Static method in class com.twitter.twittertext.TwitterTextConfiguration
Create a TwitterTextConfiguration object from JSON The JSON can have the following properties version (required, integer, min value 0) maxWeightedTweetLength (required, integer, min value 0) scale (required, integer, min value 1) defaultWeight (required, integer, min value 0) transformedURLLength (integer, min value 0) ranges (array of range items) A range item has the following properties: start (required, integer, min value 0) end (required, integer, min value 0) weight (required, integer, min value 0)
CTLDS - Static variable in class com.twitter.twittertext.TldLists
 

D

DEFAULT_CASHTAG_CLASS - Static variable in class com.twitter.twittertext.Autolink
Default CSS class for auto-linked cashtag URLs
DEFAULT_CASHTAG_URL_BASE - Static variable in class com.twitter.twittertext.Autolink
Default href for cashtag links (the cashtag without the $ will be appended)
DEFAULT_HASHTAG_CLASS - Static variable in class com.twitter.twittertext.Autolink
Default CSS class for auto-linked hashtag URLs
DEFAULT_HASHTAG_URL_BASE - Static variable in class com.twitter.twittertext.Autolink
Default href for hashtag links (the hashtag without the # will be appended)
DEFAULT_HIGHLIGHT_TAG - Static variable in class com.twitter.twittertext.HitHighlighter
Default HTML tag for highlight hits
DEFAULT_INVISIBLE_TAG_ATTRS - Static variable in class com.twitter.twittertext.Autolink
Default attribute for invisible span tag
DEFAULT_LIST_CLASS - Static variable in class com.twitter.twittertext.Autolink
Default CSS class for auto-linked list URLs
DEFAULT_LIST_URL_BASE - Static variable in class com.twitter.twittertext.Autolink
Default href for list links (the username/list without the @ will be appended)
DEFAULT_USERNAME_CLASS - Static variable in class com.twitter.twittertext.Autolink
Default CSS class for auto-linked username URLs
DEFAULT_USERNAME_URL_BASE - Static variable in class com.twitter.twittertext.Autolink
Default href for username links (the username without the @ will be appended)
displayTextRange - Variable in class com.twitter.twittertext.TwitterTextParseResults
Text range that is visible
displayURL - Variable in class com.twitter.twittertext.Extractor.Entity
 

E

EMPTY - Static variable in class com.twitter.twittertext.Range
 
EMPTY_TWITTER_TEXT_PARSE_RESULTS - Static variable in class com.twitter.twittertext.TwitterTextParser
 
end - Variable in class com.twitter.twittertext.Extractor.Entity
 
end - Variable in class com.twitter.twittertext.Range
 
Entity(int, int, String, String, Extractor.Entity.Type) - Constructor for class com.twitter.twittertext.Extractor.Entity
 
Entity(int, int, String, Extractor.Entity.Type) - Constructor for class com.twitter.twittertext.Extractor.Entity
 
Entity(Matcher, Extractor.Entity.Type, int) - Constructor for class com.twitter.twittertext.Extractor.Entity
 
Entity(Matcher, Extractor.Entity.Type, int, int) - Constructor for class com.twitter.twittertext.Extractor.Entity
 
equals(Object) - Method in class com.twitter.twittertext.Extractor.Entity
 
equals(Object) - Method in class com.twitter.twittertext.Range
 
equals(Object) - Method in class com.twitter.twittertext.TwitterTextConfiguration
 
equals(Object) - Method in class com.twitter.twittertext.TwitterTextConfiguration.TwitterTextWeightedRange
 
equals(Object) - Method in class com.twitter.twittertext.TwitterTextParseResults
 
escapeBrackets(String) - Method in class com.twitter.twittertext.Autolink
 
expandedURL - Variable in class com.twitter.twittertext.Extractor.Entity
 
extractCashtags(String) - Method in class com.twitter.twittertext.Extractor
Extract $cashtag references from Tweet text.
extractCashtagsWithIndices(String) - Method in class com.twitter.twittertext.Extractor
Extract $cashtag references from Tweet text.
extractEntitiesWithIndices(String) - Method in class com.twitter.twittertext.Extractor
Extract URLs, @mentions, lists and #hashtag from a given text/tweet.
extractHashtags(String) - Method in class com.twitter.twittertext.Extractor
Extract #hashtag references from Tweet text.
extractHashtagsWithIndices(String) - Method in class com.twitter.twittertext.Extractor
Extract #hashtag references from Tweet text.
extractMentionedScreennames(String) - Method in class com.twitter.twittertext.Extractor
Extract @username references from Tweet text.
extractMentionedScreennamesWithIndices(String) - Method in class com.twitter.twittertext.Extractor
Extract @username references from Tweet text.
extractMentionsOrListsWithIndices(String) - Method in class com.twitter.twittertext.Extractor
Extract @username and an optional list reference from Tweet text.
Extractor - Class in com.twitter.twittertext
A class to extract usernames, lists, hashtags and URLs from Tweet text.
Extractor() - Constructor for class com.twitter.twittertext.Extractor
Create a new extractor.
Extractor.Entity - Class in com.twitter.twittertext
 
Extractor.Entity.Type - Enum in com.twitter.twittertext
 
extractReplyScreenname(String) - Method in class com.twitter.twittertext.Extractor
Extract a @username reference from the beginning of Tweet text.
extractURLs(String) - Method in class com.twitter.twittertext.Extractor
Extract URL references from Tweet text.
extractURLsWithIndices(String) - Method in class com.twitter.twittertext.Extractor
Extract URL references from Tweet text.
extractURLWithoutProtocol - Variable in class com.twitter.twittertext.Extractor
 

G

getCashtagClass() - Method in class com.twitter.twittertext.Autolink
Get CSS class for auto-linked cashtag URLs
getCashtagUrlBase() - Method in class com.twitter.twittertext.Autolink
Get the href value for cashtag links (to which the cashtag will be appended)
getDefaultWeight() - Method in class com.twitter.twittertext.TwitterTextConfiguration
Get the default weight.
getDisplayURL() - Method in class com.twitter.twittertext.Extractor.Entity
 
getEmojiParsingEnabled() - Method in class com.twitter.twittertext.TwitterTextConfiguration
Get whether emoji parsing is enabled.
getEnd() - Method in class com.twitter.twittertext.Extractor.Entity
 
getExpandedURL() - Method in class com.twitter.twittertext.Extractor.Entity
 
getHashtagClass() - Method in class com.twitter.twittertext.Autolink
Get CSS class for auto-linked hashtag URLs
getHashtagUrlBase() - Method in class com.twitter.twittertext.Autolink
Get the href value for hashtag links (to which the hashtag will be appended)
getHighlightTag() - Method in class com.twitter.twittertext.HitHighlighter
Get the current HTML tag used for phrase highlighting.
getListClass() - Method in class com.twitter.twittertext.Autolink
Get CSS class for auto-linked list URLs
getListSlug() - Method in class com.twitter.twittertext.Extractor.Entity
 
getListUrlBase() - Method in class com.twitter.twittertext.Autolink
Get the href value for list links (to which the username/list will be appended)
getMaxWeightedTweetLength() - Method in class com.twitter.twittertext.TwitterTextConfiguration
Get the maximum weighted length in the config.
getRange() - Method in class com.twitter.twittertext.TwitterTextConfiguration.TwitterTextWeightedRange
Get the contiguous unicode region
getRanges() - Method in class com.twitter.twittertext.TwitterTextConfiguration
Get an array of range items that describe ranges of Unicode code points and the weight to apply to each code point.
getScale() - Method in class com.twitter.twittertext.TwitterTextConfiguration
Get the scale.
getShortUrlLength() - Method in class com.twitter.twittertext.Validator
 
getShortUrlLengthHttps() - Method in class com.twitter.twittertext.Validator
 
getStart() - Method in class com.twitter.twittertext.Extractor.Entity
 
getTransformedURLLength() - Method in class com.twitter.twittertext.TwitterTextConfiguration
In previous versions of twitter-text, which was the "shortened URL length." Differentiating between the http and https shortened length for URLs has been deprecated (https is used for all t.co URLs).
getTweetLength(String) - Method in class com.twitter.twittertext.Validator
Deprecated.
Use TwitterTextParser
getType() - Method in class com.twitter.twittertext.Extractor.Entity
 
getUrlClass() - Method in class com.twitter.twittertext.Autolink
Get CSS class for auto-linked URLs
getUsernameClass() - Method in class com.twitter.twittertext.Autolink
Get CSS class for auto-linked username URLs
getUsernameUrlBase() - Method in class com.twitter.twittertext.Autolink
Get the href value for username links (to which the username will be appended)
getValue() - Method in class com.twitter.twittertext.Extractor.Entity
 
getVersion() - Method in class com.twitter.twittertext.TwitterTextConfiguration
Get the current version.
getWeight() - Method in class com.twitter.twittertext.TwitterTextConfiguration.TwitterTextWeightedRange
Get the Weight for each unicode point in the region
GTLDS - Static variable in class com.twitter.twittertext.TldLists
 

H

hashCode() - Method in class com.twitter.twittertext.Extractor.Entity
 
hashCode() - Method in class com.twitter.twittertext.Range
 
hashCode() - Method in class com.twitter.twittertext.TwitterTextConfiguration
 
hashCode() - Method in class com.twitter.twittertext.TwitterTextConfiguration.TwitterTextWeightedRange
 
hashCode() - Method in class com.twitter.twittertext.TwitterTextParseResults
 
hashtagClass - Variable in class com.twitter.twittertext.Autolink
 
hashtagUrlBase - Variable in class com.twitter.twittertext.Autolink
 
hasInvalidCharacters(String) - Static method in class com.twitter.twittertext.Validator
 
highlight(String, List<List<Integer>>) - Method in class com.twitter.twittertext.HitHighlighter
Surround the hits in the provided text with an HTML tag.
highlightTag - Variable in class com.twitter.twittertext.HitHighlighter
the current HTML tag used for hit highlighting
HitHighlighter - Class in com.twitter.twittertext
A class for adding HTML highlighting in Tweet text (such as would be returned from a Search)
HitHighlighter() - Constructor for class com.twitter.twittertext.HitHighlighter
Create a new HitHighlighter object.

I

INVALID_CHARACTERS_PATTERN - Static variable in class com.twitter.twittertext.Regex
 
INVALID_HASHTAG_MATCH_END - Static variable in class com.twitter.twittertext.Regex
 
INVALID_MENTION_MATCH_END - Static variable in class com.twitter.twittertext.Regex
 
INVALID_URL_WITHOUT_PROTOCOL_MATCH_BEGIN - Static variable in class com.twitter.twittertext.Regex
 
invisibleTagAttrs - Variable in class com.twitter.twittertext.Autolink
 
isExtractURLWithoutProtocol() - Method in class com.twitter.twittertext.Extractor
 
isInRange(int) - Method in class com.twitter.twittertext.Range
 
isNoFollow() - Method in class com.twitter.twittertext.Autolink
Checks if the current URL links will include rel="nofollow" (true by default)
isValid - Variable in class com.twitter.twittertext.TwitterTextParseResults
If the tweet is valid or not.
isValidHostAndLength(int, String, String) - Static method in class com.twitter.twittertext.Extractor
Verifies that the host name adheres to RFC 3490 and 1035 Also, verifies that the entire url (including protocol) doesn't exceed MAX_URL_LENGTH
isValidTweet(String) - Method in class com.twitter.twittertext.Validator
Deprecated.
Use TwitterTextParser

L

linkAttributeModifier - Variable in class com.twitter.twittertext.Autolink
 
linkTextModifier - Variable in class com.twitter.twittertext.Autolink
 
linkToCashtag(Extractor.Entity, String, StringBuilder) - Method in class com.twitter.twittertext.Autolink
 
linkToHashtag(Extractor.Entity, String, StringBuilder) - Method in class com.twitter.twittertext.Autolink
 
linkToMentionAndList(Extractor.Entity, String, StringBuilder) - Method in class com.twitter.twittertext.Autolink
 
linkToText(Extractor.Entity, CharSequence, Map<String, String>, StringBuilder) - Method in class com.twitter.twittertext.Autolink
 
linkToTextWithSymbol(Extractor.Entity, CharSequence, CharSequence, Map<String, String>, StringBuilder) - Method in class com.twitter.twittertext.Autolink
 
linkToURL(Extractor.Entity, String, StringBuilder) - Method in class com.twitter.twittertext.Autolink
 
listClass - Variable in class com.twitter.twittertext.Autolink
 
listSlug - Variable in class com.twitter.twittertext.Extractor.Entity
 
listUrlBase - Variable in class com.twitter.twittertext.Autolink
 

M

MAX_TCO_SLUG_LENGTH - Static variable in class com.twitter.twittertext.Extractor
The maximum t.co path length that the Twitter backend supports.
MAX_TWEET_LENGTH - Static variable in class com.twitter.twittertext.Validator
 
MAX_URL_LENGTH - Static variable in class com.twitter.twittertext.Extractor
The maximum url length that the Twitter backend supports.
modify(Extractor.Entity, Map<String, String>) - Method in interface com.twitter.twittertext.Autolink.LinkAttributeModifier
This lets you modify the attributes depending on the entity.
modify(Extractor.Entity, CharSequence) - Method in interface com.twitter.twittertext.Autolink.LinkTextModifier
This lets you modify the text depending on the entity.
modifyIndicesFromUnicodeToUTF16(String, List<Extractor.Entity>) - Method in class com.twitter.twittertext.Extractor
Modify Unicode-based indices of the entities to UTF-16 based indices.
modifyIndicesFromUTF16ToUnicode(String, List<Extractor.Entity>) - Method in class com.twitter.twittertext.Extractor
Modify UTF-16-based indices of the entities to Unicode-based indices.

N

noFollow - Variable in class com.twitter.twittertext.Autolink
 

P

parseTweet(String) - Static method in class com.twitter.twittertext.TwitterTextParser
Parses a given tweet text with the weighted character count configuration (v2.json).
parseTweet(String, TwitterTextConfiguration) - Static method in class com.twitter.twittertext.TwitterTextParser
Parses a given tweet text with the given TwitterTextConfiguration
parseTweetWithoutUrlExtraction(String) - Static method in class com.twitter.twittertext.TwitterTextParser
Returns the weighted length of a tweet without doing any URL processing.
permillage - Variable in class com.twitter.twittertext.TwitterTextParseResults
true weightedLength by configuration.maxWeightedTweetLength permillage.

R

Range - Class in com.twitter.twittertext
 
Range(int, int) - Constructor for class com.twitter.twittertext.Range
 
Regex - Class in com.twitter.twittertext
 
Regex() - Constructor for class com.twitter.twittertext.Regex
 
RTL_CHARACTERS - Static variable in class com.twitter.twittertext.Regex
 

S

setCashtagClass(String) - Method in class com.twitter.twittertext.Autolink
Set the CSS class for auto-linked cashtag URLs
setCashtagUrlBase(String) - Method in class com.twitter.twittertext.Autolink
Set the href base for cashtag links.
setDisplayURL(String) - Method in class com.twitter.twittertext.Extractor.Entity
 
setExpandedURL(String) - Method in class com.twitter.twittertext.Extractor.Entity
 
setExtractURLWithoutProtocol(boolean) - Method in class com.twitter.twittertext.Extractor
 
setHashtagClass(String) - Method in class com.twitter.twittertext.Autolink
Set the CSS class for auto-linked hashtag URLs
setHashtagUrlBase(String) - Method in class com.twitter.twittertext.Autolink
Set the href base for hashtag links.
setHighlightTag(String) - Method in class com.twitter.twittertext.HitHighlighter
Set the current HTML tag used for phrase highlighting.
setLinkAttributeModifier(Autolink.LinkAttributeModifier) - Method in class com.twitter.twittertext.Autolink
Set a modifier to modify attributes of a link based on an entity
setLinkTextModifier(Autolink.LinkTextModifier) - Method in class com.twitter.twittertext.Autolink
Set a modifier to modify text of a link based on an entity
setListClass(String) - Method in class com.twitter.twittertext.Autolink
Set the CSS class for auto-linked list URLs
setListUrlBase(String) - Method in class com.twitter.twittertext.Autolink
Set the href base for list links.
setNoFollow(boolean) - Method in class com.twitter.twittertext.Autolink
Set if the current URL links will include rel="nofollow" (true by default)
setShortUrlLength(int) - Method in class com.twitter.twittertext.Validator
 
setShortUrlLengthHttps(int) - Method in class com.twitter.twittertext.Validator
 
setSymbolTag(String) - Method in class com.twitter.twittertext.Autolink
Set HTML tag to be applied around #/@/# symbols in hashtags/usernames/lists/cashtag
setTextWithSymbolTag(String) - Method in class com.twitter.twittertext.Autolink
Set HTML tag to be applied around text part of hashtags/usernames/lists/cashtag
setUrlClass(String) - Method in class com.twitter.twittertext.Autolink
Set the CSS class for auto-linked URLs
setUrlTarget(String) - Method in class com.twitter.twittertext.Autolink
Set the value of the target attribute in auto-linked URLs
setUsernameClass(String) - Method in class com.twitter.twittertext.Autolink
Set the CSS class for auto-linked username URLs
setUsernameIncludeSymbol(boolean) - Method in class com.twitter.twittertext.Autolink
Set if the at mark '@' should be included in the link (false by default)
setUsernameUrlBase(String) - Method in class com.twitter.twittertext.Autolink
Set the href base for username links.
shortUrlLength - Variable in class com.twitter.twittertext.Validator
 
shortUrlLengthHttps - Variable in class com.twitter.twittertext.Validator
 
start - Variable in class com.twitter.twittertext.Extractor.Entity
 
start - Variable in class com.twitter.twittertext.Range
 
symbolTag - Variable in class com.twitter.twittertext.Autolink
 

T

tag(boolean) - Method in class com.twitter.twittertext.HitHighlighter
Format the current highlightTag by adding < and >.
textWithSymbolTag - Variable in class com.twitter.twittertext.Autolink
 
TldLists - Class in com.twitter.twittertext
 
toString() - Method in class com.twitter.twittertext.Extractor.Entity
 
TWITTER_TEXT_DEFAULT_CONFIG - Static variable in class com.twitter.twittertext.TwitterTextParser
 
TWITTER_TEXT_EMOJI_CHAR_COUNT_CONFIG - Static variable in class com.twitter.twittertext.TwitterTextParser
v3.json supports counting emoji as one weighted character
TWITTER_TEXT_WEIGHTED_CHAR_COUNT_CONFIG - Static variable in class com.twitter.twittertext.TwitterTextParser
v2.json has the following unicode code point blocks defined 0x0000 (0) - 0x10FF (4351) Basic Latin to Georgian block: Weight 100 0x2000 (8192) - 0x200D (8205) Spaces in the General Punctuation Block: Weight 100 0x2010 (8208) - 0x201F (8223) Hyphens & Quotes in the General Punctuation Block: Weight 100 0x2032 (8242) - 0x2037 (8247) Quotes in the General Punctuation Block: Weight 100
TwitterTextConfiguration - Class in com.twitter.twittertext
A class that represents the different configurations used by TwitterTextParser to parse a tweet.
TwitterTextConfiguration() - Constructor for class com.twitter.twittertext.TwitterTextConfiguration
 
TwitterTextConfiguration.TwitterTextWeightedRange - Class in com.twitter.twittertext
 
TwitterTextEmojiRegex - Class in com.twitter.twittertext
 
TwitterTextEmojiRegex() - Constructor for class com.twitter.twittertext.TwitterTextEmojiRegex
 
TwitterTextParser - Class in com.twitter.twittertext
A class to parse tweet text with a TwitterTextConfiguration and returns a TwitterTextParseResults object
TwitterTextParseResults - Class in com.twitter.twittertext
A class that represents a parsed tweet structure that contains the length of the tweet, its validity, display ranges etc.
TwitterTextParseResults(int, int, boolean, Range, Range) - Constructor for class com.twitter.twittertext.TwitterTextParseResults
 
TwitterTextWeightedRange() - Constructor for class com.twitter.twittertext.TwitterTextConfiguration.TwitterTextWeightedRange
 
type - Variable in class com.twitter.twittertext.Extractor.Entity
 

U

urlClass - Variable in class com.twitter.twittertext.Autolink
 
urlTarget - Variable in class com.twitter.twittertext.Autolink
 
usernameClass - Variable in class com.twitter.twittertext.Autolink
 
usernameIncludeSymbol - Variable in class com.twitter.twittertext.Autolink
 
usernameUrlBase - Variable in class com.twitter.twittertext.Autolink
 

V

VALID_CASHTAG - Static variable in class com.twitter.twittertext.Regex
 
VALID_CASHTAG_GROUP_BEFORE - Static variable in class com.twitter.twittertext.Regex
 
VALID_CASHTAG_GROUP_CASHTAG - Static variable in class com.twitter.twittertext.Regex
 
VALID_CASHTAG_GROUP_DOLLAR - Static variable in class com.twitter.twittertext.Regex
 
VALID_DOMAIN - Static variable in class com.twitter.twittertext.Regex
 
VALID_EMOJI_PATTERN - Static variable in class com.twitter.twittertext.TwitterTextEmojiRegex
 
VALID_HASHTAG - Static variable in class com.twitter.twittertext.Regex
 
VALID_HASHTAG_GROUP_BEFORE - Static variable in class com.twitter.twittertext.Regex
 
VALID_HASHTAG_GROUP_HASH - Static variable in class com.twitter.twittertext.Regex
 
VALID_HASHTAG_GROUP_TAG - Static variable in class com.twitter.twittertext.Regex
 
VALID_MENTION_OR_LIST - Static variable in class com.twitter.twittertext.Regex
 
VALID_MENTION_OR_LIST_GROUP_AT - Static variable in class com.twitter.twittertext.Regex
 
VALID_MENTION_OR_LIST_GROUP_BEFORE - Static variable in class com.twitter.twittertext.Regex
 
VALID_MENTION_OR_LIST_GROUP_LIST - Static variable in class com.twitter.twittertext.Regex
 
VALID_MENTION_OR_LIST_GROUP_USERNAME - Static variable in class com.twitter.twittertext.Regex
 
VALID_REPLY - Static variable in class com.twitter.twittertext.Regex
 
VALID_REPLY_GROUP_USERNAME - Static variable in class com.twitter.twittertext.Regex
 
VALID_TCO_URL - Static variable in class com.twitter.twittertext.Regex
 
VALID_URL - Static variable in class com.twitter.twittertext.Regex
Regex to extract URL (it also includes the text preceding the url).
VALID_URL_GROUP_ALL - Static variable in class com.twitter.twittertext.Regex
 
VALID_URL_GROUP_BEFORE - Static variable in class com.twitter.twittertext.Regex
 
VALID_URL_GROUP_DOMAIN - Static variable in class com.twitter.twittertext.Regex
 
VALID_URL_GROUP_PATH - Static variable in class com.twitter.twittertext.Regex
 
VALID_URL_GROUP_PORT - Static variable in class com.twitter.twittertext.Regex
 
VALID_URL_GROUP_PROTOCOL - Static variable in class com.twitter.twittertext.Regex
 
VALID_URL_GROUP_QUERY_STRING - Static variable in class com.twitter.twittertext.Regex
 
VALID_URL_GROUP_URL - Static variable in class com.twitter.twittertext.Regex
 
Validator - Class in com.twitter.twittertext
A class for validating Tweet texts.
Validator() - Constructor for class com.twitter.twittertext.Validator
 
validTextRange - Variable in class com.twitter.twittertext.TwitterTextParseResults
Text range that is valid for a Tweet
value - Variable in class com.twitter.twittertext.Extractor.Entity
 
valueOf(String) - Static method in enum com.twitter.twittertext.Extractor.Entity.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.twitter.twittertext.Extractor.Entity.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

weightedLength - Variable in class com.twitter.twittertext.TwitterTextParseResults
The adjusted tweet length based on char weights.
A C D E G H I L M N P R S T U V W 
Skip navigation links