Search:

Type: Posts; User: blobman23

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    1,126

    Re: I need help defining a class.

    Thank you, I appreciate it.
  2. Replies
    6
    Views
    1,126

    Re: I need help defining a class.

    So like this?
    if (contains(otherTime.getStartTime())){
    return true;
    }

    --- Update ---


    if (contains(otherTime.getStartTime())){
    return true;
  3. Replies
    6
    Views
    1,126

    Re: I need help defining a class.

    I don't know if my reply posted. How do I say, in java, otherTime's startTime and so on.
    like:
    if (this.TimeRange.contains(------){
    return true;
    }
  4. Replies
    6
    Views
    1,126

    I need help defining a class.

    We are working on a group project and each person is given a class that they are to define. Here are the directions:



    Here is my code so far:


    public class TimeRange{

    // Private...
Results 1 to 4 of 4