Search:

Type: Posts; User: noFear

Search: Search took 0.10 seconds.

  1. Re: How can I convert a String to Set? Is it possible?

    It worked just fine!
    Just one remark: Searcher.searchAnd(set) should be inside a try/catch clause.

    Thank you for the help!
  2. How can I convert a String to Set? Is it possible?

    I have a method with argument of type Set<String>. The variable which i should use as a paramter of the method is type String. What is the solution ?

    Method:

    public static Data...
Results 1 to 2 of 2