Search:

Type: Posts; User: Norm

Search: Search took 0.08 seconds.

  1. [SOLVED] Re: Help reading a txt file into a datatype similar to a db

    If you are accessing the data by key, you will want to use a Map instead of an ArrayList.
  2. [SOLVED] Re: Help reading a txt file into a datatype similar to a db

    You could define a class to hold the data and save instances of the new class in an ArrayList.

    Or you could define a two dimensional array and save the tokens from the file as Strings in the...
Results 1 to 2 of 2