Package g0301_0400.s0355_design_twitter
Class Twitter
java.lang.Object
g0301_0400.s0355_design_twitter.Twitter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckNewUser(int userId) voidfollow(int followerId, int followeeId) getNewsFeed(int userId) voidpostTweet(int userId, int tweetId) voidunfollow(int followerId, int followeeId)
-
Constructor Details
-
Twitter
public Twitter()
-
-
Method Details
-
postTweet
public void postTweet(int userId, int tweetId) -
getNewsFeed
-
follow
public void follow(int followerId, int followeeId) -
unfollow
public void unfollow(int followerId, int followeeId) -
checkNewUser
public void checkNewUser(int userId)
-