Search:

Type: Posts; User: bankston13

Search: Search took 0.08 seconds.

  1. Re: Need some help with removing and finding items from an ArrayList

    As soon as I posted my last post, I immediantly went straight to that method and completely forgot that I set it to default because I got tired of seeing the error message while I was coding the rest...
  2. Re: Need some help with removing and finding items from an ArrayList

    OK, I see what I did there. Definately a logic error, so I changed it to the code below:

    public String findAllInfo(String firstName, String lastName){
    int index = search(firstName,...
  3. Need some help with removing and finding items from an ArrayList

    I can't seem to get my program to remove the object that appears at a certain index of my ArrayList, nor can I use a search method and display an object at a certain index in my ArrayList. My program...
Results 1 to 3 of 3