Search:

Type: Posts; User: hulkjava

Search: Search took 0.13 seconds.

  1. Replies
    7
    Views
    837

    Re: How to check time in LinkedList?

    My Trs constructor define only (int hour, int minute) nothing more.
    If my constructor receive for 2, 90 it should convert to h=3 and m=30 I think it is good way.
    I thought that I add to my...
  2. Replies
    7
    Views
    837

    Re: How to check time in LinkedList?

    It is for example 2:90 on the clock. It should be automatically 3:30. I can add to my LinkedList 2:90. Should I check a correctness ot the time before adding to LinkedList or after? for example...
  3. Replies
    7
    Views
    837

    Re: How to check time in LinkedList?

    My code is too long so I put a piece of code only.
    2 is int and 90 is int.
  4. Replies
    7
    Views
    837

    How to check time in LinkedList?

    I want to check a correctness of time when I have hours and minutes in my LinkedList. I am adding new elements to LinkedList like below. In System.out.println(mylist); It should be 3:30. A...
Results 1 to 4 of 4