Search:

Type: Posts; User: xecure

Search: Search took 0.11 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...
  4. Replies
    1
    Views
    6,184

    Shuffling elements in a linked list.

    I'm trying to shuffle elements in a linked list without using another linked list or array. I'm supposed to manipulate the linked list directly. I'm completely stumped as to how I'd go about doing...
  5. Replies
    2
    Views
    1,830

    Re: Loop not creating objects

    I am using a linked list. well atleast I'm supposed to be.
  6. Replies
    2
    Views
    1,830

    Loop not creating objects

    Well I'm trying to use a Linked list and i have a Card class and a Node class. In my deck class I want my default constructor to create a deck full of 52 cards. this is what i have so far:
    package...
Results 1 to 6 of 6