Search:

Type: Posts; User: jps

Search: Search took 0.17 seconds.

  1. Re: Reading characters from a simple output to list words.

    ...oh one last thing I would like to mention, one of the java collections, a map type, has the natural ability to save each key once and only once. With your data in such a map, you could ask if the...
  2. Re: Reading characters from a simple output to list words.

    ....and if you need more assistance than that, provide more details on your project.
    The origin of the string (or data) you plan to work on. Perhaps one of the collections would be a better way to...
  3. Re: Reading characters from a simple output to list words.

    I would suggest the iterator class, using the hasNext and next methods of the class.
Results 1 to 3 of 3