Package g0301_0400.s0355_design_twitter
Class Twitter
- java.lang.Object
-
- g0301_0400.s0355_design_twitter.Twitter
-
public class Twitter extends Object
-
-
Constructor Summary
Constructors Constructor Description Twitter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckNewUser(int userId)voidfollow(int followerId, int followeeId)List<Integer>getNewsFeed(int userId)voidpostTweet(int userId, int tweetId)voidunfollow(int followerId, int followeeId)
-