Uses of Class
Run

  • Uses of Run in <Unnamed>

    Fields in <Unnamed> with type parameters of type Run
    Modifier and Type
    Field
    Description
    User.myRuns
     
    Methods in <Unnamed> that return types with arguments of type Run
    Modifier and Type
    Method
    Description
    User.getMyRuns()
    Gets number of runs
    Methods in <Unnamed> with parameters of type Run
    Modifier and Type
    Method
    Description
    void
    Run.addRun​(User u, Run x)
    Method for adding a specific Run to a person's profile/list Preconditions: User u and Run x are both initialized and hold their respective data Postconditions: Run x is added to the hashmap of user U
    void
    User.addRun​(Run r)
    Adds a run to all of user's runs