Package g0301_0400.s0355_design_twitter
Class Twitter
java.lang.Object
g0301_0400.s0355_design_twitter.Twitter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkNewUser
(int userId) void
follow
(int followerId, int followeeId) getNewsFeed
(int userId) void
postTweet
(int userId, int tweetId) void
unfollow
(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)
-