Search:

Type: Posts; User: andreas90

Search: Search took 0.10 seconds.

  1. Replies
    13
    Views
    1,986

    Re: collection problem

    Did you put
    System.out.println(lit.previous()); before the while loop in your code?
    You don't get what is printed from the above statement?
  2. Replies
    13
    Views
    1,986

    Re: collection problem

    Hello freakycoder!

    From the API:hasPrevious() Returns true if this list iterator has more elements when traversing the list in the reverse direction. (In other words, returns true if previous...
Results 1 to 2 of 2