コード例 #1
0
 /**
  * Get the map the user follows
  *
  * @param userId The user's ID
  * @return The map the user follows
  */
 public Maps getUserFollowedMap(long userId) {
   checkId(userId);
   return mUserInterface.getUserFollowedMap(userId);
 }