Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Thread: Method Help?

    by Norm
    Replies
    8
    Views
    1,667

    Re: Method Help?

    Look at using a second HashSet to save the dup entries discovered when adding to a first HashSet. After all strings added to the first, use the removeAll method to generate a unique list.
  2. Thread: Method Help?

    by Norm
    Replies
    8
    Views
    1,667

    Re: Method Help?

    Look at the HashSet add method for one tool to use.
Results 1 to 2 of 2