Interface IFriends


public interface IFriends
  • Method Details

    • isFriend

      boolean isFriend(String name)
    • addFriend

      boolean addFriend(String name)
    • delFriend

      void delFriend(String friend)