|
recursively searching through arraylists
hello,
i have a bunch of strings in an arraylist, which im displaying in a JList. i have a textfield with a search button which allows the user to type in a string into the textfield and search for that string within the arraylist. i need this search to be done recursively, how can I do this? thanks.
|