Search:

Type: Posts; User: xecure

Search: Search took 0.09 seconds.

  1. Re: Interating through an ArrayOrderedList and modifying elements within

    Yes, my ArrayOrderedList uses the comparable interface to add item in the array according to their ID's (account number int his case)

    I see, but for my assignment I must do this, as per...
  2. Re: Interating through an ArrayOrderedList and modifying elements within

    Sorry I forgot to mention that. ArrayOrderedList is a subclass of ArrayList. I'm using programmer defined ArrayOrderedList and ArrayList class. No get method is defined.
  3. Interating through an ArrayOrderedList and modifying elements within

    I has having problem iterating through an ArrayOrderedList and modifying elements in them. I am trying to write a bank software. I have a Bank class which creates an ArrayOrderedList. Within each...
Results 1 to 3 of 3