Search:

Type: Posts; User: Noob_Programmer

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    1,879

    Re: Finding String in ArrayList

    I assume and Object is something that would be in another Array? such as Book is an object?

    What do I use to see if the array contains a String then?

    Thank you for your help
  2. Replies
    3
    Views
    1,879

    Finding String in ArrayList

    I am having some trouble searching an ArrayList to see if it contains a string.


    public Book findByTitle(String title){

    Book book = new Book();

    int location;...
Results 1 to 2 of 2