public static final class TwitterCollection.Content
extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<Long,Tweet> |
tweetMap
Represents the mapping from string Tweet ids to user-trimmed Tweets.
|
Map<Long,User> |
userMap
Represents the mapping from string user ids to Users who authored Tweets or Timelines.
|