Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7872305
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T02:09:51+00:00 2026-06-03T02:09:51+00:00

I have created a class called aptSchedule which, like its name suggests, keeps track

  • 0

I have created a class called aptSchedule which, like its name suggests, keeps track of appointments in the form of a schedule. I would like to create a method that looks for and finds the first open appointment. In order to create this method I must first figure out a way to find all appointments. I figure that I will need to create a public variable of sorts, but I am not very familiar with Java and I was curious where and how should I create such a variable? Am I explaining myself well enough?

Thank you,
Evan

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T02:09:52+00:00Added an answer on June 3, 2026 at 2:09 am

    You will have to store all the appointments in some sort of collection, let’s go with a simple List<Appointment> (assuming each appointment is stored in a(n objec of type) Appointment). Then you can have your class like this:

    public class aptScheduler
    {
      List<Appointment> appts = new LinkedList<Appointment>();
    
      public aptScheduler()
      {
        // constructor
      }
    
      public Appointment findAppointment()
      {
        // search for appointment in appts, and return the first suitable one
      }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a class library called AddServiceLibrary in which I have a method
I have a TabBar App. I have created a UITableView class called Schedule that
I have created a class called BasePage which inherits System.Web.UI.Page. On this page I've
I have created a class called SimpleCanvas which extends the JPanel class, and I
I have created a Class Library (called as GNGEngine.dll) which performs some image processing
I have created a file reader class called ECGFilereader which should open a .txt
I have created a UIViewController class called MyViewController with a UIImageView in its XIB
I have created a PHP class called formChecker.php. It validates a form. As a
I have created my own button class called custom_btn. I created it on the
I have a peculiar problem. I created a normal Objective C class called SampleTable.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.