Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Re: Debugging with Print Statement (on List of Object Class)

    No, there values would not be changed.


    0 references the first element and 1 references the second element


    I do not understand the question.
  2. Re: Debugging with Print Statement (on List of Object Class)

    What you see printed: Interval.Interval@7de26db8 is the String returned by the Object class's toString method.
    If you want to see something different, add a toString method to the Interval class...
Results 1 to 2 of 2