Search:

Type: Posts; User: blobman23

Search: Search took 0.09 seconds.

  1. Re: Could someone give me some insight as to how to do this?

    The Album class doesn't contain an iterator. Only the MusicCollection class contains an iterator. Since the ArrayList aready has a built in iterator, then do I even need to define an iterator for the...
  2. Re: Could someone give me some insight as to how to do this?

    I am just confused as how to implement it. I feel like that is doing what I am suppose to do, Im just not sure. Thanks.
  3. Re: Could someone give me some insight as to how to do this?

    Hey, I apologize that my understanding of what a iterator is or does is poor. We have not really covered it.

    Is this what you are talking about?


    /**
    *
    * @return
    */
    ...
  4. Re: Could someone give me some insight as to how to do this?

    Okay, here is what I have gotten so far. I only have one more thing that needs to be implemented.

    Album Class:


    import java.io.*;
    import java.util.*;

    /**
    *
  5. Re: Could someone give me some insight as to how to do this?

    Ok, for starters, I am having trouble figuring out how to do this compareTo method. I have tried to logically work through it with if statements but I keep getting stuck. This is what I have so far:...
  6. Re: Could someone give me some insight as to how to do this?

    That is in the Album class, the only part of that class that I needed help with is the last one. Its the MusicCollection class that I need help with the last four methods. Sorry for the confusion.
  7. Could someone give me some insight as to how to do this?

    I am working on an assignment and I am having trouble figuring out exactly how to do it. I have already done a good bit of it, but I keep getting stuck.

    Here is the assignment:



    Here is what...
Results 1 to 7 of 7