Search:

Type: Posts; User: jlhudson89

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    1,365

    Re: Data Not Storing into HashMap Properly

    So i haven't fixed the problem, But when i recreated the 'random generating data' program it seemed to work, so my problem lies elsewhere! Thanks for your help!
  2. Replies
    4
    Views
    1,365

    Re: Data Not Storing into HashMap Properly

    Correct, The Point data, Stored in the LinkedList, Which is stored in the HashMap, Doesn't seem to save the 'x' Values.

    Sure, If you drop this code into a main method, Imports etc, then it should...
  3. Replies
    4
    Views
    1,365

    Data Not Storing into HashMap Properly

    I've tried to create mock data to pass to Multiple Classes for testing, However, the creation of the Mock data doesn't work.

    Essentially, HashMap<String, LinkedList<Point>>
    The Point stores...
Results 1 to 3 of 3